File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ See all the changes.
1212.. toctree ::
1313 :titlesonly:
1414
15+ v4.2.12
1516 v4.2.11
1617 v4.2.10
1718 v4.2.9
Original file line number Diff line number Diff line change 1+ Version 4.2.12
2+ ##############
3+
4+ Release Date: Unreleased
5+
6+ **4.2.12 release of CodeIgniter4 **
7+
8+ .. contents ::
9+ :local:
10+ :depth: 2
11+
12+ Bugs Fixed
13+ **********
14+
15+ - Fixed ``Request::getIPaddress() `` causes an error on CLI.
16+ - Fixed ``link_tag() `` missing ``type="application/rss+xml" ``.
17+ - Fixed ``spark migrate:status `` shows incorrect filenames when format is ``Y_m_d_His_ ``.
18+ - Fixed an error when ``Model::save() `` saves an object if ``$useAutoIncrement `` is false.
19+
20+ See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_ for a complete list of bugs fixed.
Original file line number Diff line number Diff line change 1+ ###############################
2+ Upgrading from 4.2.11 to 4.2.12
3+ ###############################
4+
5+ Please refer to the upgrade instructions corresponding to your installation method.
6+
7+ - :ref: `Composer Installation App Starter Upgrading <app-starter-upgrading >`
8+ - :ref: `Composer Installation Adding CodeIgniter4 to an Existing Project Upgrading <adding-codeigniter4-upgrading >`
9+ - :ref: `Manual Installation Upgrading <installing-manual-upgrading >`
10+
11+ .. contents ::
12+ :local:
13+ :depth: 2
14+
15+ Project Files
16+ *************
17+
18+ Version ``4.2.12 `` did not alter any executable code in project files.
19+
20+ All Changes
21+ ===========
22+
23+ This is a list of all files in the **project space ** that received changes;
24+ many will be simple comments or formatting that have no effect on the runtime:
25+
26+ * app/Controllers/BaseController.php
27+ * composer.json
Original file line number Diff line number Diff line change 22Upgrading from 4.2.2 to 4.2.3
33#############################
44
5+ Please refer to the upgrade instructions corresponding to your installation method.
6+
7+ - :ref: `Composer Installation App Starter Upgrading <app-starter-upgrading >`
8+ - :ref: `Composer Installation Adding CodeIgniter4 to an Existing Project Upgrading <adding-codeigniter4-upgrading >`
9+ - :ref: `Manual Installation Upgrading <installing-manual-upgrading >`
10+
511.. contents ::
612 :local:
713 :depth: 2
814
15+ Project Files
16+ *************
17+
918Version ``4.2.3 `` is an internal change for security measures and requires no intervention in projects.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ See also :doc:`./backward_compatibility_notes`.
1616
1717 backward_compatibility_notes
1818
19+ upgrade_4212
1920 upgrade_4211
2021 upgrade_4210
2122 upgrade_428
You can’t perform that action at this time.
0 commit comments