From 81c1a07ecc62bdd32f01dd725eff9f793f574c65 Mon Sep 17 00:00:00 2001 From: John van Breda Date: Tue, 3 Dec 2019 14:56:56 +0000 Subject: [PATCH] Changelog updated --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d9b1da0c..d390ddcb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# Version 3.0.0 +*2019-12-03* + +Note that the major version increment reflects the fact that the following +potentially breaking changes exist in this version: + +* Some fields have been removed from the users table as described below. + This change is mitigated by the fact that the removed fields were not used by + any core Indicia code so could only impact custom developments. +* The REST API for downloading Elasticsearch data has been changed so clients + using the experimental Elasticsearch client helper code will need to be + updated in order for downloads to continue working. + +These changes are considered low risk for impact on existing sites other than +those which use the experimental Elasticsearch client code. + +* Removed unused fields from the `users` table: + * home_entered_sref + * home_entered_sref_system + * interests + * location_name + * email_visible + * view_common_names +* HTML Bootstrap style applied for: + * User account password fields + * User website roles. +* Consistency of terminology. +* Fixes for installations where schema name not set to indicia. +* Updating a survey no longer triggers a complete refresh of cache data due to + performance impact. +* Installation guide updated for recent PostgreSQL/PostGIS versions. + # Version 2.37.0 *2019-11-07* diff --git a/README.md b/README.md index 4b35b3091c..fbe7a6b16e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ available at https://indicia-docs.readthedocs.io/en/latest/index.html. Details of the installation procedure are at http://indicia-docs.readthedocs.org/en/latest/administrating/warehouse/warehouse-installation.html. -The latest stable download of the warehouse code is available at https://github.com/Indicia-Team/warehouse/releases/tag/v2.37.0. +The latest stable download of the warehouse code is available at https://github.com/Indicia-Team/warehouse/releases/tag/v3.0.0 Details of the upgrade procedure are at http://indicia-docs.readthedocs.org/en/latest/administrating/warehouse/warehouse-upgrading.html.