File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1414* fix: CURLRequest - clear response headers between requests by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/7398
1515* fix: [ Auto Routing Improved] spark routes shows invalid routes by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7419
1616* fix: remove $insertID in make: model template by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7443
17+ * fix: add missing 'make: cell ' in app/Config/Generators.php by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7458
1718
1819### Refactoring
1920
Original file line number Diff line number Diff line change @@ -49,12 +49,24 @@ these files being outside of the **system** scope they will not be changed witho
4949There are some third-party CodeIgniter modules available to assist with merging changes to
5050the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates >`_.
5151
52+ Content Changes
53+ ===============
54+
55+ The following files received significant changes (including deprecations or visual adjustments)
56+ and it is recommended that you merge the updated versions with your application:
57+
58+ Config
59+ ------
60+
61+ - app/Config/Generators.php
62+
5263All Changes
5364===========
5465
5566This is a list of all files in the **project space ** that received changes;
5667many will be simple comments or formatting that have no effect on the runtime:
5768
5869- app/Config/App.php
70+ - app/Config/Generators.php
5971- composer.json
6072- public/index.php
You can’t perform that action at this time.
0 commit comments