Releases: stevegrunwell/wp-cache-remember
Releases · stevegrunwell/wp-cache-remember
Version 1.1.2
- Update PHP compatiblity checks (#6, props @jrfnl)
- Update test builds (#6, props @jrfnl)
- Allow recent versions of composer/installers and dealerdirect/phpcodesniffer-composer-installer packages (#7, props @macbookandrew)
Version 1.1.1
This release lowers the minimum version of composer/installers to ^1.0
(#2, props @aaemnnosttv).
Version 1.1.0
- 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
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()