CodeIgniter 4 Development v4.2.5 Release Notes
Release Date: 2022-08-28 // about 2 years ago-
๐ฅ Breaking Changes
- โ Add $cached param to BaseConnection::tableExists() by @sclubricants in https://github.com/codeigniter4/CodeIgniter4/pull/6364
- ๐ Fix validation custom error asterisk field by @ping-yee in https://github.com/codeigniter4/CodeIgniter4/pull/6378
๐ Fixed Bugs
- ๐ fix: Email class may not log an error when it fails to send by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6362
- ๐ fix: Response::download() causes TypeError by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6361
- ๐ fix: command usages by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6402
- ๐ Fix: The subquery adds a prefix for the table alias. by @iRedds in https://github.com/codeigniter4/CodeIgniter4/pull/6390
- ๐ Fix Sqlite Table::createTable() by @sclubricants in https://github.com/codeigniter4/CodeIgniter4/pull/6396
- ๐ docs: add missing
@method
groupBy()
in Model by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6433 - ๐ fix: CLIRequest Erros in CLI by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6421
- ๐ fix: Call to undefined method CodeIgniter\HTTP\CLIRequest::getLocale() by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6442
โจ Enhancements
- โก๏ธ chore: update Kint to 4.2.0 by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6436
๐จ Refactoring
- ๐จ refactor: add test for DownloadResponse by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6375
- ๐จ refactor: ValidationTest by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6382
- refactor: remove unused
_parent_name
in BaseBuilder::objectToArray() by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6427 - โ Remove unneeded abstract
handle()
method by @paulbalandan in https://github.com/codeigniter4/CodeIgniter4/pull/6434