From 4d4aac172e60a7a6310b181e68aa205431dcf5fc Mon Sep 17 00:00:00 2001 From: Andrija Vucinic Date: Thu, 28 May 2020 15:57:34 +0200 Subject: [PATCH] update version/changelog --- object-cache.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/object-cache.php b/object-cache.php index 8d16241..eb1b82e 100644 --- a/object-cache.php +++ b/object-cache.php @@ -3,7 +3,7 @@ /* Plugin Name: Memcached Description: Memcached backend for the WP Object Cache. -Version: 3.2.0 +Version: 3.2.1 Plugin URI: http://wordpress.org/extend/plugins/memcached/ Author: Ryan Boren, Denis de Bernardy, Matt Martz, Andy Skelton diff --git a/readme.txt b/readme.txt index 9088b3d..c801820 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ryan, sivel, andy, nacin, barry, ethitter, nickdaugherty, batmoo, Tags: cache, memcached Requires at least: 5.3 Tested up to: 5.4.1 -Stable tag: 3.2.0 +Stable tag: 3.2.1 Requires PHP: 5.6.20 Use memcached and the PECL memcache extension to provide a backing store for the WordPress object cache. @@ -83,6 +83,9 @@ widget == Changelog == += 3.2.1 = +* Fix bug allowing **slow-ops** entries to have the same key, so toggling doesn't work + = 3.2.0 = * Better stats(). Now shows cache group/individual calls with size of the payload and timings. * PHP 5.6.20 is now required