Releases: pocketarc/codeigniter
Release list
3.4.4
What's Changed
- fix: Make get_dir_file_info() call get_file_info() for each file. Fix #47. by @pocketarc in #48
- fix: Initialise $result in write_log() to handle an empty log message. Fix #46. by @pocketarc in #49
- Update Edge user agent detection for legacy version and modern version detection fix by @livenobin in #45
- fix: Detect modern Edge instead of reporting it as Chrome. by @pocketarc in #50
New Contributors
- @livenobin made their first contribution in #45
Full Changelog: 3.4.3...3.4.4
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!