Skip to content

Commit 92ed289

Browse files
authored
Version 4.0.0, tested with WP 5.8, and update changelog (#77)
* Version 4.0.0, tested with WP 5.8, and update changelog * Whitespace
1 parent ab1280f commit 92ed289

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

object-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Plugin Name: Memcached
55
Description: Memcached backend for the WP Object Cache.
6-
Version: 3.2.2
6+
Version: 4.0.0
77
Plugin URI: https://wordpress.org/plugins/memcached/
88
Author: Ryan Boren, Denis de Bernardy, Matt Martz, Andy Skelton
99
@@ -535,7 +535,7 @@ function flush_prefix( $group ) {
535535
$number = $this->get_global_flush_number();
536536
} else {
537537
$number = $this->get_blog_flush_number();
538-
}
538+
}
539539
return $number . ':';
540540
}
541541

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: ryan, sivel, andy, nacin, barry, ethitter, nickdaugherty, batmoo, simonwheatley, jenkoian, bor0, aidvu
33
Tags: cache, memcached
44
Requires at least: 5.3
5-
Tested up to: 5.4.1
6-
Stable tag: 3.2.2
5+
Tested up to: 5.8
6+
Stable tag: 4.0.0
77
Requires PHP: 5.6.20
88

99
Use memcached and the PECL memcache extension to provide a backing store for the WordPress object cache.
@@ -83,6 +83,10 @@ widget
8383

8484
== Changelog ==
8585

86+
= 4.0.0 =
87+
* Add preemptive filter pre_wp_cache_get
88+
* Add flush_number replication to prevent accidental flush due to flush_number eviction, server rotation, etc.
89+
8690
= 3.2.2 =
8791
* Remove filter, and base key stripping on presence of `key_salt`
8892

0 commit comments

Comments
 (0)