1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-17 15:46:28 +02:00

Version 1.2.4: Fixes, Optimizations, Browser-Support

This commit is contained in:
Sebastian
2018-09-22 07:08:19 +02:00
parent c2baf33f63
commit 98dd62798c
45 changed files with 336 additions and 169 deletions

View File

@@ -43,7 +43,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.2.3',
'version' => '1.2.4',
'setup' => true,
'welcome' => true
];