We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce498b commit 61a6aa3Copy full SHA for 61a6aa3
2 files changed
user_guide_src/source/changelogs/index.rst
@@ -12,6 +12,7 @@ See all the changes.
12
.. toctree::
13
:titlesonly:
14
15
+ v4.2.12
16
v4.2.11
17
v4.2.10
18
v4.2.9
user_guide_src/source/changelogs/v4.2.12.rst
@@ -0,0 +1,18 @@
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
+Bugs Fixed
+**********
+- Fixed ``Request::getIPaddress()`` causes an error on CLI.
+- Fixed ``link_tag()`` missing ``type="application/rss+xml"``.
+See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
0 commit comments