From 633c77b4815e85a63f8904a86d2f1d21509bbb93 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 24 Jan 2020 14:30:47 +0800 Subject: [PATCH] 1.1.2: Fix missing index issue if the URL path is empty when processing normalisation rules --- updates/version.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updates/version.yaml b/updates/version.yaml index a72b088..36cb3c7 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -4,4 +4,5 @@ 1.0.3: Correctly remove "www." prefix if non-www is forced 1.0.4: Fix bug where requests crossing domains were skipping the ignored paths check, and run a better check to determine if user is in Backend. 1.1.0: Add new Normalise helper class. Add new checkbox to allow Static Menu navigation URLs to be normalised. -1.1.1: Ignore "www." prefix when determining external link in helper class \ No newline at end of file +1.1.1: Ignore "www." prefix when determining external link in helper class +1.1.2: Fix missing index issue if the URL path is empty when processing normalisation rules \ No newline at end of file