Skip to content

Commit

Permalink
Merge pull request #735 from Geolim4/master
Browse files Browse the repository at this point in the history
Released 8.0.1
  • Loading branch information
Geolim4 authored Apr 24, 2020
2 parents b0ab46c + 06dc843 commit 980e9f5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Greetings

on: [pull_request, issues]
# on: [pull_request, issues] Not working ATM due to lack of permissions error: https://github.com/actions/first-interaction/issues/10
on: [issues]

jobs:
greeting:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 8.0.1
#### _"Still confined"_
##### 24 april 2020
- __Drivers__
- Fixed #731 // Removing path check in Redis driver before auth. (@gillytech)
- __Misc__
- Fixed some doc typo (@geolim4)

## 8.0.0
#### _"The quarantine"_
##### 01 january 2020
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ echo implode('<br />', $CachedString->get());// Will echo your product list
```

##### :floppy_disk: Legacy support (Without Composer)
~~* See the file examples/withoutComposer.php for more information.~~
:warning: The legacy autoload will be removed in the next major release :warning:
~~* See the file examples/withoutComposer.php for more information.~~\
:warning: The legacy autoload will be removed in the next major release :warning:\
Please include Phpfastcache through composer by running `composer require phpfastcache/phpfastcache`.

#### :zap: Step 3: Enjoy ! Your website is now faster than lightning !
Expand Down
4 changes: 2 additions & 2 deletions docs/migration/MigratingFromV7ToV8.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ It is [completely abandoned](https://xcache.lighttpd.net/) (latest update: 2014)
Use alternative memory cache such as Redis, Memcache, Ssdb, etc.

#### :clock1: Then:
`CacheManager::getInstance('Apc')`
`CacheManager::getInstance('Xcache')`

#### :alarm_clock: Now:
`CacheManager::getInstance('Apcu')`
Find an alternative :)

### Phpfastcache API has been upgraded to 3.0.0
Check the [CHANGELOG_API.md](./../../CHANGELOG_API.md) to see the changes.
Expand Down

0 comments on commit 980e9f5

Please sign in to comment.