Releases: pocketarc/codeigniter
3.4.3
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
- 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
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
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
- @RedDragonWebDesign made their first contribution in #33
- @Kaabi made their first contribution in #30
Full Changelog: 3.3.0...3.4.0
3.3.0
This release adds compatibility with PHP 8.4. If you spot anything not working perfectly, raise an issue and we'll get it sorted!