Skip to content

Releases: pocketarc/codeigniter

3.4.3

23 Mar 13:39
3bb853d

Choose a tag to compare

This release reverts most of the backward-incompatible changes between 3.1 and 3.2. I've also taken the time to update the 3.2 upgrade guide to serve as a "3.2+" upgrade guide.

This fork should now be even more of a drop-in replacement for any CI 3 project. I want it to be as low-effort as possible to switch to this fork and use an updated version of CI.


  • Fix Redis session driver returning success on failed connection by @czirosan in #43
  • Restore deprecated functions that were removed in 3.2.0-dev (for backward compatibility). by @pocketarc in #44

New Contributors

Full Changelog: 3.4.2...3.4.3

3.4.2

22 Feb 19:28
6ff5717

Choose a tag to compare

  • Fix deprecation notice for passing null to preg_replace by @kissit in #39
  • fix: add PHPUnit 8.x to composer.json to restore PHP 7.2 test support. by @pocketarc in #42
  • fix: cast mt_rand() arguments to int to resolve PHP 8.1+ deprecation notices in captcha_helper.
  • fix: cast ctype_digit() arguments to string to resolve PHP 8.1+ deprecation notice.

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.1

19 Jan 14:58
dca1348

Choose a tag to compare

This release brings back the Cart library for backward compatibility.

I've also taken the time to update the 3.2 upgrade guide to reflect things we've reverted for backward compatibility.

If you spot anything not working perfectly, raise an issue and we'll get it sorted!

Full Changelog: 3.4.0...3.4.1

3.4.0

27 Dec 18:06
eb3ac6b

Choose a tag to compare

This release adds compatibility with PHP 8.5 while keeping everything fully backward compatible.

If you spot anything not working perfectly, raise an issue and we'll get it sorted!

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

17 Nov 12:29
d310726

Choose a tag to compare

This release adds compatibility with PHP 8.4. If you spot anything not working perfectly, raise an issue and we'll get it sorted!

What's Changed

  • Add compatibility with PHP 8.4.
  • Fix deprecated dynamic property creation in CI_Profiler Library by @ajdunn2 in #12
  • Fix warning and ignored TTL in Redis cache driver by @siemova in #11

3.2.1

25 Feb 07:05
d264c2d

Choose a tag to compare

What's Changed

  • Removed backward compatibility breaks that were present in upstream's 'develop' branch.
  • Merged upstream back into the fork to keep it up to date.

3.2.0

06 Nov 09:16
ba9bab6

Choose a tag to compare

Adds compatibility with PHP 8.2.