Skip to content

Commit e1b7cb8

Browse files
authored
Merge pull request #773 from Geolim4/master
Released 8.0.3
2 parents 44fe516 + 67b5875 commit e1b7cb8

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@
88
# @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
99
# @author Georges.L (Geolim4) <[email protected]>
1010
#
11-
sudo: false
12-
11+
os: linux
1312
dist: trusty
14-
1513
language: php
16-
1714
services:
1815
- memcached
19-
- redis-server
16+
- redis
2017
- couchdb
2118
- riak
2219
- mongodb
@@ -47,7 +44,7 @@ php:
4744
- nightly
4845
- hhvm
4946

50-
matrix:
47+
jobs:
5148
fast_finish: true
5249
allow_failures:
5350
- php: nightly

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 8.0.3
2+
#### _"Reconfined"_
3+
##### 23 november 2020
4+
- __Core__
5+
- Fixed #768 // Psalm issue with the 3rd parameter of Psr16Adapter::set has to be null (@geolim4)
6+
- Fixed #771 // DeleteItemsByTags was ignoring strategy #772 (@GeoSot)
7+
- Fixed inconsistent behavior of "defaultKeyHashFunction" and "defaultFileNameHashFunction" + added tests for them (@geolim4)
8+
- Implemented #754 // Added deactivatable static item caching support (@geolim4)
9+
- __Tests__
10+
- Fixed test title for "DisabledStaticItemCaching.test.php"
11+
- __Drivers__
12+
- Fixed #759 // Memcached Bytes Replaced with Version (@geolim4)
13+
114
## 8.0.2
215
#### _"End of first wave"_
316
##### 28 august 2020

0 commit comments

Comments
 (0)