From 34d1e9c3d4bb674ad8293a44bc4fbc5205ed4d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 29 Dec 2014 06:48:27 +0100 Subject: [PATCH] Update changelog --- CHANGELOG | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c3a147e..01309f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,15 +1,20 @@ 1.0.0RC3 - 201412XX - * Fixed server side render with Bootstrap template (a proper test was added). + * Fixed server side render with Bootstrap template (a proper unit test was also added). * Upgraded to latest doT-php, Typeahead 0.10.5, jquery-cookie 1.4.1, JQuery 1.11.1 * Fixed book count with custom columns. * Updated Catalan, Dutch, French and Russian translations. * Added AZW3 to the format that can be sent to Kindle (by mail). * Fixed $config['cops_thumbnail_handling'] with bootstrap template. - * Added Hungarian translation. - * Added full PHP password check (without any need from specific webserver configuration). - * Added new IOS7 style with default template. + * Added Hungarian translation. Thanks to harunibn. + * Added Ukrainian translation. Thanks to Anatoliy Zavalinich + * Added full PHP password check (without any need from specific webserver configuration). Thanks to Mark Bond. + * Added new IOS7 style with default template. Thanks to an anonymous source ;). * Fixed display of books with many authors. * Added PHP version to checkconfig.php (will help debugging for me). + * Added a configuration item ($config['cops_template']) to change the default template. Thanks to Shin. + * Added a configuration item ($config['cops_language']) to force COPS language. Thanks to Sandy Pleyte. + * Added a trick to have user based configuration, check https://github.com/seblucas/cops/wiki/User-based-config for more information. Thanks to Sandy Pleyte. + * Changed the default sort order on books by author page to show books in a series before all other books. 1.0.0RC2 - 201407XX