Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Sep 24, 2024
1 parent 9f35012 commit 7b20ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 7b20ad8

Please sign in to comment.