Skip to content

Releases: ttempleton/craft-nocache

No-Cache 3.0.4

24 Sep 09:32
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred on Craft 5 when saving entries that use CKEditor field values in their title format, where any nested entries in the CKEditor field have partial templates that use No-Cache tags (thanks @thomascoppein)

No-Cache 3.0.3

14 Sep 04:57
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when using Twig 3.13 or later (thanks @jaspertandy)

No-Cache 3.0.2

25 Jan 09:23
Compare
Choose a tag to compare

Added

  • Added Craft 5 compatibility

No-Cache 3.0.1

17 Nov 09:46
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where No-Cache blocks weren't being rendered if the token request query parameter was set to an invalid token

No-Cache 3.0.0

05 May 03:24
Compare
Choose a tag to compare

Added

  • Added Craft 4 compatibility

Removed

  • Removed Craft 3 compatibility

No-Cache 3.0.0-beta.1

18 Mar 15:38
Compare
Choose a tag to compare
No-Cache 3.0.0-beta.1 Pre-release
Pre-release

Added

  • Added Craft 4 compatibility (requires Craft 4.0.0-beta.2 or later)

No-Cache 2.0.8

08 Aug 05:33
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where Twig macros couldn't be imported into a No-Cache block from the template the No-Cache block is a part of

No-Cache 2.0.7

31 Dec 09:37
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where No-Cache tags could be used in control panel templates, though the inner content of the tags wouldn't load; now, an attempt to use the tags in the control panel will cause an exception to be thrown
  • Fixed some formatting issues with No-Cache-related compiled template code

v2.0.6

16 Nov 09:46
Compare
Choose a tag to compare

Changed

  • No-Cache now requires Craft 3.1.24 or later

Fixed

  • Fixed issue where No-Cache blocks would disappear if compiled templates were cleared but template caches were not
  • Cleanup of event listener code

v2.0.5

08 Oct 07:31
Compare
Choose a tag to compare

Fixed

  • Changed how No-Cache compiled template class names are set, in a way that should be more future-proof
  • Replaced usage of Twig class names deprecated as of Twig 2.7