Skip to content

Releases: kodedphp/cache-simple

Version 3.1.1

23 Jun 14:53

Choose a tag to compare

fix: implicitly nullable parameter type updated with explicit type

Version 3.1.0

16 Oct 20:34

Choose a tag to compare

  • updates for psr/simple-cache v3 and psr/log v3
  • use minimum PHP 8.1
  • use kodedphp/stdlib >= 6.3.0
  • updated dev tools

Version 3.0.0

03 May 17:01

Choose a tag to compare

- use published version (stdlib)

Version 2.3.2

06 Dec 15:05

Choose a tag to compare

- version bump

Version 2.3.1

28 Mar 09:50

Choose a tag to compare

CI scripts update

Version 2.3.0

11 Dec 16:52
ba598e8

Choose a tag to compare

Adds a shmop cache client

Version 2.2.0

08 Dec 10:55
d6dac1c

Choose a tag to compare

bugfix/2.2

Version 2.1.0

09 Sep 19:22
b006d5c

Choose a tag to compare

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

21 May 12:56

Choose a tag to compare

- version bump

Version 1.9.1

23 Sep 20:32
9fe5af4

Choose a tag to compare

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