Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 1.81 KB

File metadata and controls

71 lines (50 loc) · 1.81 KB

Version 4.4.4

Release Date: December 28, 2023

4.4.4 release of CodeIgniter4

A validation rule with the wildcard * now validates only data in correct dimensions as "dot array syntax". See :ref:`Upgrading <upgrade-444-validation-with-dot-array-syntax>` for details.

Bugs have been fixed in the case where matches and differs in the Strict and Traditional rules validate data of non-string types.

Due to a bug, we were using the undocumented ssl_key config option to define the CA bundle in CURLRequest. This was fixed and is now working according to documentation. You can define your CA bundle via the verify option.

:php:func:`get_filenames()` now follows symlink folders, which it previously just returned without following.

  • Full support for PHP 8.3.
  • Added HTTP.invalidJSON error message.
  • Added HTTP.unsupportedJSONFormat error message.
  • CURLRequest: Fixed a bug where the hostname was checked even if options 'verify' was set to false.

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