1
0
Fork 0

Clarify / fix typo. Thanks to Mario ;)

Dieser Commit ist enthalten in:
Sébastien Lucas 2013-07-24 14:36:32 +02:00
Ursprung 19de1dc925
Commit 2ba9723568
2 geänderte Dateien mit 14 neuen und 13 gelöschten Zeilen

Datei anzeigen

@ -1,16 +1,17 @@
0.6.0 - 20130730
* COPS HTML catalog use templated client side rendering. You can build your own template if you want. Should be a lot faster.
0.6.0 - 20130724
* COPS HTML catalog now use templated client side rendering. You can build your own template if you want. Should be a lot faster.
* Fancybox has been replaced by Magnific Popup, it seems faster.
* Add a way to send book by mail (to send to Kindle or to send to iCloud).
* Add expires instruction in .htaccess.
* Added a way to send book by mail (to send to Kindle or to send to your friends).
* Added expires instruction in .htaccess (won't crash if you haven't enabled mod_expires).
* Upgrade to JQuery 1.10.2.
* Change the way thumbnail are handled to offer greater quality (especially on high density devices : Retina, Nexus, ...).
* Change all icon by a vectorial font (again better quality).
* Add a way to filter books by tags.
* Add a login page (login.html) to allow access to a password protected COPS on a Kobo ereader (that does not support basic auth).
* Fix cookie expire date.
* Add a default web.config for IIS installation.
* The eink style don't use any shadow anymore.
* Changed the way thumbnails are handled to offer greater visual quality (especially on high pixel density devices : Retina, Nexus, ...).
* Changed all icon by a vectorial font (again better visual quality).
* Added a way to filter books by tags.
* Added a login page (login.html) to allow access to a password protected COPS on a Kobo ereader (that does not support basic auth).
* Fixed cookie expiry date.
* Added a default web.config for IIS installation.
* The eink style doesn't use shadow anymore.
* Fixed the link to the series in book detail.
0.5.0 - 20130605
* Upgrade COPS UI to HTML5 / CSS3 to hopefully make it prettier. Most of the code was contributed by Thomas Severinsen.

Datei anzeigen

@ -124,7 +124,7 @@
$config['cops_author_split_first_letter'] = "1";
/*
* Enable of Fancyapps (for popups)
* Enable the Lightboxes (for popups)
* 1 : Yes (enable)
* 0 : No
*/
@ -180,7 +180,7 @@
* "address.from" => "cops@slucas.fr"
* );
*
* For Gmail :
* For Gmail (ssl is mandatory) :
* $config['cops_mail_configuration'] = array( "smtp.host" => "smtp.gmail.com",
* "smtp.username" => "YOUR GMAIL ADRESS",
* "smtp.password" => "YOUR GMAIL PASSWORD",