Skip to content

Commit fc4975e

Browse files
committed
docs: Add upgrade note
1 parent 53a48a1 commit fc4975e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ Next Minor Version
191191
If you want to use the next minor version branch, after using the ``builds`` command
192192
edit **composer.json** manually.
193193

194-
If you try the ``4.7`` branch, change the version to ``4.7.x-dev``::
194+
If you try the ``4.8`` branch, change the version to ``4.8.x-dev``::
195195

196196
"require": {
197197
"php": "^8.2",
198-
"codeigniter4/codeigniter4": "4.7.x-dev"
198+
"codeigniter4/codeigniter4": "4.8.x-dev"
199199
},
200200

201201
And run ``composer update`` to sync your vendor

user_guide_src/source/installation/upgrading.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ upgrading from.
77

88
See also :doc:`./backward_compatibility_notes`.
99

10+
The manual mentions changes to **project space**. To perform the update,
11+
you need to compare the original files from **vendor/codeigniter4/framework** or from the ZIP archive and make changes.
12+
13+
Example, the original **app/Config/App.php** will be located in **vendor/codeigniter4/framework/app/Config/App.php**.
14+
Alternatively, replace it with a new file and add your previous lines.
15+
1016
.. note:: If you don't know what version of CodeIgniter you are currently running,
1117
you can get it from :ref:`the Debug Toolbar <the-debug-toolbar>`,
1218
or simply echo the constant ``\CodeIgniter\CodeIgniter::CI_VERSION``.

0 commit comments

Comments
 (0)