Skip to content

Commit 9ddb884

Browse files
committed
Released 8.0.0
1 parent 57d8d11 commit 9ddb884

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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+`

CHANGELOG_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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`)

lib/Phpfastcache/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class Api
2727
{
28-
protected static $version = '3.0.0-rc3';
28+
protected static $version = '3.0.0';
2929

3030
/**
3131
* Api constructor.

0 commit comments

Comments
 (0)