diff --git a/includes/object-cache.php b/includes/object-cache.php index 8da36232..c50cc82f 100644 --- a/includes/object-cache.php +++ b/includes/object-cache.php @@ -3,7 +3,7 @@ Plugin Name: Redis Object Cache Drop-In Plugin URI: http://wordpress.org/plugins/redis-cache/ Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI. -Version: 1.6.1 +Version: 1.6.2 Author: Till Krüss Author URI: https://till.im/ License: GPLv3 diff --git a/readme.txt b/readme.txt index daef8a7b..6d93c59e 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: redis, predis, phpredis, hhvm, pecl, caching, cache, object cache, perform Requires at least: 3.3 Tested up to: 5.4 Requires PHP: 5.4 -Stable tag: 1.6.1 +Stable tag: 1.6.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/redis-cache.php b/redis-cache.php index 21a800b2..ca8c661e 100644 --- a/redis-cache.php +++ b/redis-cache.php @@ -3,7 +3,7 @@ Plugin Name: Redis Object Cache Plugin URI: https://wordpress.org/plugins/redis-cache/ Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI. -Version: 1.6.1 +Version: 1.6.2 Text Domain: redis-cache Domain Path: /languages Author: Till Krüss @@ -17,7 +17,7 @@ exit; } -define( 'WP_REDIS_VERSION', '1.6.1' ); +define( 'WP_REDIS_VERSION', '1.6.2' ); if ( defined( 'WP_CLI' ) && WP_CLI ) { require_once dirname( __FILE__ ) . '/includes/wp-cli-commands.php';