Skip to content

Releases: codeigniter4/CodeIgniter4

CodeIgniter 4.2.3

07 Aug 00:06
9c0c695

Choose a tag to compare

CodeIgniter 4.2.3 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

New Contributors

Full Changelog: v4.2.2...v4.2.3

CodeIgniter 4.2.2

05 Aug 14:53
26b247d

Choose a tag to compare

CodeIgniter 4.2.2 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

Breaking Changes

  • Now Services::request() returns IncomingRequest or CLIRequest.
  • The method signature of CodeIgniter\Debug\Exceptions::__construct() has been changed. The IncomingRequest typehint on the $request parameter was removed. Extending classes should likewise remove the parameter so as not to break LSP.
  • The method signature of BaseBuilder.php::insert() and BaseBuilder.php::update() have been changed. The ?array typehint on the $set parameter was removed.
  • A bug that caused pages to be cached before after filters were executed when using page caching has been fixed. Adding response headers or changing the response body in after filters now caches them correctly.
  • Due to a bug fix, now random_string with the first parameter 'crypto' throws InvalidArgumentException if the second parameter $len is an odd number.

New Contributors

Full Changelog: v4.2.1...v4.2.2

CodeIgniter 4.2.1

16 Jun 13:50
061356b

Choose a tag to compare

CodeIgniter 4.2.0

03 Jun 14:03
394a6c6

Choose a tag to compare

CodeIgniter 4.1.9

26 Feb 00:51
202f41a

Choose a tag to compare

CodeIgniter 4.1.8

24 Jan 17:41
70d881c

Choose a tag to compare

CodeIgniter 4.1.7

10 Jan 01:35
99e0797

Choose a tag to compare

CodeIgniter 4.1.6

04 Jan 00:54
6b2816c

Choose a tag to compare

CodeIgniter 4.1.5

08 Nov 15:07
8c7f701

Choose a tag to compare

CodeIgniter 4.1.4

07 Sep 01:20
d686c86

Choose a tag to compare