mirror of
https://github.com/typemill/typemill.git
synced 2025-08-04 13:17:29 +02:00
version 1.0.5 updated version settings
This commit is contained in:
@@ -23,7 +23,7 @@ class Settings
|
||||
|
||||
return [
|
||||
'determineRouteBeforeAppMiddleware' => true,
|
||||
'displayErrorDetails' => true,
|
||||
'displayErrorDetails' => false,
|
||||
'title' => 'TYPEMILL',
|
||||
'author' => 'Unknown',
|
||||
'copyright' => 'Copyright',
|
||||
@@ -36,7 +36,7 @@ class Settings
|
||||
'settingsPath' => $rootPath . 'settings',
|
||||
'authorPath' => __DIR__ . DIRECTORY_SEPARATOR . 'author' . DIRECTORY_SEPARATOR,
|
||||
'contentFolder' => 'content',
|
||||
'version' => '1.0.4'
|
||||
'version' => '1.0.5'
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user