Releases: EFTEC/CacheOne
Releases · EFTEC/CacheOne
2.20
- 2.20 (2024-12-30)
- now compatible with PHP 8.4 without warnings.
2.19
- 2.19 (2024-12-08)
- [apcu] solved a problem with get() and the value is not found. It returned false instead of the default value.
2.18
- 2.18 (2024-03-02)
- Updating dependency to PHP 7.4. The extended support of PHP 7.2 ended 3 years ago.
- Added more type hinting in the code.
2.17
- 2.17
- [composer.json] updated dependency
- [CacheOneCli] now loads a PdoOneCli instance if avaible
2.16.1
- 2.16.1 2023-04-08
- [composer.json] added cacheonecli to the /bin
- [CacheOne] added method factory()
- [CacheOneCli] configuration now uses the variable $cacheOneConfig
2.16
- 2.16 2023-04-08
- [CacheOneCli] breaks dependency with PdoOne. Now, it is optional.
2.15
- 2.15 2023-04-07
- [CacheOneCli] Updated to 1.2
- [CacheOne] updated the constructor so it allows passing the configuration of PdoOne as an array
2.13
- 2.13
- [redis] fixed a problem with redis and get()
2.12.4
- 2.12.4
- [fixed] solved a problem when the cache is not found