Skip to content

Releases: codeigniter4/CodeIgniter4

CodeIgniter 4.1.0

Choose a tag to compare

@MGatner MGatner released this 01 Feb 02:56
51e2371

CodeIgniter 4.0.5

Choose a tag to compare

@MGatner MGatner released this 01 Feb 01:49
132b4ca

CodeIgniter 4.0.4

Choose a tag to compare

@lonnieezell lonnieezell released this 16 Jul 03:44
5553317

CodeIgniter 4.0.3

Choose a tag to compare

@lonnieezell lonnieezell released this 01 May 05:00
f5ca37a

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.

CodeIgniter 4.0.2

Choose a tag to compare

@lonnieezell lonnieezell released this 25 Feb 05:22
614d885

Bugfix to enable appstarter repo to function properly on the cli.

CodeIgniter 4.0.1

Choose a tag to compare

@lonnieezell lonnieezell released this 24 Feb 16:11
8b48b8a

Bugfix release to fix issue with /appstarter and /framework repo releases not getting correct version of Kint.

CodeIgniter 4.0.0

Choose a tag to compare

@lonnieezell lonnieezell released this 24 Feb 05:45
47dbb16

We finally made it to a final release of the rewritten framework.

CodeIgniter 4.0.0-RC.4

Pre-release

Choose a tag to compare

@lonnieezell lonnieezell released this 07 Feb 05:41
091a438
  • Fixed url systems so that it would work when system is served out of subfolders.
  • Added required insert ignore support for sqlite3 and mysql.
  • Add validation function is_not_unique
  • Various improvements and cleanup to the Email class
  • lots of small bugfixes and user guide updates

CodeIgniter 4.0.0-rc.3

Pre-release

Choose a tag to compare

@jim-parry jim-parry released this 19 Oct 14:16
6106bf6
v4.0.0-rc.3

Fix changelogs

CodeIgniter 4.0.0-rc.2.1

Pre-release

Choose a tag to compare

@jim-parry jim-parry released this 28 Sep 15:37
8ba099e

Hotfix for debug toolbar