Skip to content

Commit 4d4aac1

Browse files
committed
update version/changelog
1 parent e18a4f2 commit 4d4aac1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

object-cache.php

Lines changed: 1 addition & 1 deletion
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.0
6+
Version: 3.2.1
77
Plugin URI: http://wordpress.org/extend/plugins/memcached/
88
Author: Ryan Boren, Denis de Bernardy, Matt Martz, Andy Skelton
99

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: ryan, sivel, andy, nacin, barry, ethitter, nickdaugherty, batmoo,
33
Tags: cache, memcached
44
Requires at least: 5.3
55
Tested up to: 5.4.1
6-
Stable tag: 3.2.0
6+
Stable tag: 3.2.1
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,9 @@ widget
8383

8484
== Changelog ==
8585

86+
= 3.2.1 =
87+
* Fix bug allowing **slow-ops** entries to have the same key, so toggling doesn't work
88+
8689
= 3.2.0 =
8790
* Better stats(). Now shows cache group/individual calls with size of the payload and timings.
8891
* PHP 5.6.20 is now required

0 commit comments

Comments
 (0)