From f82b5743ef2a8fe1c5ed98164599b27a11fd9093 Mon Sep 17 00:00:00 2001 From: Rainer Volz Date: Sun, 22 Nov 2015 10:38:05 +0100 Subject: [PATCH] Preparations for 1.3.5 release --- ChangeLog | 5 ++++- Rakefile.rb | 2 +- index.php | 4 ++-- installcheck.php | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 878b8796..99b7c2c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ +2015-11-22 Version 1.3.5 + +* Fixed tag resolution and easy mode, #190 + 2015-10-08 Version 1.3.4 * Merged fixes by @Chouchen for installcheck.php (Calibre library problem detection) * Fixed authentication for OPDS request - 2015-10-05 Version 1.3.3 * Fixed bad SQL for OPDS tag handling diff --git a/Rakefile.rb b/Rakefile.rb index 699e1d24..f8c15ba3 100755 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -15,7 +15,7 @@ require 'logger' APPNAME = 'BicBucStriim' -VERSION = '1.3.4' +VERSION = '1.3.5' SOURCE = "." LESS = File.join( SOURCE, "style") diff --git a/index.php b/index.php index 72352ce2..da7f1013 100644 --- a/index.php +++ b/index.php @@ -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'); diff --git a/installcheck.php b/installcheck.php index 534b7625..98c51ed3 100644 --- a/installcheck.php +++ b/installcheck.php @@ -125,7 +125,7 @@ function check_php() { echo $template->render(array( 'page' => array( 'rot' => '', - 'version' => '1.3.3' + 'version' => '1.3.5' ), 'is_a' => $is_a, 'srv' => $srv,