Releases: inpsyde/WP-Stash
Releases · inpsyde/WP-Stash
3.4.1
What's Changed
- Remove utf8 encoding comments by @Netzberufler in #32
- [AT-696, AT-714] Update reusable workflows by @tyrann0us in #33
- fix: update deprecated filter constant by @o-samaras in #34
New Contributors
- @Netzberufler made their first contribution in #32
- @o-samaras made their first contribution in #34
Full Changelog: v3.4.0...v3.4.1
3.4.0
v3.3.2
3.3.1
What's Changed
- Response header typo fixed #24 by @cagdasdag in #25
- Switched to GPLv2
New Contributors
- @cagdasdag made their first contribution in #25
Full Changelog: v3.3.0...v3.3.1
3.3.0
What's Changed
- Make
$cache_hits
public, so tools like Query Monitor can read it - Fix code style according to current standard
- Raise dependency versions to be compatible with PHP 8
New Contributors
- @dnaber-de made their first contribution in #22
Full Changelog: 3.2.3...v3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
- Fix error during WordPress installation
- Add
WP_STASH_BYPASS
environment variable - object-cache.php drop-in now merely requires the actual drop-in from the install folder. This makes it update-safe
- Add a couple of type assertions for improved IDE support in object-cache.php
- Use Composite Driver for staggered caching instead of homebrew local memory cache.
- Support
wp_cache_get_multiple
introduced in WP 5.5
3.1.0
- Implementation of
Debug\ActionLogger
- Added new Logger to
Pool
- Updated PHPUnit to version 7.
- Register a WP cron event that performs regular cache pool maintenance. Should fix problems with the FileSystem and Sqlite drivers
- Add a new wp-cli command to perform pool maintenance manually
- Add option to specify purge cron interval via
WP_STASH_PURGE_INTERVAL
setting