Skip to content

Commit

Permalink
bump version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jul 17, 2020
1 parent 436a85d commit 2ad616f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 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.4

- Attempt to reliably update the dropin when it's outdated
- Show ACL username on settings screen
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.3
* Version: 2.0.4
* Author: Till Krüss
* Author URI: https://wprediscache.com
* License: GPLv3
Expand Down
15 changes: 12 additions & 3 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.4
Requires PHP: 5.6
Stable tag: 2.0.3
Stable tag: 2.0.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.0.3 =
= 2.0.4 =

Version 2.0 is a significant rewrite of the plugin. Please read the v2.0.0 release notes.

- Attempt to reliably update the dropin when it's outdated
- Show ACL username on settings screen
- Show full diagnostics with `wp redis status`
- Always set `FS_CHMOD_FILE` when copying the `object-cache.php`
- Don't encode bullets in password diagnostics
- Call `redis_object_cache_update_dropin` during dropin update

= 2.0.3 =

- Hide "Metrics" tab when metrics are disabled
- Fixed `admin.js` not loading in multisite environments
- Avoid fatal error when interacting with metrics but Redis went away
Expand Down Expand Up @@ -391,7 +400,7 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over

== Upgrade Notice ==

= 2.0.3 =
= 2.0.4 =

Version 2.0 is a significant rewrite of the plugin. Please read the v2.0.0 release notes.

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

0 comments on commit 2ad616f

Please sign in to comment.