Next version will be 0.4.0
This commit is contained in:
parent
700c27e0fc
commit
6cd2cf8f0a
|
@ -1,4 +1,4 @@
|
||||||
0.3.5 - 201305??
|
0.4.0 - 201305??
|
||||||
* Add multiple database support. Check the documentation of $config['calibre_directory'] in config-default.php to see how ot enable it.
|
* Add multiple database support. Check the documentation of $config['calibre_directory'] in config-default.php to see how ot enable it.
|
||||||
* Include jquery library in COPS's repository to be sure that COPS will work on LAN (without Internet access).
|
* Include jquery library in COPS's repository to be sure that COPS will work on LAN (without Internet access).
|
||||||
* Prepare the switch to HTML5. Thanks to Thomas Severinsen for most of the code.
|
* Prepare the switch to HTML5. Thanks to Thomas Severinsen for most of the code.
|
||||||
|
@ -6,6 +6,7 @@
|
||||||
* If Fancybox is not enabled ($config['cops_use_fancyapps'] = "0") then it's not used at all (even in the about box).
|
* If Fancybox is not enabled ($config['cops_use_fancyapps'] = "0") then it's not used at all (even in the about box).
|
||||||
* Fix book comments if it contains UTF8 characters. Reported by Alain.
|
* Fix book comments if it contains UTF8 characters. Reported by Alain.
|
||||||
* Link to the book permalink was not working correctly in some cases. Reported by celta.
|
* Link to the book permalink was not working correctly in some cases. Reported by celta.
|
||||||
|
* Moved some external resources to a resources directory.
|
||||||
|
|
||||||
0.3.4 - 20130327
|
0.3.4 - 20130327
|
||||||
* Hopefully fix metadata update. Beware you should remove the directory php-epub-meta if you have one. Thanks to Mario for his time.
|
* Hopefully fix metadata update. Beware you should remove the directory php-epub-meta if you have one. Thanks to Mario for his time.
|
||||||
|
|
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.3.5");
|
define ("VERSION", "0.4.0");
|
||||||
define ("DB", "db");
|
define ("DB", "db");
|
||||||
date_default_timezone_set($config['default_timezone']);
|
date_default_timezone_set($config['default_timezone']);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue