Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 881 Bytes

File metadata and controls

40 lines (29 loc) · 881 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.

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