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

Commit

Permalink
Preparations for 1.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolz committed Nov 22, 2015
1 parent 4b63ea3 commit f82b574
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
require 'logger'

APPNAME = 'BicBucStriim'
VERSION = '1.3.4'
VERSION = '1.3.5'

SOURCE = "."
LESS = File.join( SOURCE, "style")
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
2 changes: 1 addition & 1 deletion installcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f82b574

Please sign in to comment.