Skip to content

Commit 594f178

Browse files
authored
Merge pull request #7035 from kenjis/add-changelog-4212
docs: add changelog 4.2.12
2 parents ee15d88 + a93b8de commit 594f178

5 files changed

Lines changed: 58 additions & 0 deletions

File tree

user_guide_src/source/changelogs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

user_guide_src/source/installation/upgrade_423.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
Upgrading 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+
918
Version ``4.2.3`` is an internal change for security measures and requires no intervention in projects.

user_guide_src/source/installation/upgrading.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)