Skip to content

Commit 5456607

Browse files
committed
Release 1.4.2
1 parent 046b434 commit 5456607

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Tags:** cache, plugin, redis
66
**Requires at least:** 3.0.1
77
**Tested up to:** 6.2
8-
**Stable tag:** 1.4.2-dev
8+
**Stable tag:** 1.4.2
99
**License:** GPLv2 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -104,7 +104,7 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
104104

105105
## Changelog ##
106106

107-
### Latest ###
107+
### 1.4.2 (May 15, 2023) ###
108108
* Bug fix: Removes exception loop caused by `esc_html` in `_exception_handler()` [[421](https://github.com/pantheon-systems/wp-redis/pull/421)]
109109

110110
### 1.4.1 (May 11, 2023) ###

readme.txt

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

@@ -102,7 +102,7 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
102102

103103
== Changelog ==
104104

105-
= Latest =
105+
= 1.4.2 (May 15, 2023) =
106106
* Bug fix: Removes exception loop caused by `esc_html` in `_exception_handler()` [[421](https://github.com/pantheon-systems/wp-redis/pull/421)]
107107

108108
= 1.4.1 (May 11, 2023) =

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.4.2-dev
6+
* Version: 1.4.2
77
* Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive
88
* Author URI: https://pantheon.io/
99
*/

0 commit comments

Comments
 (0)