From 81ff4e03191b5e12515344433debdfb3e63d277b Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 16 Feb 2020 12:27:51 +0100 Subject: [PATCH] 2.4 - Seven Portals --- ChangeLog | 2 +- VERSION | 2 +- documentation/update.txt | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2bc85d3..451cad6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version x.x - Seven Portals (tba) +version 2.4 - Seven Portals (2020-02-16) + Now including update instructions + DB export only insipid tables and not the whole DB itself. diff --git a/VERSION b/VERSION index 31e033e..48b400f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -x.x - Seven Portals +2.4 - Seven Portals diff --git a/documentation/update.txt b/documentation/update.txt index 7c940b7..b3c7058 100644 --- a/documentation/update.txt +++ b/documentation/update.txt @@ -1,12 +1,13 @@ If you are updating from a previous version make sure every update info from the version your are updating from is done. -x.x +## 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. -+ Update config file with tow new settings. See config.default for more info ++ 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'); -- 2.39.5