Skip to content

Commit d399f7b

Browse files
committed
tag v2.6.2
1 parent 2a2631b commit d399f7b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.6.2
44

55
- Fixed more PHP 7.2 heredoc parsing errors
66

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.1
6+
* Version: 2.6.2
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.1
8+
Stable tag: 2.6.2
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.2 =
65+
66+
- Fixed more PHP 7.2 heredoc parsing errors
67+
6468
= 2.6.1 =
6569

6670
- Fixed PHP 7.2 heredoc parsing error

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

0 commit comments

Comments
 (0)