Skip to content

Commit 1ec8c8e

Browse files
committed
tag 2.6.3
1 parent c30354a commit 1ec8c8e

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 2.6.3
44

55
- Switch to `E_USER_DEPRECATED` instead of `_doing_it_wrong()` in drop-in
6-
- Fixed `undefined constant` error when using Credis
6+
- Fixed `undefined constant` error when using Credis (deprecated) as client
77

88
## 2.6.2
99

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

readme.txt

Lines changed: 6 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.2
8+
Stable tag: 2.6.3
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -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.3 =
65+
66+
- Switch to `E_USER_DEPRECATED` instead of `_doing_it_wrong()` in drop-in
67+
- Fixed error when using Credis (deprecated) as client
68+
6469
= 2.6.2 =
6570

6671
- Fixed more PHP 7.2 heredoc parsing errors

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

0 commit comments

Comments
 (0)