Skip to content

Releases: EFTEC/CacheOne

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

2.12.3

23 Jun 22:33
Compare
Choose a tag to compare
  • 2.12.3
    • [fixed] solved a problem with invalidateCache()

2.12

12 Jun 17:34
Compare
Choose a tag to compare
  • 2.12 2022-06-12
    • [fixed] CacheOne now it could be injected correctly in any case.
    • [new] [redis] In Redis, the $schema is used to set the database (if numeric), or to prefix the values.