Skip to content

Commit

Permalink
tag 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Sep 29, 2020
1 parent fbfc86f commit ea603d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.15

- Reverted `build_key()` changes due to issues in multisite environments

## 2.0.14

- Made Object Cache Pro card translatable
Expand Down
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, Credis, HHVM, replication, clustering and WP-CLI.
* Version: 2.0.14
* Version: 2.0.15
* Author: Till Krüss
* Author URI: https://objectcache.pro
* License: GPLv3
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: redis, predis, phpredis, credis, hhvm, pecl, caching, cache, object cache,
Requires at least: 3.3
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 2.0.14
Stable tag: 2.0.15
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -83,6 +83,10 @@ To see a list of all available WP-CLI commands, please see the [WP CLI commands

== Changelog ==

= 2.0.15 =

- Reverted `build_key()` changes due to issues in multisite environments

= 2.0.14 =

- Made Object Cache Pro card translatable
Expand Down Expand Up @@ -470,6 +474,6 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over

== Upgrade Notice ==

= 2.0.14 =
= 2.0.15 =

Version 2.0 is a significant rewrite of the plugin. Please read the v2.0.0 release notes.
2 changes: 1 addition & 1 deletion 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, Credis, HHVM, replication, clustering and WP-CLI.
* Version: 2.0.14
* Version: 2.0.15
* Text Domain: redis-cache
* Domain Path: /languages
* Network: true
Expand Down

0 comments on commit ea603d3

Please sign in to comment.