Releases: kodedphp/cache-simple
Releases · kodedphp/cache-simple
Version 3.1.0
Version 3.0.0
- use published version (stdlib)
Version 2.3.2
- version bump
Version 2.3.1
CI scripts update
Version 2.3.0
Adds a shmop cache client
Version 2.2.0
bugfix/2.2
Version 2.1.0
dev/2.1.0 (#15) * Fixing the unit and integration tests (for phpunit 7+) * PHP min. requirement is 7.2 * Removed "--ignore-platform-reqs" for composer * Version bump * Badge update * Removed support for PHP 7.1
Version 2.0.0
- version bump
Version 1.9.1
Updates (#12) - FileClient creates now 1-level subdirectories (down from 2) - improves the error handling in Redis/Json clients - uses psr-4 for autoloading - upgraded phpunit version - updates some unit tests - CS cleanup
Version 1.9.0
Adds MemoryClient