Skip to content

Commit cfed7ac

Browse files
Merge pull request #332 from pantheon-systems/update-readme-1-1-3
Update README for v1.1.3
2 parents b82608c + 15a179d commit cfed7ac

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** cache, plugin, redis
44
**Requires at least:** 3.0.1
55
**Tested up to:** 5.8
6-
**Stable tag:** 1.1.2
6+
**Stable tag:** 1.1.3
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -116,6 +116,9 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
116116

117117
## Changelog ##
118118

119+
### 1.1.3 (October 21, 2021) ###
120+
* Supports a `WP_REDIS_IGNORE_GLOBAL_GROUPS` constant to prevent groups from being added to global caching group [[#331](https://github.com/pantheon-systems/wp-redis/pull/331)].
121+
119122
### 1.1.2 (March 24, 2021) ###
120123
* Applies logic used elsewhere to fall back to `$_SERVER` in `wp_redis_get_info()` [[#316](https://github.com/pantheon-systems/wp-redis/pull/316)].
121124

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh
33
Tags: cache, plugin, redis
44
Requires at least: 3.0.1
55
Tested up to: 5.8
6-
Stable tag: 1.1.2
6+
Stable tag: 1.1.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -116,6 +116,9 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
116116

117117
== Changelog ==
118118

119+
= 1.1.3 (October 21, 2021) =
120+
* Supports a `WP_REDIS_IGNORE_GLOBAL_GROUPS` constant to prevent groups from being added to global caching group [[#331](https://github.com/pantheon-systems/wp-redis/pull/331)].
121+
119122
= 1.1.2 (March 24, 2021) =
120123
* Applies logic used elsewhere to fall back to `$_SERVER` in `wp_redis_get_info()` [[#316](https://github.com/pantheon-systems/wp-redis/pull/316)].
121124

wp-redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Redis
44
* Plugin URI: http://github.com/pantheon-systems/wp-redis/
55
* Description: WordPress Object Cache using Redis. Requires the PhpRedis extension (https://github.com/phpredis/phpredis).
6-
* Version: 1.1.2
6+
* Version: 1.1.3
77
* Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive
88
* Author URI: https://pantheon.io/
99
*/

0 commit comments

Comments
 (0)