Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Updated changelog for release and changed to production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolz committed Nov 8, 2017
1 parent 2ad2c5c commit f8b68ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2017-11-08 Version 1.4.0

* Meregd code by @rand82 for showing series in author pages, #255
* Merged #260 by @ramsnerm, human readable filesize for book download
* Merged #257 by @josefglatz, .htaccess for Apache 2.3+
* Fixed #262, added unicode handling for ID templates
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
# Init app and routes
$app = new \Slim\Slim(array(
'view' => new \Slim\Views\Twig(),
#'mode' => 'production',
'mode' => 'production',
#'mode' => 'debug',
'mode' => 'development',
#'mode' => 'development',
));

$app->configureMode('production', 'confprod');
Expand Down

0 comments on commit f8b68ec

Please sign in to comment.