Skip to content

Releases: pantheon-systems/wp-redis

1.3.0

29 Nov 17:29
4763104
Compare
Choose a tag to compare

Added CONTRIBUTING.MD and GitHub action to automate deployments to wp.org [#368].

Version 1.2.0

18 Feb 02:35
b008bd2
Compare
Choose a tag to compare
  • Adds support for Relay via WP_REDIS_USE_RELAY constant [#344].

Version 1.1.4

21 Oct 15:35
ede1390
Compare
Choose a tag to compare
  • Fixes some faulty logic in WP_REDIS_IGNORE_GLOBAL_GROUPS check [#333].

Version 1.1.3

21 Oct 15:03
cfed7ac
Compare
Choose a tag to compare
  • Supports a WP_REDIS_IGNORE_GLOBAL_GROUPS constant to prevent groups from being added to global caching group [#331].

Version 1.1.2

24 Mar 11:46
9dba016
Compare
Choose a tag to compare
  • Applies logic used elsewhere to fall back to $_SERVER in wp_redis_get_info() [#316].

Version 1.1.1

17 Aug 21:05
8b472e2
Compare
Choose a tag to compare
  • Returns cache data in correct order when using wp_cache_get_multiple() and internal cache is already primed [#292].

Version 1.1.0

13 Jul 18:36
4a51a19
Compare
Choose a tag to compare
  • Implements wp_cache_get_multiple() for WordPress 5.5 [#287].
  • Bails early when connecting to Redis throws an Exception to avoid fatal error [285].

Version 1.0.1

14 Apr 21:42
04e9366
Compare
Choose a tag to compare
  • Adds support for specifying Redis database number from environment/server variables [#273].

Version 1.0.0

02 Mar 13:33
57269bd
Compare
Choose a tag to compare
  • Plugin is stable.

Version 0.8.3

24 Feb 19:10
79e64c5
Compare
Choose a tag to compare
  • Fixes wp redis cli by using proc_open() directly, instead of WP_CLI::launch() [#268].