Version 4.1.7¶
Release Date: January 9, 2022
4.1.7 release of CodeIgniter4
BREAKING¶
- Because
FILTER_SANITIZE_STRINGis deprecated since PHP 8.1,get_cookie()that uses it when$xssCleanis true changed the output. Now it usesFILTER_SANITIZE_FULL_SPECIAL_CHARS. Note that using XSS filtering is a bad practice. It does not prevent XSS attacks perfectly. Usingesc()with the correct$contextin the views is recommended.
Enhancements¶
none.
Deprecations¶
none.
Bugs Fixed¶
See the repo’s CHANGELOG.md for a complete list of bugs fixed.