Skip to content

Commit

Permalink
Merge pull request #773 from Geolim4/master
Browse files Browse the repository at this point in the history
Released 8.0.3
  • Loading branch information
Geolim4 committed Nov 24, 2020
2 parents 44fe516 + 67b5875 commit e1b7cb8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
# @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> https://www.phpfastcache.com
# @author Georges.L (Geolim4) <contact@geolim4.com>
#
sudo: false

os: linux
dist: trusty

language: php

services:
- memcached
- redis-server
- redis
- couchdb
- riak
- mongodb
Expand Down Expand Up @@ -47,7 +44,7 @@ php:
- nightly
- hhvm

matrix:
jobs:
fast_finish: true
allow_failures:
- php: nightly
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e1b7cb8

Please sign in to comment.