Skip to content

Tags: stevegrunwell/wp-cache-remember

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from macbookandrew/develop

release 1.1.2

v1.1.1

Toggle v1.1.1's commit message
Tagging version 1.1.1

* Lower the minimum version of [composer/installers](https://github.com/composer/installers) to `^1.0` (#2, props @aaemnnosttv).

Reference: https://github.com/stevegrunwell/wp-cache-remember/releases/tag/v1.1.1

v1.1.0

Toggle v1.1.0's commit message
Tagging version 1.1.0 for release:

* 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.

https://github.com/stevegrunwell/wp-cache-remember/releases/tag/v1.1.0

v1.0.0

Toggle v1.0.0's commit message
Tagging release 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()`

https://github.com/stevegrunwell/wp-cache-remember/releases/tag/v1.0.0