1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Flextype 0.9.1

This commit is contained in:
Awilum
2019-06-18 17:48:46 +03:00
parent 87476aeac9
commit da75f91fe7

View File

@@ -21,7 +21,7 @@ use Flextype\Component\Filesystem\Filesystem;
*
* @var string
*/
define('FLEXTYPE_VERSION', '0.9.0');
define('FLEXTYPE_VERSION', '0.9.1');
// Start the session
Session::start();
@@ -29,10 +29,10 @@ Session::start();
// Configure application
$config = [
'settings' => [
'debug' => false,
'debug' => true,
'whoops.editor' => 'atom',
'whoops.page_title' => 'Error!',
'displayErrorDetails' => false,
'displayErrorDetails' => true,
'addContentLengthHeader' => true,
'addContentLengthHeader' => false,
'routerCacheFile' => false,