From 3a99b5ab5b0e24f20b18f1dbbe42bf52ad6b657c Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Thu, 6 Aug 2020 10:41:56 +0800 Subject: [PATCH] 1.4.3: Fixes incompatibility with locale switching --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index e7f89cd..7cdc9b0 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -56,3 +56,4 @@ 1.4.0: Stability improvements. Rollback custom slug names for components 1.4.1: Fixes potential security issue with unsafe Markdown. Allow blog bylines to be translated. 1.4.2: Fix 404 redirects for missing blog posts. Assign current category to the listed posts when using the Posts component on a page with the category parameter available. +1.4.3: Fixes incompatibility with locale switching when plugin is used in conjunction with the Translate plugin. Fixes undefined category error.