Skip to content

Commit cdd2ca4

Browse files
committed
Prepare for the R202309 release
1 parent 5cfee60 commit cdd2ca4

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

SETUP/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,26 @@ see the git history.
77
[R202009](https://github.com/DistributedProofreaders/dproofreaders/releases/tag/R202009)
88
first before upgrading to R202102 or later releases.**
99

10-
## R......
10+
## R202309
11+
Scripts supporting this upgrade are in `SETUP/upgrade/19`
1112

1213
**This is the last release to include support for the original DP session
1314
management with cookies. Future releases will only support PHP sessions
1415
(the default since before 2004).**
1516

17+
* Emails are now sent with PHPMailer enabling HTML emails (windymilla)
18+
* Configure with `_PHPMAILER_SMTP_CONFIG` in `configuration.sh`
19+
* Updates to the forum abstraction code (cpeel)
20+
* _The following variables in `configuration.sh` have changed._
21+
* `_FORUMS_DIR` is now `_PHPBB_DIR`
22+
* `_FORUMS_URL` is now `_PHPBB_URL`
23+
* API responses now include error numbers (70ray)
24+
* Some accented vowels added to Basic Latin character suite (srjfoo)
25+
* Event notifications are now sent in receiver's language (windymilla)
26+
* Numerous improvements for PP and PPV (windymilla)
27+
* Reduce jQuery dependency (chrismiceli)
28+
* Numerous bugfixes and improvements (windymilla, 70ray)
29+
1630
## R202303
1731
No scripts are required for this upgrade.
1832

SETUP/UPGRADE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,27 +102,33 @@ Run the scripts in the following directories in order
102102
* c/SETUP/upgrade/16/
103103
* c/SETUP/upgrade/17/
104104
* c/SETUP/upgrade/18/
105+
* c/SETUP/upgrade/19/
105106

106107
### Upgrading from release R202102
107108
Run the scripts in the following directories in order
108109

109110
* c/SETUP/upgrade/16/
110111
* c/SETUP/upgrade/17/
111112
* c/SETUP/upgrade/18/
113+
* c/SETUP/upgrade/19/
112114

113115
### Upgrading from release R202109
114116
Run the scripts in the following directories in order
115117

116118
* c/SETUP/upgrade/17/
117119
* c/SETUP/upgrade/18/
120+
* c/SETUP/upgrade/19/
118121

119122
### Upgrading from release R202202
120123
Run the scripts in the following directories in order
121124

122125
* c/SETUP/upgrade/18/
126+
* c/SETUP/upgrade/19/
123127

124-
### Upgrading from release R202209
125-
No upgrade scripts are required for this release.
128+
### Upgrading from release R202209 or R202303
129+
Run the scripts in the following directories in order
130+
131+
* c/SETUP/upgrade/19/
126132

127133
## Install the modified `dp.cron`
128134
Install the modified `dp.cron`.

0 commit comments

Comments
 (0)