Release preparation
This commit is contained in:
parent
98d479df0f
commit
b1d55aabee
|
@ -1,3 +1,9 @@
|
||||||
|
0.2.1 - XXXX
|
||||||
|
* Fix one last error (hopefully) in link generation (thanks to gaspine)
|
||||||
|
* Add Sony PRS-T1 to the list of E-Ink device (thanks to Northguy)
|
||||||
|
* Fix another HTML special characters problem (thanks to NeilBryant)
|
||||||
|
* Add an ugly config parameter to allow search in non-compliant OPDS reader (thanks to Don Caruana and David Lee)
|
||||||
|
|
||||||
0.2.0 - 20120722
|
0.2.0 - 20120722
|
||||||
* Fix all rewriting rule I forgot to change it in last release
|
* Fix all rewriting rule I forgot to change it in last release
|
||||||
* Fix <hr> in book comment (thanks to jillmess)
|
* Fix <hr> in book comment (thanks to jillmess)
|
||||||
|
|
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.0");
|
define ("VERSION", "0.2.1");
|
||||||
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