Release Date: Unreleased
4.7.1 release of CodeIgniter4
- Updated
Images.unsupportedImageCreate.
- builds: In the
buildsscript (forcodeigniter4/appstarter), thenextargument has been added to switch4.7.xto the next minor version4.8.x-dev. See :ref:`Latest Dev<switch-to-dev-version>`.
- ContentSecurityPolicy: Fixed a bug where custom CSP tags were not removed from generated HTML when CSP was disabled. The method now ensures that all custom CSP tags are removed from the generated HTML.
- ContentSecurityPolicy: Fixed a bug where
generateNonces()produces corrupted JSON responses by replacing CSP nonce placeholders with unescaped double quotes. The method now automatically JSON-escapes nonce attributes when the response Content-Type is JSON. - Model: Fixed a bug where
BaseModel::updateBatch()threw an exception whenupdateOnlyChangedwastrueand the index field value did not change. - Session: Fixed a bug in
MemcachedHandlerwhere the constructor incorrectly threw an exception whensavePathwas not empty. - Toolbar: Fixed a bug where the standalone toolbar page loaded from
?debugbar_time=...was not interactive. - View: Fixed a bug where
Viewwould throw an error if theappOverridesFolderconfig property was not defined.
See the repo's CHANGELOG.md for a complete list of bugs fixed.