Skip to content

Commit

Permalink
Released 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Mar 22, 2020
1 parent 57d8d11 commit 9ddb884
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 8.0.0-dev
##### 17 december 2019
## 8.0.0
#### _"The quarantine"_
##### 01 january 2020
- Removed "Auto" driver in `CacheManager::getInstance()` you will now be mandatory to specify the driver to use.
- Removed deprecated feature `CacheManager::setNamespacePath()` (replaced by cache manager "override" or "custom driver" features)
- Upgraded minimum php version support: `7.3+`
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-rc2
## 3.0.0
- **[BC]** Removed `ExtendedCacheItemPoolInterface::appendItemsByTagsAll()` (replaced by strategy `TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL`)
- **[BC]** Removed `ExtendedCacheItemPoolInterface::decrementItemsByTagsAll()` (replaced by strategy `TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL`)
- **[BC]** Removed `ExtendedCacheItemPoolInterface::deleteItemsByTagsAll()` (replaced by strategy `TaggableCacheItemPoolInterface::TAG_STRATEGY_ALL`)
Expand Down
2 changes: 1 addition & 1 deletion lib/Phpfastcache/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
class Api
{
protected static $version = '3.0.0-rc3';
protected static $version = '3.0.0';

/**
* Api constructor.
Expand Down

0 comments on commit 9ddb884

Please sign in to comment.