From f899b2c42839ed1c634dab43ffaad7e691ce16b8 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 29 Nov 2020 10:39:53 +1100 Subject: [PATCH] version 1.2.14 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6bddf..abb2d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.14 - 2020-11-29 + +### Fixed +- Fix potential error redirecting to non-site URLs after login. In some cases, this caused redirecting to a cpresources asset. +- Fix cookie not respecting the Craft `defaultCookieDomain` config setting. + ## 1.2.13 - 2020-09-10 ### Fixed diff --git a/composer.json b/composer.json index 40dd3df..744c63c 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": "1.2.13", + "version": "1.2.14", "keywords": [ "craft", "cms",