Releases: rhubarbgroup/redis-cache
Releases · rhubarbgroup/redis-cache
2.1.2 (2022-07-18)
- Fixed and improved
wp_cache_*_multiple()
logic - Call
redis_object_cache_set
action inwp_cache_set_multiple()
- Call
redis_object_cache_delete
action inwp_cache_delete_multiple()
- Check if raw group name is ignored, not sanitized name
- Removed tracing
2.1.1 (2022-07-18)
- Bumped PHP requirement to 7.2
- Renamed
WP_REDIS_DIR
toWP_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)
- 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)
- 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)
- Removed broken
wp_cache_add_multiple()
function
2.0.24 (2022-04-16)
- 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)
- 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)
- 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)
- Added metrics diagnostics
- Added
WP_Object_Cache::decr()
alias - Moved
diagnostics.php
file
2.0.20 (2021-07-08)
- Fix wp.org release