From a357310f8406ef06251f5be0cf3b14ded5f6c55a Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Mon, 23 Mar 2020 00:10:58 +0100 Subject: [PATCH 1/4] Fixed typo in migration guide... --- docs/migration/MigratingFromV7ToV8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/MigratingFromV7ToV8.md b/docs/migration/MigratingFromV7ToV8.md index ae68f28b5..b6a606072 100644 --- a/docs/migration/MigratingFromV7ToV8.md +++ b/docs/migration/MigratingFromV7ToV8.md @@ -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. From 84d11272b30c9bc2c270643dffe80df8acbf6a0c Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Mon, 23 Mar 2020 00:14:44 +0100 Subject: [PATCH 2/4] More typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbbf6ec12..90e1c1ffb 100644 --- a/README.md +++ b/README.md @@ -314,8 +314,8 @@ echo implode('
', $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 ! From 18dc9ec0b322854185c324022a569d7b1cda5a79 Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Sun, 12 Apr 2020 16:56:11 +0200 Subject: [PATCH 3/4] Disabled greeting message for PR as it is broken for now (thanks github...) --- .github/workflows/greetings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 72e2b30a5..06f6392cd 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -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: From 11efc6cd87a1afe8d81d7bfc6e4a0b9754504edc Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Sat, 25 Apr 2020 00:08:32 +0200 Subject: [PATCH 4/4] Released 8.0.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8295b9f2..bd9a3b1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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