Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jul 13, 2022
1 parent 5fe547a commit 425a252
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 425a252

Please sign in to comment.