You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.7.2.rst
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,21 @@
2
2
Version 4.7.2
3
3
#############
4
4
5
-
Release Date: Unreleased
5
+
Release Date: March 24, 2026
6
6
7
7
**4.7.2 release of CodeIgniter4**
8
8
9
9
.. contents::
10
10
:local:
11
11
:depth: 3
12
12
13
-
********
14
-
BREAKING
15
-
********
16
-
17
-
***************
18
-
Message Changes
19
-
***************
20
-
21
-
*******
22
-
Changes
23
-
*******
24
-
25
-
************
26
-
Deprecations
27
-
************
28
-
29
13
**********
30
14
Bugs Fixed
31
15
**********
32
16
33
-
- **Security:** Fixed a bug where the CSRF filter could corrupt JSON request bodies after successful verification when the CSRF token was provided via the ``X-CSRF-TOKEN`` header. This caused ``IncomingRequest::getJSON()`` to fail on valid ``application/json`` requests.
17
+
- **Security:** Fixed a bug where the CSRF filter could corrupt JSON request bodies after successful
18
+
verification when the CSRF token was provided via the ``X-CSRF-TOKEN`` header.
19
+
This caused ``IncomingRequest::getJSON()`` to fail on valid ``application/json`` requests.
0 commit comments