1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 03:10:19 +02:00

Hotfix 1.3.6.1: Translation-filter deleted from field value

This commit is contained in:
trendschau
2020-05-07 09:23:44 +02:00
parent 08544ede29
commit 8350aad9e9
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.3.6',
'version' => '1.3.6.1',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],