Skip to content

Releases: stevegrunwell/wp-cache-remember

Version 1.1.2

08 Jul 18:19
7ad1da1
Compare
Choose a tag to compare

Version 1.1.1

14 Jun 05:13
Compare
Choose a tag to compare

This release lowers the minimum version of composer/installers to ^1.0 (#2, props @aaemnnosttv).

Version 1.1.0

14 Apr 18:44
Compare
Choose a tag to compare
  • Bypass the caching operation if a callback either throws an Exception or returns a WP_Error object (#1).
  • Add a formal changelog to the project, following the Keep a Changelog standard.

Version 1.0.0

17 Feb 01:23
Compare
Choose a tag to compare

Initial public release of the package, including the following functions:

  • wp_cache_remember()
  • wp_cache_forget()
  • remember_transient()
  • forget_transient()
  • remember_site_transient()
  • forget_site_transient()