From 03a0120a4c0f39ce40fcc2d4f037dd44449e1767 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 21 Mar 2020 13:16:12 +0100 Subject: [PATCH] update information and cleanup --- VERSION | 2 +- documentation/update.txt | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 0b18c2a..fa0cfcf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5 - Winnowing Hall +2.5 - Winnowing Hall diff --git a/documentation/update.txt b/documentation/update.txt index b3c7058..aa24015 100644 --- a/documentation/update.txt +++ b/documentation/update.txt @@ -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 -- 2.39.5