From: Banana Date: Sun, 16 Feb 2020 11:27:51 +0000 (+0100) Subject: 2.4 - Seven Portals X-Git-Tag: 2.4_2020-02-16^0 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=81ff4e03191b5e12515344433debdfb3e63d277b;p=insipid.git 2.4 - Seven Portals --- 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');