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
3
4
- Removed "Auto" driver in ` CacheManager::getInstance() ` you will now be mandatory to specify the driver to use.
4
5
- Removed deprecated feature ` CacheManager::setNamespacePath() ` (replaced by cache manager "override" or "custom driver" features)
5
6
- 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
2
2
- ** [ BC] ** Removed ` ExtendedCacheItemPoolInterface::appendItemsByTagsAll() ` (replaced by strategy ` TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL ` )
3
3
- ** [ BC] ** Removed ` ExtendedCacheItemPoolInterface::decrementItemsByTagsAll() ` (replaced by strategy ` TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL ` )
4
4
- ** [ BC] ** Removed ` ExtendedCacheItemPoolInterface::deleteItemsByTagsAll() ` (replaced by strategy ` TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL ` )
Original file line number Diff line number Diff line change 25
25
*/
26
26
class Api
27
27
{
28
- protected static $ version = '3.0.0-rc3 ' ;
28
+ protected static $ version = '3.0.0 ' ;
29
29
30
30
/**
31
31
* Api constructor.
You can’t perform that action at this time.
0 commit comments