Browse Source

Hotfix 1.4.0.1 Store metadata again

trendschau 4 năm trước cách đây
mục cha
commit
b29325c50a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      system/Settings.php

+ 1 - 1
system/Settings.php

@@ -82,7 +82,7 @@ class Settings
 			'editor'								=> 'visual',
 			'formats'								=> ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'],
 			'contentFolder'							=> 'content',
-			'version'								=> '1.4.0',
+			'version'								=> '1.4.0.1',
 			'setup'									=> true,
 			'welcome'								=> true,
 			'images'								=> ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],