From ffe553583beac402dd280eb884ce79dea5282bc3 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Tue, 22 Oct 2019 08:18:17 +0800 Subject: [PATCH] 1.3.5: Fixed missing user info from breaking initial seeder. --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index e97d4d2c..531fc52b 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -51,3 +51,4 @@ 1.3.2: Allow custom slug name for components, add 404 handling for missing blog posts, allow exporting of blog images. 1.3.3: Fixed 'excluded categories' filter from being run when value is empty. 1.3.4: Allow post author to be specified. Improved translations. +1.3.5: Fixed missing user info from breaking initial seeder in migrations. Fixed a PostgreSQL issue with blog exports.