Next version will be 0.4.0

This commit is contained in:
Sébastien Lucas 2013-05-06 18:30:04 +02:00
parent 700c27e0fc
commit 6cd2cf8f0a
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni

Vedi File

@ -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.
* 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.
@ -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).
* 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.
* Moved some external resources to a resources directory.
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.

Vedi File

@ -6,7 +6,7 @@
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
define ("VERSION", "0.3.5");
define ("VERSION", "0.4.0");
define ("DB", "db");
date_default_timezone_set($config['default_timezone']);