Skip to content

Commit 5c97876

Browse files
author
John Spellman
committed
Release 1.4.0
1 parent 2b2a1b5 commit 5c97876

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

README.md

Lines changed: 9 additions & 7 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.0-dev
8+
**Stable tag:** 1.4.0
99
**License:** GPLv2 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1111

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

105105
## Changelog ##
106106

107-
### Latest ###
107+
### 1.4.0 (May 9, 2023) ###
108108
* Add support for `flush_runtime` and `flush_group` functions [[#405](https://github.com/pantheon-systems/wp-redis/pull/405)]
109+
* Add `pantheon-wp-coding-standards` [[#400](https://github.com/pantheon-systems/wp-redis/pull/400)]
110+
* Update CONTRIBUTING.MD [[#406](https://github.com/pantheon-systems/wp-redis/pull/406)]
109111
* Update Composer dependencies [[#401](https://github.com/pantheon-systems/wp-redis/pull/394)]
110112

111113
### 1.3.5 (April 6, 2023) ###
@@ -115,7 +117,6 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
115117
### 1.3.4 (March 7, 2023) ###
116118
* Set `missing_redis_message` if Redis service is not connected [[#391](https://github.com/pantheon-systems/wp-redis/pull/391)]
117119

118-
119120
### 1.3.3 (February 28, 2023) ###
120121
* Add PHP 8.2 support [[#388](https://github.com/pantheon-systems/wp-redis/pull/388)]
121122
* Remove Grunt, add valid license to Composer file [[#387](https://github.com/pantheon-systems/wp-redis/pull/387)]
@@ -127,8 +128,7 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
127128
### 1.3.1 (December 2, 2022) ###
128129
* Declare `wp_cache_supports` function and support features. [[#378](https://github.com/pantheon-systems/wp-redis/pull/378)]
129130
* Make dependabot target `develop` branch for PRs. [[#376](https://github.com/pantheon-systems/wp-redis/pull/376)]
130-
131-
Declare `wp_cache_supports` function and support features. [[#378](https://github.com/pantheon-systems/wp-redis/pull/378)]
131+
* Declare `wp_cache_supports` function and support features. [[#378](https://github.com/pantheon-systems/wp-redis/pull/378)]
132132

133133
### 1.3.0 (November 29, 2022) ###
134134
* Added CONTRIBUTING.MD and GitHub action to automate deployments to wp.org. [[#368](https://github.com/pantheon-systems/wp-redis/pull/368)]
@@ -231,5 +231,7 @@ Declare `wp_cache_supports` function and support features. [[#378](https://githu
231231
### 0.1 ###
232232
* Initial commit of working code for the benefit of all.
233233

234-
## Latest ##
235-
WP Redis 1.4.0-dev adds support for the `flush_runtime` and `flush_group` functions. If you've copied `object-cache.php` and made your own changes, be sure to copy these additions over as well.
234+
## Upgrade Notice ##
235+
236+
### 1.4.0 (May 9, 2023) ###
237+
WP Redis 1.4.0 adds support for the `flush_runtime` and `flush_group` functions. If you've copied `object-cache.php` and made your own changes, be sure to copy these additions over as well.

readme.txt

Lines changed: 6 additions & 4 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.0-dev
6+
Stable tag: 1.4.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

103103
== Changelog ==
104104

105-
= Latest =
105+
= 1.4.0 (May 9, 2023) =
106106
* Add support for `flush_runtime` and `flush_group` functions [[#405](https://github.com/pantheon-systems/wp-redis/pull/405)]
107+
* Add `pantheon-wp-coding-standards` [[#400](https://github.com/pantheon-systems/wp-redis/pull/400)]
108+
* Update CONTRIBUTING.MD [[#406](https://github.com/pantheon-systems/wp-redis/pull/406)]
107109
* Update Composer dependencies [[#401](https://github.com/pantheon-systems/wp-redis/pull/394)]
108110

109111
= 1.3.5 (April 6, 2023) =
@@ -228,5 +230,5 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
228230

229231
== Upgrade Notice ==
230232

231-
= Latest =
232-
WP Redis 1.4.0-dev adds support for the `flush_runtime` and `flush_group` functions. If you've copied `object-cache.php` and made your own changes, be sure to copy these additions over as well.
233+
= 1.4.0 =
234+
WP Redis 1.4.0 adds support for the `flush_runtime` and `flush_group` functions. If you've copied `object-cache.php` and made your own changes, be sure to copy these additions over as well.

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

0 commit comments

Comments
 (0)