Skip to content

Releases: pantheon-systems/wp-redis

1.3.2

05 Dec 17:54
b0ba386

Choose a tag to compare

Fix broken wp_cache_supports function [#382]. Props to @tillkruss 🎉

1.3.1

02 Dec 21:17
7c71e6a

Choose a tag to compare

  • Declare wp_cache_supports function and support features. [#378].
  • Make dependabot target develop branch for PRs. [#376].

1.3.0

29 Nov 17:29
4763104

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

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

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

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

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

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

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

Choose a tag to compare

  • Adds support for specifying Redis database number from environment/server variables [#273].