Skip to content

Releases: pantheon-systems/wp-redis

1.4.4

27 Nov 19:32
ec6ddd9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.3...1.4.4

1.4.3

26 Jun 15:14
Compare
Choose a tag to compare

Release Notes

  • Bug fix: Fixes assumption that CACHE_PORT & CACHE_PASSWORD are Set. [428] (props @timnolte)
  • Adds WP.org validation GitHub action [#435]
  • Bug fix: Fixes incorrect order of array_replace_recursive and other issues [434] (props @timnolte)
  • Bug fix: Replace use of wp_strip_all_tags in object-cache.php [434] (props @timnolte)
  • Bug fix: Don't strip tags from the cache password. [434] (props @timnolte)

1.4.2

15 May 16:41
Compare
Choose a tag to compare

Changes

  • Bug fix: Removes exception loop caused by esc_html in _exception_handler() [421]

1.4.1

11 May 21:43
Compare
Choose a tag to compare

What's Changed

  • Bug fix: wp_cache_flush_runtime should only clear the local cache [413]

1.4.0

09 May 18:00
Compare
Choose a tag to compare

What's Changed

  • Add support for flush_runtime and flush_group functions #405.
  • Add pantheon-wp-coding-standards #400.
  • Update CONTRIBUTING.MD #406.
  • Update Composer dependencies #394.

Full Changelog: 1.3.5...1.4.0

1.3.5

06 Apr 22:16
0b082ef
Compare
Choose a tag to compare

What's Changed

  • Bump tested up to version to 6.2
  • Update Composer dependencies [#394]

Full Changelog: 1.3.4...1.3.5

1.3.4

07 Mar 22:06
0dafdab
Compare
Choose a tag to compare

Set missing_redis_message if Redis service is not connected [#391].

1.3.3

28 Feb 18:49
d1731fa
Compare
Choose a tag to compare

Add PHP 8.2 support [#388].
Remove Grunt, add valid license to Composer file [#387].
Update Composer dependencies [#384] [#385].

1.3.2

05 Dec 17:54
b0ba386
Compare
Choose a tag to compare

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

1.3.1

02 Dec 21:17
7c71e6a
Compare
Choose a tag to compare
  • Declare wp_cache_supports function and support features. [#378].
  • Make dependabot target develop branch for PRs. [#376].