Skip to content

Releases: rhubarbgroup/redis-cache

2.0.19 (2021-07-08)

08 Jul 19:55
Compare
Choose a tag to compare
  • Make metric identifier unique
  • Set unique prefix for sites hosted on Cloudways
  • Don't print HTML debug comment when WP_CLI is true

2.0.18 (2021-04-12)

12 Apr 17:04
4280b68
Compare
Choose a tag to compare
  • Added redis_object_cache_trace action and WP_REDIS_TRACE constant
  • Updated ApexCharts to v3.26.0
  • Fixed and issue with WP_REDIS_DISABLE_METRICS

2.0.17 (2020-12-24)

27 Dec 00:29
918c4b4
Compare
Choose a tag to compare
  • Code cleanup
  • Fixed missing metrics
  • Fixed filesystem test

2.0.16 (2020-12-24)

25 Dec 02:28
3ceed91
Compare
Choose a tag to compare

Merry Christmas and Happy Holidays 🎄

  • Updated Credis to v1.11.4
  • Fixed drop-in notice styling
  • Moved metrics into dedicated class
  • Added redis_cache_validate_dropin filter
  • Use WP_DEBUG_DISPLAY (instead of WP_DEBUG) constant to display debug information
  • Fixed rare error in wp_cache_get_multiple()
  • Removed intval() usage

2.0.15 (2020-09-29)

29 Sep 16:24
ea603d3
Compare
Choose a tag to compare
  • Reverted build_key() changes due to issues in multisite environments

2.0.14 (2020-09-24)

24 Sep 23:40
f1d3e14
Compare
Choose a tag to compare
  • Made Object Cache Pro card translatable
  • Added WP_REDIS_SERIALIZER to diagnostics
  • Improved speed of build_key()
  • Support settings WP_REDIS_PREFIX and WP_REDIS_SELECTIVE_FLUSH via environment variable
  • Added WP_REDIS_METRICS_MAX_TIME to adjust stored metrics timeframe
  • Delay loading of text domain and schedule until init hook
  • Upgraded bundled Predis library to v1.1.6
  • Prevent variable referencing issue in connect_using_credis()

2.0.13 (2020-09-01)

01 Sep 19:16
0c11b68
Compare
Choose a tag to compare
  • Updated bundled Predis library to v1.1.4
  • Made redis-cache a global group for improved metrics on multisite
  • Switched to short array syntax
  • Added @since tags to all functions
  • Use parse_url() instead of wp_parse_url() in drop-in
  • Fixed plugin instance variable name in wp redis status

2.0.12 (2020-08-19)

19 Aug 14:40
8a2dc07
Compare
Choose a tag to compare
  • Fixed bytes metrics calculation
  • Fixed an issue with non-standard Predis configurations
  • Improve WordPress Coding Standards

2.0.11 (2020-08-14)

14 Aug 22:33
b030a50
Compare
Choose a tag to compare
  • Fixed an issue in wp_cache_get_multiple() when using Predis
  • Prevent undefined index notice in diagnostics

2.0.10 (2020-08-12)

12 Aug 23:26
fd80487
Compare
Choose a tag to compare
  • Fixed unserializing values in wp_cache_get_multiple()