Release preparation
这个提交存在于:
父节点
4014cfeb4e
当前提交
95df9c8b7d
共有 2 个文件被更改,包括 9 次插入 和 1 次删除
|
|
@ -1,3 +1,11 @@
|
|||
0.2.2 - 20121020
|
||||
* Changed JQuery URL to https (thanks to Dan Greve for the patch)
|
||||
* Added paging to both OPDS and HTML catalog (use new config item cops_max_item_per_page)
|
||||
* lots of code refactoring
|
||||
* Authors are now splitted by first letter, this is the new default. You can go back to the old way with the config item cops_author_split_first_letter (reported by Northguy)
|
||||
* Fix the link to books starting by special characters (reported by vinpel)
|
||||
* Upgrade to Fancyapps 2.1.0. I had to adapt the CSS so maybe it'll display better in PRS-T1
|
||||
|
||||
0.2.1 - 20120916
|
||||
* 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)
|
||||
|
|
|
|||
2
base.php
2
base.php
|
|
@ -6,7 +6,7 @@
|
|||
* @author Sébastien Lucas <sebastien@slucas.fr>
|
||||
*/
|
||||
|
||||
define ("VERSION", "0.2.1");
|
||||
define ("VERSION", "0.2.2");
|
||||
date_default_timezone_set($config['default_timezone']);
|
||||
|
||||
function getURLParam ($name, $default = NULL) {
|
||||
|
|
|
|||
正在加载…
添加表格
添加链接
在新工单中引用