Skip to content

Releases: codeigniter4/framework

CodeIgniter 4.2.4

13 Aug 13:46

Choose a tag to compare

Hotfix release to fix download errors (see codeigniter4/CodeIgniter4#6361).

Full Changelog: codeigniter4/CodeIgniter4@v4.2.3...v4.2.4

CodeIgniter 4.2.3

07 Aug 00:10

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: codeigniter4/CodeIgniter4@v4.2.2...v4.2.3

CodeIgniter 4.2.2

05 Aug 14:57

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: codeigniter4/CodeIgniter4@v4.2.1...v4.2.2

CodeIgniter 4.2.1

16 Jun 13:53

Choose a tag to compare

CodeIgniter 4.2.0

03 Jun 14:04

Choose a tag to compare

CodeIgniter 4.1.9

26 Feb 00:51

Choose a tag to compare

CodeIgniter 4.1.8

24 Jan 17:41

Choose a tag to compare

CodeIgniter 4.1.7

10 Jan 01:41
c4edeb3

Choose a tag to compare

CodeIgniter 4.1.6

04 Jan 02:27
557705a

Choose a tag to compare

CodeIgniter 4.1.5

09 Nov 13:39

Choose a tag to compare