Skip to content

Releases: colinmollenhour/Cm_Cache_Backend_File

v1.4.8

19 Sep 20:25
8ad24cf
Compare
Choose a tag to compare

What's Changed

  • Avoid deleting tag files for records added to the cache during clean. by @bob2021 in #39

Full Changelog: v1.4.7...v1.4.8

Revert regression in 1.4.6

13 Apr 12:13
Compare
Choose a tag to compare
  • 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

13 Apr 00:28
Compare
Choose a tag to compare

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

Full Changelog: v1.4.5...v1.4.6

Minor improvements

18 Apr 21:56
03c7d4c
Compare
Choose a tag to compare
v1.4.5

Avoid errors when cleaning tags that don't exist.

Suppress likely fopen warnings

05 Apr 15:29
184171c
Compare
Choose a tag to compare
v1.4.4

Suppress warnings when attempting to open tag files that may not actu…

Reduce race conditions causing orphaned records

20 Mar 17:02
b81a019
Compare
Choose a tag to compare
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

02 Mar 17:47
3146110
Compare
Choose a tag to compare
Merge pull request #24 from mahanmp/patch-1

remove unnecessary else statement

wow. much performance. so cache

28 Feb 23:15
Compare
Choose a tag to compare

Lots of little bugs fixed since v1.0.

First official release.

13 Sep 21:49
Compare
Choose a tag to compare
v1.0

Update license.