Skip to content

Releases: pantheon-systems/wp-redis

1.4.6

17 Jun 23:32
bf76694

Choose a tag to compare

What's Changed

  • PHP 8.4 compatibility

Full Changelog: 1.4.5...1.4.6

1.4.5

21 Jan 19:00
034f87e

Choose a tag to compare

What's Changed

Full Changelog: 1.4.4...1.4.5

1.4.4

27 Nov 19:32
ec6ddd9

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

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

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

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

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

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

Choose a tag to compare

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

1.3.3

28 Feb 18:49
d1731fa

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].