Version 4.7.2
Release Date: March 24, 2026
4.7.2 release of CodeIgniter4
Bugs Fixed
- 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-TOKENheader. This causedIncomingRequest::getJSON()to fail on validapplication/jsonrequests.
See the repo’s CHANGELOG.md for a complete list of bugs fixed.