Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jan 11, 2023
1 parent f9654e9 commit 29bc6dd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.2.3

- Added `wp_cache_flush_group()` support
- Updated Credis to v1.14.0
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: https://wordpress.org/plugins/redis-cache/
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
* Version: 2.2.3-dev
* Version: 2.2.3
* Author: Till Krüss
* Author URI: https://objectcache.pro
* License: GPLv3
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: redis, object cache, cache, object caching, caching performance, relay, pr
Requires at least: 3.3
Tested up to: 6.1
Requires PHP: 7.2
Stable tag: 2.2.3-dev
Stable tag: 2.2.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.2.3 =

- Added `wp_cache_flush_group()` support
- Updated Credis to v1.14.0
- Drop `$delay` parameter from `wp_cache_flush()`
- Prevent rare error in diagnostics when reading connection errors

= 2.2.2 =

- Use `QM_Data_Cache` instead of `QM_Data`
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, Relay, replication, sentinels, clustering and WP-CLI.
* Version: 2.2.3-dev
* Version: 2.2.3
* Text Domain: redis-cache
* Domain Path: /languages
* Network: true
Expand Down

0 comments on commit 29bc6dd

Please sign in to comment.