From 344b432b9dfdacbf91790232582690f4327a0a8e Mon Sep 17 00:00:00 2001 From: John van Breda Date: Wed, 10 Aug 2022 15:08:33 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 +++++++++++- README.md | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20eae7628..bb5da80db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# Version 8.4.0 +*2022-08-10* + +* Change to authorisation so that user ID in authorisation token takes precedence over user ID in + request parameters. +* Escaping of email addresses fixed when checking for duplicates. +* Fixes purging of import files when scheduled tasks run from Cron with the working directory not + set to web root. +* Support for configuration templates for the v2 importer. +* Adds website_id to the data captured in the imports table (v2 importer). # Version 8.3.0 -* 2022-07-13* +*2022-07-13* Scheduled tasks called from the command-line can now have the `tasks` parameter set from the command-line. Previously this parameter was only available when called from a browser URL via a diff --git a/README.md b/README.md index e1057eb998..d05e3d1cfa 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/v7.0.0 +The latest stable download of the warehouse code is available at https://github.com/Indicia-Team/warehouse/releases/tag/v8.4.0 Details of the upgrade procedure are at http://indicia-docs.readthedocs.org/en/latest/administrating/warehouse/warehouse-upgrading.html.