Skip to content

Commit 2c22142

Browse files
authored
tag v2.6.5
1 parent 5d946c5 commit 2c22142

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.6.5
4+
5+
- Fixed an issue with (in|de)crement cache values when using igbinary
6+
37
## 2.6.4
48

59
- Prevent some deprecation notices

includes/object-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Redis Object Cache Drop-In
44
* Plugin URI: https://wordpress.org/plugins/redis-cache/
55
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
6-
* Version: 2.6.4
6+
* Version: 2.6.5
77
* Author: Till Krüss
88
* Author URI: https://objectcache.pro
99
* License: GPLv3

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: redis, object cache, caching, performance, relay
55
Requires at least: 4.6
66
Tested up to: 6.8
77
Requires PHP: 7.2
8-
Stable tag: 2.6.3
8+
Stable tag: 2.6.5
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -61,6 +61,10 @@ Redis Object Cache has various WP CLI commands, for more information run `wp hel
6161

6262
== Changelog ==
6363

64+
= 2.6.5 =
65+
66+
- Fixed an issue with (in|de)crement cache values when using igbinary
67+
6468
= 2.6.4 =
6569

6670
- Prevent some deprecation notices

redis-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Redis Object Cache
44
* Plugin URI: https://wordpress.org/plugins/redis-cache/
55
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
6-
* Version: 2.6.4
6+
* Version: 2.6.5
77
* Text Domain: redis-cache
88
* Domain Path: /languages
99
* Network: true

0 commit comments

Comments
 (0)