Skip to content

Commit 7b20ad8

Browse files
committed
Release 3.0.4
1 parent 9f35012 commit 7b20ad8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.0.4 - 2024-09-24
44

55
### Fixed
66
- 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)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ttempleton/craft-nocache",
33
"description": "A Twig extension to escape caching inside cache blocks",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"type": "craft-plugin",
66
"keywords": [
77
"cms",
@@ -34,7 +34,7 @@
3434
"name": "No-Cache",
3535
"class": "ttempleton\\nocache\\Plugin",
3636
"changelogUrl": "https://github.com/ttempleton/craft-nocache/blob/master/CHANGELOG.md",
37-
"downloadUrl": "https://github.com/ttempleton/craft-nocache/archive/refs/tags/3.0.3.zip"
37+
"downloadUrl": "https://github.com/ttempleton/craft-nocache/archive/refs/tags/3.0.4.zip"
3838
},
3939
"config": {
4040
"allow-plugins": {

0 commit comments

Comments
 (0)