Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1010 Bytes

File metadata and controls

41 lines (30 loc) · 1010 Bytes

Version 4.7.3

Release Date: Unreleased

4.7.3 release of CodeIgniter4

  • The Cache.invalidHandler message string was added.
  • Autoloader: Fixed a bug where Autoloader::unregister() (used during tests) silently failed to remove handlers from the SPL autoload stack, causing closures to accumulate permanently.
  • Common: Fixed a bug where the command() helper function did not properly clean up output buffers, which could lead to risky tests when exceptions were thrown.
  • Validation: Fixed a bug where Validation::getValidated() dropped fields whose validated value was explicitly null.

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