Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.69 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.1.2] - 2022-05-26

1.1.1 - 2018-06-14

1.1.0 - 2018-04-14

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

1.0.0 - 2018-02-16

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()