From 7b20ad87d972846787e126dd6e8c7043ff88ace5 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Tue, 24 Sep 2024 19:31:19 +1000 Subject: [PATCH] Release 3.0.4 --- CHANGELOG.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808d77c..4b297b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.0.4 - 2024-09-24 ### 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) diff --git a/composer.json b/composer.json index 9bb0430..c00b149 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ttempleton/craft-nocache", "description": "A Twig extension to escape caching inside cache blocks", - "version": "3.0.3", + "version": "3.0.4", "type": "craft-plugin", "keywords": [ "cms", @@ -34,7 +34,7 @@ "name": "No-Cache", "class": "ttempleton\\nocache\\Plugin", "changelogUrl": "https://github.com/ttempleton/craft-nocache/blob/master/CHANGELOG.md", - "downloadUrl": "https://github.com/ttempleton/craft-nocache/archive/refs/tags/3.0.3.zip" + "downloadUrl": "https://github.com/ttempleton/craft-nocache/archive/refs/tags/3.0.4.zip" }, "config": { "allow-plugins": {