From 36e483679e5c8f386322cc538d8132405fca9235 Mon Sep 17 00:00:00 2001 From: bencroker Date: Thu, 7 Nov 2024 19:32:27 +0100 Subject: [PATCH] Release note --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa9ca46..23c3e504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Blitz +## 4.23.5 - 2024-11-07 + +### Fixed + +- Fixed a bug in which pages with query strings in their URLs could be cached even when “Do not cache URLs with query strings” was selected ([#729](https://github.com/putyourlightson/craft-blitz/issues/729)). + ## 4.23.4 - 2024-11-04 ### Fixed diff --git a/composer.json b/composer.json index 76efe00f..9050e100 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-blitz", "description": "Intelligent static page caching for creating lightning-fast sites.", - "version": "4.23.4", + "version": "4.23.5", "type": "craft-plugin", "homepage": "https://putyourlightson.com/plugins/blitz", "license": "proprietary",