Upgrading from 4.1.6 to 4.1.7
Please refer to the upgrade instructions corresponding to your installation method.
Breaking Changes
get_cookie()
when$xssClean
is true changed the output. Now it usesFILTER_SANITIZE_FULL_SPECIAL_CHARS
, notFILTER_SANITIZE_STRING
. Make sure the change is acceptable or not. Note that using XSS filtering is a bad practice. It does not prevent XSS attacks perfectly. Usingesc()
with the correct$context
in the views is recommended.