Skip to content

Releases: rhubarbgroup/redis-cache

2.1.2 (2022-07-18)

19 Jul 03:22
5698b7b
Compare
Choose a tag to compare
  • Fixed and improved wp_cache_*_multiple() logic
  • Call redis_object_cache_set action in wp_cache_set_multiple()
  • Call redis_object_cache_delete action in wp_cache_delete_multiple()
  • Check if raw group name is ignored, not sanitized name
  • Removed tracing

2.1.1 (2022-07-18)

18 Jul 16:31
36efcb6
Compare
Choose a tag to compare
  • Bumped PHP requirement to 7.2
  • Renamed WP_REDIS_DIR to WP_REDIS_PLUGIN_DIR
  • Fixed rare fatal error in diagnostics
  • Allow Predis v1.1 Composer installs
  • Support using WP_REDIS_CLUSTER string

2.1.0 (2022-07-13)

13 Jul 16:45
5fe547a
Compare
Choose a tag to compare
  • Bumped PHP requirement to 7.0
  • Deprecated Credis and HHVM clients
  • Updated Predis to v2.0.0
  • Updated Credis to v1.13.1
  • Improved cluster readability in diagnostics
  • Improved connecting to clusters
  • Fixed pinging clusters after connecting
  • Fixed several bugs in connect_using_credis()

2.0.26 (2022-05-25)

25 May 16:57
8d4aaaa
Compare
Choose a tag to compare
  • Fixed a bug in wp_cache_delete_multiple() when using Predis
  • Fixed a bug in wp_cache_add_multiple() when cache addition is suspended

2.0.25 (2022-04-16)

16 Apr 23:33
a2a3c61
Compare
Choose a tag to compare
  • Removed broken wp_cache_add_multiple() function

2.0.24 (2022-04-16)

16 Apr 21:46
69803c4
Compare
Choose a tag to compare
  • Improve metrics label/tooltip formatting
  • Fix metrics chart not rendering
  • Updated Predis to v1.1.10
  • Updated Credis to v1.13.0
  • Support composer/installers v1 and v2
  • Link to settings page when foreign drop-in was found
  • Added wp_cache_flush_runtime() function
  • Added wp_cache_add_multiple() function
  • Added wp_cache_delete_multiple() function

2.0.23 (2022-01-24)

24 Jan 18:46
758b807
Compare
Choose a tag to compare
  • Added support for Relay
  • Minor UX fixes and improvements
  • Fixed PHP 8.1 deprecation notice
  • Updated ApexCharts to v3.31.0

2.0.22 (2021-11-27)

27 Nov 19:02
e07e28c
Compare
Choose a tag to compare
  • PHP 8.1 compatibility fixes
  • Upgraded to Predis v1.1.9
  • Added settings link to widget
  • Overhauled diagnostics pane
  • Updated ApexCharts to v3.30.0
  • Redirect to plugin settings after activation
  • Fixed wrong path to diagnostics.php file
  • Fixed chart overflow in settings tab
  • Fixed Predis cluster ping
  • Avoid warning when content folder is not writeable

2.0.21 (2021-07-20)

20 Jul 19:17
Compare
Choose a tag to compare
  • Added metrics diagnostics
  • Added WP_Object_Cache::decr() alias
  • Moved diagnostics.php file

2.0.20 (2021-07-08)

08 Jul 22:35
Compare
Choose a tag to compare
  • Fix wp.org release