Prepare release
This commit is contained in:
parent
5abcb05a90
commit
11f4efb51d
|
@ -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
4
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
|
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
|
||||||
|
|
||||||
|
|
2
base.php
2
base.php
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue