From 11f4efb51de75b3559323ae0d879be70ada0db7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 2 Jan 2013 20:53:17 +0100 Subject: [PATCH] Prepare release --- CHANGELOG | 8 ++++++++ README | 4 ++-- base.php | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9c49a41..e2ad1bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +0.3.0 - + * Add a config item to avoid using Fancyapps (pop-ups). Reported by mcister and Northguy. + * Update documentation of .htaccess. Thanks to Stephane. + * Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner. + * Better handling of content type for book. Reported by Morg. + * Upped the size of thumbnails for OPDS. They look way better with Mantano. + * Add language in OPDS feed (show in Mantano for example). + 0.2.3 - 20121205 * Add a .htaccess to make it easier to use with Apache * Fix a typo in book download. Reported by jillmess diff --git a/README b/README index 66b7e3c..3e34c92 100644 --- a/README +++ b/README @@ -101,7 +101,7 @@ able to make it work Mantano Reader. It seems that Aldiko didn't implement it properly so it won't work with COPS or any other custom OPDS catalog. -FBReader and Moon+ Reader will only work if you change the default +Moon+ Reader will only work if you change the default configuration (cops_generate_invalid_opds_stream). = URL rewriting = @@ -155,7 +155,7 @@ External libraries used : = Copyright & License = -COPS - 2012 (c) Sébastien Lucas +COPS - 2012-2013 (c) Sébastien Lucas See COPYING and file headers for license info diff --git a/base.php b/base.php index 7c5f10b..654af50 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.2.3"); +define ("VERSION", "0.3.0"); date_default_timezone_set($config['default_timezone']); function getURLParam ($name, $default = NULL) {