Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Nov 17, 2023
1 parent 9196dba commit 7c8127b
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.1 - 2023-11-17

### Fixed
- Fixed a bug where No-Cache blocks weren't being rendered if the `token` request query parameter was set to an invalid token
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.0",
"version": "3.0.1",
"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.0.zip"
"downloadUrl": "https://github.com/ttempleton/craft-nocache/archive/refs/tags/3.0.1.zip"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 7c8127b

Please sign in to comment.