Skip to content

Releases: codeigniter4/CodeIgniter4

CodeIgniter 4.1.6

04 Jan 00:54
6b2816c
Compare
Choose a tag to compare

CodeIgniter 4.1.5

08 Nov 15:07
8c7f701
Compare
Choose a tag to compare

CodeIgniter 4.1.4

07 Sep 01:20
d686c86
Compare
Choose a tag to compare

CodeIgniter 4.1.3

05 Jun 23:58
795e9c4
Compare
Choose a tag to compare

CodeIgniter 4.1.2

18 May 02:07
10067eb
Compare
Choose a tag to compare

CodeIgniter 4.1.1

01 Feb 18:28
5e852b3
Compare
Choose a tag to compare

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

01 Feb 02:56
51e2371
Compare
Choose a tag to compare

CodeIgniter 4.0.5

01 Feb 01:49
132b4ca
Compare
Choose a tag to compare

CodeIgniter 4.0.4

16 Jul 03:44
5553317
Compare
Choose a tag to compare

CodeIgniter 4.0.3

01 May 05:00
f5ca37a
Compare
Choose a tag to compare

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 is null. If it contains either json or xml, 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, like fr-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.