Skip to content

Commit

Permalink
Add -dev to version number and Latest heading to readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman committed May 1, 2023
1 parent a1e1ac2 commit 31f00b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Tags:** cache, plugin, redis
**Requires at least:** 3.0.1
**Tested up to:** 6.2
**Stable tag:** 1.3.5
**Stable tag:** 1.3.6-dev
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -103,6 +103,9 @@ This declaration means use of `wp_cache_set( 'foo', 'bar', 'bad-actor' );` and `
There's a known issue with WordPress `alloptions` cache design. Specifically, a race condition between two requests can cause the object cache to have stale values. If you think you might be impacted by this, [review this GitHub issue](https://github.com/pantheon-systems/wp-redis/issues/221) for links to more context, including a workaround.

## Changelog ##

### Latest ###

### 1.3.5 (April 6, 2023) ###
* Bump tested up to version to 6.2
* Update Composer dependencies [[#394](https://github.com/pantheon-systems/wp-redis/pull/394)]
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh, jspellman,
Tags: cache, plugin, redis
Requires at least: 3.0.1
Tested up to: 6.2
Stable tag: 1.3.5
Stable tag: 1.3.6-dev
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,8 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a

== Changelog ==

= Latest =

= 1.3.5 (April 6, 2023) =
* Bump tested up to version to 6.2
* Update Composer dependencies [[#394](https://github.com/pantheon-systems/wp-redis/pull/394)]
Expand Down
2 changes: 1 addition & 1 deletion wp-redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Redis
* Plugin URI: http://github.com/pantheon-systems/wp-redis/
* Description: WordPress Object Cache using Redis. Requires the PhpRedis extension (https://github.com/phpredis/phpredis).
* Version: 1.3.5
* Version: 1.3.6-dev
* Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive
* Author URI: https://pantheon.io/
*/
Expand Down

0 comments on commit 31f00b3

Please sign in to comment.