Releases: codeigniter4/CodeIgniter4
CodeIgniter 4.1.6
CodeIgniter 4.1.6 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.5
CodeIgniter 4.1.5 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.4
CodeIgniter 4.1.4 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.3
CodeIgniter 4.1.3 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.2
CodeIgniter 4.1.2 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.1
CodeIgniter 4.1.1 release.
Fixed an issue where .gitattributes was preventing framework downloads. See 4.1.0
for most recent notes.
CodeIgniter 4.1.0
CodeIgniter 4.1.0 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.0.5
CodeIgniter 4.0.5 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.0.4
CodeIgniter 4.0.4 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.0.3
Bugfixes and enhancements, including:
- The API Response Trait now only determines the final formatting (json/xml) through content negotiation when the controller's
$format
variable isnull
. If it contains eitherjson
orxml
, then that format will always be returned. - Pagination now can actually create next page and previous page links, instead of next/previous groups of links.
- Windows users wanting to build their own copy of the user guide locally can now use the included
make.bat
file. - Locale matching in the IncomingRequest class now works to match broad groups, like
fr
even when the browser only supplies a more specific locale code, likefr-FR
. - Added the ability to have nested language defintions.
- add ability to replace {locale} to request->getLocale() in form_open('action')
- tables generated by CLI commands can now be colored.