Releases: codeigniter4/framework
CodeIgniter 4.2.6
CodeIgniter 4.2.6 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
- @JavaDeveloperKiev made their first contribution in codeigniter4/CodeIgniter4#6475
Full Changelog: codeigniter4/CodeIgniter4@v4.2.5...v4.2.6
CodeIgniter 4.2.5
CodeIgniter 4.2.5 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
- @ping-yee made their first contribution in codeigniter4/CodeIgniter4#6378
CodeIgniter 4.2.4
Hotfix release to fix download errors (see codeigniter4/CodeIgniter4#6361).
Full Changelog: codeigniter4/CodeIgniter4@v4.2.3...v4.2.4
CodeIgniter 4.2.3
CodeIgniter 4.2.3 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
- @naente made their first contribution in codeigniter4/CodeIgniter4#6349
Full Changelog: codeigniter4/CodeIgniter4@v4.2.2...v4.2.3
CodeIgniter 4.2.2
CodeIgniter 4.2.2 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
Breaking Changes
- Now
Services::request()
returnsIncomingRequest
orCLIRequest
. - The method signature of
CodeIgniter\Debug\Exceptions::__construct()
has been changed. TheIncomingRequest
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()
andBaseBuilder.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'
throwsInvalidArgumentException
if the second parameter$len
is an odd number.
New Contributors
- @mackieee made their first contribution in codeigniter4/CodeIgniter4#6196
- @nalakapws made their first contribution in codeigniter4/CodeIgniter4#6250
- @fcosrno made their first contribution in codeigniter4/CodeIgniter4#6257
Full Changelog: codeigniter4/CodeIgniter4@v4.2.1...v4.2.2
CodeIgniter 4.2.1
CodeIgniter 4.2.1 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.2.0
CodeIgniter 4.2.0 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.9
CodeIgniter 4.1.9 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.8
CodeIgniter 4.1.8 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.7
CodeIgniter 4.1.7 hotfix release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md