Skip to content

Commit 980e9f5

Browse files
authored
Merge pull request #735 from Geolim4/master
Released 8.0.1
2 parents b0ab46c + 06dc843 commit 980e9f5

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.github/workflows/greetings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Greetings
22

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

56
jobs:
67
greeting:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 8.0.1
2+
#### _"Still confined"_
3+
##### 24 april 2020
4+
- __Drivers__
5+
- Fixed #731 // Removing path check in Redis driver before auth. (@gillytech)
6+
- __Misc__
7+
- Fixed some doc typo (@geolim4)
8+
19
## 8.0.0
210
#### _"The quarantine"_
311
##### 01 january 2020

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ echo implode('<br />', $CachedString->get());// Will echo your product list
314314
```
315315

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

321321
#### :zap: Step 3: Enjoy ! Your website is now faster than lightning !

docs/migration/MigratingFromV7ToV8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ It is [completely abandoned](https://xcache.lighttpd.net/) (latest update: 2014)
2929
Use alternative memory cache such as Redis, Memcache, Ssdb, etc.
3030

3131
#### :clock1: Then:
32-
`CacheManager::getInstance('Apc')`
32+
`CacheManager::getInstance('Xcache')`
3333

3434
#### :alarm_clock: Now:
35-
`CacheManager::getInstance('Apcu')`
35+
Find an alternative :)
3636

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

0 commit comments

Comments
 (0)