From 425a25212db3aa2d3cf719949e22d7dfe4a9a04b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Wed, 13 Jul 2022 09:47:36 -0700 Subject: [PATCH] update readme --- readme.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index d4603981..ee43160a 100644 --- a/readme.txt +++ b/readme.txt @@ -83,6 +83,17 @@ To see a list of all available WP-CLI commands, please see the [WP CLI commands == Changelog == += 2.1.0 = + +- Bumped PHP requirement to 7.0 +- Deprecated Credis and HHVM clients +- Updated Predis to v2.0.0 +- Updated Credis to v1.13.1 +- Improved cluster readability in diagnostics +- Improved connecting to clusters +- Fixed pinging clusters after connecting +- Fixed several bugs in `connect_using_credis()` + = 2.0.26 = - Fixed a bug in `wp_cache_delete_multiple()` when using Predis @@ -553,6 +564,6 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over == Upgrade Notice == -= 2.0.26 = += 2.1.0 = -WordPress 6.0 compatibility fixes. +Bumped PHP requirement to 7.0, updated Predis to v2.0 and deprecated Credis and HHVM clients.