Skip to content

Commit

Permalink
bump version to v2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jan 24, 2022
1 parent 4873718 commit e498f2d
Show file tree
Hide file tree
Showing 4 changed files with 12 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.23

- Added support for Relay
- Minor UX fixes and improvements
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.22
* Version: 2.0.23
* Author: Till Krüss
* Author URI: https://objectcache.pro
* License: GPLv3
Expand Down
12 changes: 9 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, relay, caching, cache, object
Requires at least: 3.3
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 2.0.22
Stable tag: 2.0.23
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.23 =

- Added support for Relay
- Minor UX fixes and improvements
- Updated ApexCharts to v3.31.0

= 2.0.22 =

- PHP 8.1 compatibility fixes
Expand Down Expand Up @@ -525,6 +531,6 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over

== Upgrade Notice ==

= 2.0.21 =
= 2.0.23 =

Version 2.0 is a significant rewrite of the plugin. Please read the v2.0.0 release notes.
Added support for Relay. Minor UX fixes and improvements.
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, Relay, Credis, HHVM, replication, clustering and WP-CLI.
* Version: 2.0.22
* Version: 2.0.23
* Text Domain: redis-cache
* Domain Path: /languages
* Network: true
Expand Down

0 comments on commit e498f2d

Please sign in to comment.