File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ # Upgrades
2+
3+ Dotkernel API does not provide an automatic upgrade path. Instead, the recommended procedure is to manually implement
4+ each modification listed in [ releases] ( https://github.com/dotkernel/api/releases ) . Additionally, releases info can also
5+ be accessed as an [ RSS] ( https://github.com/dotkernel/api/releases.atom ) feed.
6+
7+ ## Upgrade procedure
8+
9+ Once you clone Dotkernel API, you will find a CHANGELOG.md file in the root of the project. This contains a list of
10+ already implemented features in reversed chronological order. You can use this file to track the version your copy of
11+ Dotkernel API is at.
12+
13+ When there is a new release, you need to run through it and implement in your project the modifications from each pull
14+ request.
15+
16+ Finally, copy the release info and paste it at the beginning of your project's CHANGELOG.md file. This way you will be
17+ able to track your API's version info and keep your project up-to-date.
Original file line number Diff line number Diff line change 2121 - " Doctrine ORM " : v5/installation/doctrine-orm.md
2222 - " Test the Installation " : v5/installation/test-the-installation.md
2323 - " FAQ " : v5/installation/faq.md
24+ - Upgrading : v5/upgrading.md
2425 - Flow :
2526 - " Middleware Flow " : v5/flow/middleware-flow.md
2627 - " Default Library Flow " : v5/flow/default-library-flow.md
You can’t perform that action at this time.
0 commit comments