Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jul 13, 2020
1 parent 362b4eb commit 1373877
Show file tree
Hide file tree
Showing 3 changed files with 14 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, Credis, HHVM, replication, clustering and WP-CLI.
* Version: 2.0.0
* Version: 2.0.1
* Author: Till Krüss
* Author URI: https://wprediscache.com
* License: GPLv3
Expand Down
13 changes: 12 additions & 1 deletion 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.4
Requires PHP: 5.6
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.0.1 =

- Support older versions of Query Monitor
- Made "Dropin" status more helpful
- Hide Redis version in settings when it isn't available
- Collapsed dependency paths using `composer-custom-directory-installer` package
- Prevent `QM_Collector` conflicts with other plugins
- Prevent metric issues when cache is not available
- Fixed "Settings" link in plugin list
- Fixed `WP_REDIS_DISABLED` logic

= 2.0.0 =

Version 2.0 is a significant rewrite. The plugin now requires PHP 5.6, just like WordPress 5.2 does.
Expand Down
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.0
* Version: 2.0.1
* Text Domain: redis-cache
* Domain Path: /languages
* Network: true
Expand Down

0 comments on commit 1373877

Please sign in to comment.