Releases: colinmollenhour/Cm_Cache_Backend_File
Releases · colinmollenhour/Cm_Cache_Backend_File
v1.4.8
Revert regression in 1.4.6
- Fixed regression caused by #35 and reported in #38 (Thanks @pcs-matze!)
- Improved tests and fix "risky" tests
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- Add .gitignore file with .basedir modman file by @krzysztoffpl in #34
- Change PHP keywords to comply with PSR2 by @friendlydan in #33
- Fixed Warning: A non-numeric value encountered by @crysix in #35
- Added Github Action to run PHPUnit and PHP CS Fixer
New Contributors
- @krzysztoffpl made their first contribution in #34
- @friendlydan made their first contribution in #33
- @crysix made their first contribution in #35
Full Changelog: v1.4.5...v1.4.6
Minor improvements
v1.4.5 Avoid errors when cleaning tags that don't exist.
Suppress likely fopen warnings
v1.4.4 Suppress warnings when attempting to open tag files that may not actu…
Reduce race conditions causing orphaned records
Merge pull request #28 from bob2021/fix-orphaned-data-files Fix orphaned data files left when cleaning by tag with large number of IDs
PHP 7.2 Support
Merge pull request #24 from mahanmp/patch-1 remove unnecessary else statement
wow. much performance. so cache
Lots of little bugs fixed since v1.0.
First official release.
v1.0 Update license.