Skip to content

Commit

Permalink
tag 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Dec 2, 2019
1 parent 00499f5 commit 7ba0aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4
Version: 1.5.5
Author: Till Krüss
Author URI: https://till.im/
License: GPLv3
Expand Down
4 changes: 2 additions & 2 deletions redis-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4
Version: 1.5.5
Text Domain: redis-cache
Domain Path: /languages
Author: Till Krüss
Expand All @@ -16,7 +16,7 @@
exit;
}

define( 'WP_REDIS_VERSION', '1.5.4' );
define( 'WP_REDIS_VERSION', '1.5.5' );

if ( defined( 'WP_CLI' ) && WP_CLI ) {
require_once dirname( __FILE__ ) . '/includes/wp-cli-commands.php';
Expand Down

0 comments on commit 7ba0aad

Please sign in to comment.