Skip to content

Releases: inpsyde/WP-Stash

3.4.0

16 Jun 14:02
3089898
Compare
Choose a tag to compare

What's Changed

  • Add DDEV Config by @Biont in #29
  • Add E2E tests using Playwright
  • Support new core functions by @Biont in #30

Full Changelog: v3.3.2...v3.4.0

v3.3.2

12 Dec 08:48
219e1ae
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @shvlv made their first contribution in #27

Full Changelog: v3.3.1...v3.3.2

3.3.1

15 Aug 08:03
aa3aadc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

3.3.0

22 Jul 06:47
Compare
Choose a tag to compare

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

Full Changelog: 3.2.3...v3.3.0

3.2.3

09 Nov 08:30
32b7fab
Compare
Choose a tag to compare

Fix typo in FILTER_VALIDATE_BOOL #19

3.2.2

30 Oct 09:27
8c7ea85
Compare
Choose a tag to compare
  • Fix: wp_cache_* functions are no longer declared on WP_STASH_BYPASS

3.2.1

16 Oct 09:38
Compare
Choose a tag to compare
  • Fix autoloader path in non-composer environments

3.2.0

16 Oct 09:23
78fb489
Compare
Choose a tag to compare
  • 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

15 Jul 10:57
a64a7cf
Compare
Choose a tag to compare
  • 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

3.0.0

07 Dec 07:35
Compare
Choose a tag to compare
  • Moved classes from inc/ to src/
  • Removed static methods from WpStash
  • Added singleton to WpStash
  • Improved usage of Config
  • Added sanitization to Config::$driverClassName
  • Implemented env var support.
  • Allowed to support base64 decoded strings as WP_STASH_DRIVER_ARGS because of..
    • security reasons
    • working with environment vars does not allow " in values, which invalidates JSON/serialized strings