From ee51d25cc7ae3bc8de698de48404ffebb830d400 Mon Sep 17 00:00:00 2001 From: trendschau Date: Sat, 16 Oct 2021 09:40:55 +0200 Subject: [PATCH] Version 1.5.0.1 --- system/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Settings.php b/system/Settings.php index e3ed32e..fd4c123 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -84,7 +84,7 @@ class Settings 'editor' => 'visual', 'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'], 'contentFolder' => 'content', - 'version' => '1.5.0', + 'version' => '1.5.0.1', 'setup' => true, 'welcome' => true, 'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],