Releases: pantheon-systems/wp-redis
Releases · pantheon-systems/wp-redis
1.4.4
What's Changed
- Update CONTRIBUTING docs by @jazzsequence in #439
- [CMSP-480] Adds mVDP notes to readmes by @jazzsequence in #441
- Fix spacing of README.md header and add linting to ensure it remains. by @pwtyler in #443
- [CMSP-519] Tested up to WordPress 6.3 by @pwtyler in #444
- [CMSP-667] Update to latest version of Pantheon WP Coding Standards by @jazzsequence in #445
- [CMSP-676] WP Redis PHP 8.3 compatibility checks by @jazzsequence in #446
- [CMSP-721] Bump tested up to and echo PHP Version by @jazzsequence in #449
- [BUGS-7148] Handle duplicate keys in
get_multiple
function by @Souptik2001 in #448 - [CMSP-771] Release 1.4.4 by @jazzsequence in #450
New Contributors
- @Souptik2001 made their first contribution in #448
Full Changelog: 1.4.3...1.4.4
1.4.3
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
1.4.1
1.4.0
1.3.5
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
1.3.3
1.3.2
Fix broken wp_cache_supports
function [#382]. Props to @tillkruss 🎉