Skip to content

Commit

Permalink
bump version to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Aug 19, 2020
1 parent 05982db commit 8a2dc07
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.0.12

- Fixed bytes metrics calculation
- Fixed an issue with non-standard Predis configurations
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.11
* Version: 2.0.12
* Author: Till Krüss
* Author URI: https://objectcache.pro
* License: GPLv3
Expand Down
10 changes: 8 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.11
Stable tag: 2.0.12
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.0.12 =

- Fixed bytes metrics calculation
- Fixed an issue with non-standard Predis configurations
- Improve WordPress Coding Standards

= 2.0.11 =

- Fixed an issue in `wp_cache_get_multiple()` when using Predis
Expand Down Expand Up @@ -444,6 +450,6 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over

== Upgrade Notice ==

= 2.0.11 =
= 2.0.12 =

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.11
* Version: 2.0.12
* Text Domain: redis-cache
* Domain Path: /languages
* Network: true
Expand Down

0 comments on commit 8a2dc07

Please sign in to comment.