Prepare release

This commit is contained in:
Sébastien Lucas 2013-01-02 20:53:17 +01:00
parent 5abcb05a90
commit 11f4efb51d
3 changed files with 11 additions and 3 deletions

View file

@ -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 0.2.3 - 20121205
* Add a .htaccess to make it easier to use with Apache * Add a .htaccess to make it easier to use with Apache
* Fix a typo in book download. Reported by jillmess * Fix a typo in book download. Reported by jillmess

4
README
View file

@ -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 It seems that Aldiko didn't implement it properly so it won't work with COPS or
any other custom OPDS catalog. 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). configuration (cops_generate_invalid_opds_stream).
= URL rewriting = = URL rewriting =
@ -155,7 +155,7 @@ External libraries used :
= Copyright & License = = Copyright & License =
COPS - 2012 (c) Sébastien Lucas <sebastien@slucas.fr> COPS - 2012-2013 (c) Sébastien Lucas <sebastien@slucas.fr>
See COPYING and file headers for license info See COPYING and file headers for license info

View file

@ -6,7 +6,7 @@
* @author Sébastien Lucas <sebastien@slucas.fr> * @author Sébastien Lucas <sebastien@slucas.fr>
*/ */
define ("VERSION", "0.2.3"); define ("VERSION", "0.3.0");
date_default_timezone_set($config['default_timezone']); date_default_timezone_set($config['default_timezone']);
function getURLParam ($name, $default = NULL) { function getURLParam ($name, $default = NULL) {