File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-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.
4+
5+ Instead, the recommended procedure is to manually implement each modification listed in [ releases] ( https://github.com/dotkernel/api/releases ) .
6+ Additionally, releases info can also be accessed as an [ RSS] ( https://github.com/dotkernel/api/releases.atom ) feed.
7+
8+ ## Upgrade procedure
9+
10+ Once you clone Dotkernel API, you will find a [ CHANGELOG.md] ( https://github.com/dotkernel/api/blob/5.0/CHANGELOG.md ) file in the root of the project.
11+
12+ This contains a list of already implemented features in reversed chronological order.
13+ You can use this file to track the version your copy of Dotkernel API is at.
14+
15+ When there is a new release, you need to run through it and implement in your project the modifications from each pull request.
16+
17+ Finally, copy the release info and paste it at the beginning of your project's CHANGELOG.md file.
18+ This way you will be 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