Этот коммит содержится в:
Sébastien Lucas 2012-09-10 17:33:04 +02:00
родитель 98d479df0f
Коммит b1d55aabee
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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
* Fix all rewriting rule I forgot to change it in last release
* Fix <hr> in book comment (thanks to jillmess)

Просмотреть файл

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