From 34b6d063a0e3a759186f6cfa5f3005a9a26c86f3 Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Mon, 23 Nov 2020 23:38:12 +0100 Subject: [PATCH 1/2] Released 8.0.3 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0220c6e5b..a141eb0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 8.0.3 +#### _"Reconfined"_ +##### 23 november 2020 +- __Core__ + - Fixed #768 // Psalm issue with the 3rd parameter of Psr16Adapter::set has to be null (@geolim4) + - Fixed #771 // DeleteItemsByTags was ignoring strategy #772 (@GeoSot) + - Fixed inconsistent behavior of "defaultKeyHashFunction" and "defaultFileNameHashFunction" + added tests for them (@geolim4) + - Implemented #754 // Added deactivatable static item caching support (@geolim4) +- __Tests__ + - Fixed test title for "DisabledStaticItemCaching.test.php" +- __Drivers__ + - Fixed #759 // Memcached Bytes Replaced with Version (@geolim4) + ## 8.0.2 #### _"End of first wave"_ ##### 28 august 2020 From 67b58753782869e6a6051b9941433bda52c10ab0 Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Mon, 23 Nov 2020 23:45:30 +0100 Subject: [PATCH 2/2] Fixed some warning in travis build --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42ee1a8dc..28574ebea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,15 +8,12 @@ # @author Khoa Bui (khoaofgod) https://www.phpfastcache.com # @author Georges.L (Geolim4) # -sudo: false - +os: linux dist: trusty - language: php - services: - memcached - - redis-server + - redis - couchdb - riak - mongodb @@ -47,7 +44,7 @@ php: - nightly - hhvm -matrix: +jobs: fast_finish: true allow_failures: - php: nightly