Skip to content

Commit c280af6

Browse files
authored
tag v2.6.4
1 parent 0d73b74 commit c280af6

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 2.6.4
44

5-
- Prevent rare deprecation warning when setting up new site
6-
- Prevent PHP 8.2 deprecation in `wp-activate.php`
7-
- Fixed (in|de)crement not working with igbinary
5+
- Prevent some deprecation notices
6+
- Fixed an issue with (in|de)crement cache values
87

98
## 2.6.3
109

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.3
6+
* Version: 2.6.4
77
* Author: Till Krüss
88
* Author URI: https://objectcache.pro
99
* License: GPLv3

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ Redis Object Cache has various WP CLI commands, for more information run `wp hel
6161

6262
== Changelog ==
6363

64+
= 2.6.4 =
65+
66+
- Prevent some deprecation notices
67+
- Fixed an issue with (in|de)crement cache values
68+
6469
= 2.6.3 =
6570

6671
- Switch to `E_USER_DEPRECATED` instead of `_doing_it_wrong()` in drop-in

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.3
6+
* Version: 2.6.4
77
* Text Domain: redis-cache
88
* Domain Path: /languages
99
* Network: true

0 commit comments

Comments
 (0)