File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ## 8.0.0-dev
2- ##### 17 december 2019
1+ ## 8.0.0
2+ #### _ "The quarantine"_
3+ ##### 01 january 2020
34- Removed "Auto" driver in ` CacheManager::getInstance() ` you will now be mandatory to specify the driver to use.
45- Removed deprecated feature ` CacheManager::setNamespacePath() ` (replaced by cache manager "override" or "custom driver" features)
56- Upgraded minimum php version support: ` 7.3+ `
Original file line number Diff line number Diff line change 1- ## 3.0.0-rc2
1+ ## 3.0.0
22- ** [ BC] ** Removed ` ExtendedCacheItemPoolInterface::appendItemsByTagsAll() ` (replaced by strategy ` TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL ` )
33- ** [ BC] ** Removed ` ExtendedCacheItemPoolInterface::decrementItemsByTagsAll() ` (replaced by strategy ` TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL ` )
44- ** [ BC] ** Removed ` ExtendedCacheItemPoolInterface::deleteItemsByTagsAll() ` (replaced by strategy ` TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL ` )
Original file line number Diff line number Diff line change 2525 */
2626class Api
2727{
28- protected static $ version = '3.0.0-rc3 ' ;
28+ protected static $ version = '3.0.0 ' ;
2929
3030 /**
3131 * Api constructor.
You can’t perform that action at this time.
0 commit comments