]> 91.132.146.200 Git - insipid.git/commitdiff
update information and cleanup
authorBanana <mail@bananas-playground.net>
Sat, 21 Mar 2020 12:16:12 +0000 (13:16 +0100)
committerBanana <mail@bananas-playground.net>
Sat, 21 Mar 2020 12:16:12 +0000 (13:16 +0100)
VERSION
documentation/update.txt

diff --git a/VERSION b/VERSION
index 0b18c2a17b0ef53dd7df1096297c6774c16a1c64..fa0cfcffbb775375eb173f70c1dda90152ff28e6 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5 - Winnowing Hall 
+2.5 - Winnowing Hall
index b3c7058455a4d07c31b423149bf7888963dcc169..aa24015b8344b50c3095f205cbf47f4bd9af0be7 100644 (file)
@@ -1,14 +1,21 @@
 If you are updating from a previous version make sure every update info from
 the version your are updating from is done.
 
+## version 2.5 - Winnowing Hall
+
++ Update config file with the two new constants. See config.default and
+  snapshots-of-linked-webpage.txt for more information
+  define('WKHTMLTOPDF_USE',false);
+  define('WKHTMLTOPDF_COMMAND','/absolute/path/to/wkhtmltoimage');
+
 ## version 2.4 - Seven Portals (2020-02-16)
 
 + Run (after authentication) at /index.php?p=stats the "Search index update"
-to make the search work again correctly. At success, there is no confirmation.
-To validate you can now search for single words case-insensitive.
+  to make the search work again correctly. At success, there is no confirmation.
+  To validate you can now search for single words case-insensitive.
 
 + Update config file with two new settings. See config.default for more info
-define('EMAIL_JOB_PROTECT', false);
-define('EMAIL_JOB_PROTECT_SECRET', 'SOME_SECRET_STRING');
+  define('EMAIL_JOB_PROTECT', false);
+  define('EMAIL_JOB_PROTECT_SECRET', 'SOME_SECRET_STRING');
 
 + All files in webroot/asset/js/ EXCEPT the new editlink.js can be removed
\ No newline at end of file