From cdd2ca47ccfe07e8dfa943e0d5b87cb21c552626 Mon Sep 17 00:00:00 2001 From: Casey Peel Date: Fri, 25 Aug 2023 17:29:09 +0000 Subject: [PATCH] Prepare for the R202309 release --- SETUP/CHANGELOG.md | 16 +++++++++++++++- SETUP/UPGRADE.md | 10 ++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/SETUP/CHANGELOG.md b/SETUP/CHANGELOG.md index ba9907a1b9..1457d5be43 100644 --- a/SETUP/CHANGELOG.md +++ b/SETUP/CHANGELOG.md @@ -7,12 +7,26 @@ see the git history. [R202009](https://github.com/DistributedProofreaders/dproofreaders/releases/tag/R202009) first before upgrading to R202102 or later releases.** -## R...... +## R202309 +Scripts supporting this upgrade are in `SETUP/upgrade/19` **This is the last release to include support for the original DP session management with cookies. Future releases will only support PHP sessions (the default since before 2004).** +* Emails are now sent with PHPMailer enabling HTML emails (windymilla) + * Configure with `_PHPMAILER_SMTP_CONFIG` in `configuration.sh` +* Updates to the forum abstraction code (cpeel) + * _The following variables in `configuration.sh` have changed._ + * `_FORUMS_DIR` is now `_PHPBB_DIR` + * `_FORUMS_URL` is now `_PHPBB_URL` +* API responses now include error numbers (70ray) +* Some accented vowels added to Basic Latin character suite (srjfoo) +* Event notifications are now sent in receiver's language (windymilla) +* Numerous improvements for PP and PPV (windymilla) +* Reduce jQuery dependency (chrismiceli) +* Numerous bugfixes and improvements (windymilla, 70ray) + ## R202303 No scripts are required for this upgrade. diff --git a/SETUP/UPGRADE.md b/SETUP/UPGRADE.md index 03be15e591..07a27750d7 100644 --- a/SETUP/UPGRADE.md +++ b/SETUP/UPGRADE.md @@ -102,6 +102,7 @@ Run the scripts in the following directories in order * c/SETUP/upgrade/16/ * c/SETUP/upgrade/17/ * c/SETUP/upgrade/18/ +* c/SETUP/upgrade/19/ ### Upgrading from release R202102 Run the scripts in the following directories in order @@ -109,20 +110,25 @@ Run the scripts in the following directories in order * c/SETUP/upgrade/16/ * c/SETUP/upgrade/17/ * c/SETUP/upgrade/18/ +* c/SETUP/upgrade/19/ ### Upgrading from release R202109 Run the scripts in the following directories in order * c/SETUP/upgrade/17/ * c/SETUP/upgrade/18/ +* c/SETUP/upgrade/19/ ### Upgrading from release R202202 Run the scripts in the following directories in order * c/SETUP/upgrade/18/ +* c/SETUP/upgrade/19/ -### Upgrading from release R202209 -No upgrade scripts are required for this release. +### Upgrading from release R202209 or R202303 +Run the scripts in the following directories in order + +* c/SETUP/upgrade/19/ ## Install the modified `dp.cron` Install the modified `dp.cron`.