Skip to content

Commit

Permalink
Readme updates for 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 authored Jun 20, 2024
1 parent 35e1ea1 commit 19863ae
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Memcached Object Cache ===
Contributors: ryan, sivel, andy, nacin, barry, ethitter, nickdaugherty, batmoo, simonwheatley, jenkoian, bor0, aidvu
Contributors: ryan, sivel, andy, nacin, barry, ethitter, nickdaugherty, batmoo, simonwheatley, jenkoian, bor0, aidvu, dd32
Tags: cache, memcached
Requires at least: 5.3
Tested up to: 6.0
Stable tag: 4.0.0
Tested up to: 6.5
Stable tag: 4.1.0
Requires PHP: 7.4.0

Use memcached and the PECL memcache extension to provide a backing store for the WordPress object cache.
Expand Down Expand Up @@ -83,6 +83,14 @@ widget

== Changelog ==

= 4.1.0
* Add support for `wp_cache_(add|delete|get|set)_multiple()`
* Add support for `wp_cache_flush_runtime()`
* Add support for `wp_cache_supports()`
* PHP 8.2 compatibility fixes
* Increase minimum PHP requirement to 7.4
* Bump WP tested-up-to to 6.5

= 4.0.0 =
* Add preemptive filter pre_wp_cache_get
* Add flush_number replication to prevent accidental flush due to flush_number eviction, server rotation, etc.
Expand Down

0 comments on commit 19863ae

Please sign in to comment.