Skip to content

Commit 794c734

Browse files
committed
Change user guide changes to 4.4
1 parent 926f9b4 commit 794c734

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

user_guide_src/source/changelogs/v4.3.3.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Message Changes
2525
Changes
2626
*******
2727

28-
- **Config:** Routing settings have been moved to ``Config\Routing`` config file.
29-
- The default location for new projects Routes.php file has been moved to `app/Routes.php`. This can be modified in the `Config/Routing.php` file.
30-
3128
Deprecations
3229
************
3330

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Changes
104104
So if you installed CodeIgniter under the folder that contains the special
105105
characters like ``(``, ``)``, etc., CodeIgniter didn't work. Since v4.4.0,
106106
this restriction has been removed.
107+
- **Config:** Routing settings have been moved to ``Config\Routing`` config file.
108+
- The default location for new projects Routes.php file has been moved to `app/Routes.php`. This can be modified in the `Config/Routing.php` file.
107109

108110
Deprecations
109111
************

user_guide_src/source/installation/upgrade_433.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ Content Changes
2727
The following files received significant changes (including deprecations or visual adjustments)
2828
and it is recommended that you merge the updated versions with your application:
2929

30-
Routing
31-
-------
32-
33-
To clean up the routing system, the following changes were made:
34-
- New ``app/Config/Routing.php`` file that holds the settings that used to be in the Routes file.
35-
- The ``app/Config/Routes.php`` file was simplified so that it only contains the routes without settings and verbiage to clutter the file.
36-
- The ``app/Config/Routes.php`` file was moved to ``app/Routes.php`` to make it easier to find. When upgrading, you can change the ``app/Config/Routing.php` file, ``$routeFiles`` property to point to the old location if you prefer.
37-
- Any module ``Routes.php`` files are expected to be in the namespace's root directory now. To adjust this to match the functionality of existing projects, you can cahnge the ``$modulePath`` property in ``app/Config/Routing.php`` to ``'Config/Routes.php'``.
38-
- The environment-specific routes files are no longer loaded automatically. To load those, you must add them to the ``$routeFiles`` property in ``app/Config/Routing.php``.
39-
4030
Config
4131
------
4232

user_guide_src/source/installation/upgrade_440.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ Content Changes
6262
The following files received significant changes (including deprecations or visual adjustments)
6363
and it is recommended that you merge the updated versions with your application:
6464

65+
Routing
66+
-------
67+
68+
To clean up the routing system, the following changes were made:
69+
- New ``app/Config/Routing.php`` file that holds the settings that used to be in the Routes file.
70+
- The ``app/Config/Routes.php`` file was simplified so that it only contains the routes without settings and verbiage to clutter the file.
71+
- The ``app/Config/Routes.php`` file was moved to ``app/Routes.php`` to make it easier to find. When upgrading, you can change the ``app/Config/Routing.php` file, ``$routeFiles`` property to point to the old location if you prefer.
72+
- Any module ``Routes.php`` files are expected to be in the namespace's root directory now. To adjust this to match the functionality of existing projects, you can cahnge the ``$modulePath`` property in ``app/Config/Routing.php`` to ``'Config/Routes.php'``.
73+
- The environment-specific routes files are no longer loaded automatically. To load those, you must add them to the ``$routeFiles`` property in ``app/Config/Routing.php``.
74+
6575
Config
6676
------
6777

0 commit comments

Comments
 (0)