Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.09 KB

File metadata and controls

41 lines (30 loc) · 1.09 KB

Version 4.7.1

Release Date: Unreleased

4.7.1 release of CodeIgniter4

  • Updated Images.unsupportedImageCreate.
  • 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.
  • Session: Fixed a bug in MemcachedHandler where the constructor incorrectly threw an exception when savePath was not empty.

See the repo's CHANGELOG.md for a complete list of bugs fixed.