Skip to content

Commit

Permalink
Prepare for the R202309 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeel committed Sep 18, 2023
1 parent 5cfee60 commit cdd2ca4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
16 changes: 15 additions & 1 deletion SETUP/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
10 changes: 8 additions & 2 deletions SETUP/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,27 +102,33 @@ 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

* 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`.

0 comments on commit cdd2ca4

Please sign in to comment.