Skip to content

1.1.0 Core Improvement Release

Compare
Choose a tag to compare
@CodeProKid CodeProKid released this 06 May 03:59
· 42 commits to master since this release

In this release we improved the codebase by adding a few nice features, as well as squashed some bugs. You can take a look at exactly what was added here -> https://github.com/dfmedia/DFM-Transients/milestone/2?closed=1 but here is a quick overview of what was added:

  • Created CLI utilities to manage transients
  • Added some new template tags to create better parity with the core Transients API
  • Added a hot-reload mode so you can now set a constant that will regenerate the transient data on every page load. See the readme for better instructions.
  • Created a method to handle retry's. This is handy for external API requests. Again, see the readme for some more info
  • Some bug fixes