Skip to content

1.8.0

Compare
Choose a tag to compare
@Schlaefer Schlaefer released this 04 Feb 08:37
· 98 commits to master since this release

Noteworthy Changes

  • updates minimum PHP version from 5.4 to 5.6
  • fixes composer issues #281, #303
  • updates phpFastCache from version 3 to 6 #306
    • The $option parameter in CacheInterface::set($key, $value, $time, $options) and CacheInterface::delete($key, $options) is deprecated. The build-in cache is going to ignore it and throw a warning if used.
    • The following characters can't be used in cache keys ($key) anymore: {}()/\@:. An exception will be thrown if used.

For other improvements and bugfixes see the full changelog.