From 5ccd9a607609978f5de3e9d2e0226ae8870c16c0 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Tue, 26 May 2020 10:46:24 +0800 Subject: [PATCH] 1.4.1: Fixes potential security issue with unsafe Markdown. --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index 9d17ad63..43d486c6 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -54,3 +54,4 @@ 1.3.5: Fixed missing user info from breaking initial seeder in migrations. Fixed a PostgreSQL issue with blog exports. 1.3.6: Improved French translations. 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.