1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-17 23:56:09 +02:00

Version 1.1.3 Introduce Admin Dashboard

This commit is contained in:
Sebastian
2018-04-20 22:29:57 +02:00
parent f8dc7093bf
commit ef704daa6e
14 changed files with 137 additions and 113 deletions

View File

@@ -41,7 +41,7 @@ class Settings
'userPath' => $rootPath . 'settings' . DIRECTORY_SEPARATOR . 'users',
'authorPath' => __DIR__ . DIRECTORY_SEPARATOR . 'author' . DIRECTORY_SEPARATOR,
'contentFolder' => 'content',
'version' => '1.1.2',
'version' => '1.1.3',
'setup' => true
];
}