From 9054eac32b70915be4ee796492afa93d3f00c1fc Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 9 Nov 2023 15:51:59 +1100 Subject: [PATCH] version 2.0.11 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d7cdb..7ad6d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.11 - 2023-11-09 + +### Changed +- Action request endpoints are now no longer protected. + +### Fixed +- Fix too-early call on `User::getIdentity()` when plugin is disabled, for better performance. + ## 2.0.10 - 2023-06-05 ### Fixed diff --git a/composer.json b/composer.json index 2402c19..90c8d56 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/knock-knock", "description": "Password protect your public facing Craft website with a single password.", "type": "craft-plugin", - "version": "2.0.10", + "version": "2.0.11", "keywords": [ "craft", "cms",