Skip to content

Releases: EFTEC/CacheOne

2.20

30 Dec 17:35
Compare
Choose a tag to compare
  • 2.20 (2024-12-30)
    • now compatible with PHP 8.4 without warnings.

2.19

08 Dec 21:28
Compare
Choose a tag to compare
  • 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

02 Mar 16:16
Compare
Choose a tag to compare
  • 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

03 Sep 00:08
Compare
Choose a tag to compare
  • 2.17
    • [composer.json] updated dependency
    • [CacheOneCli] now loads a PdoOneCli instance if avaible

2.16.1

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

08 Apr 12:39
Compare
Choose a tag to compare
  • 2.16 2023-04-08
    • [CacheOneCli] breaks dependency with PdoOne. Now, it is optional.

2.15

08 Apr 01:47
Compare
Choose a tag to compare
  • 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.14

12 Mar 11:35
Compare
Choose a tag to compare
  • 2.14
    • updated dependencies.

2.13

26 Jan 20:42
Compare
Choose a tag to compare
  • 2.13
    • [redis] fixed a problem with redis and get()

2.12.4

16 Jul 12:02
Compare
Choose a tag to compare
  • 2.12.4
    • [fixed] solved a problem when the cache is not found