R202309
Distributed Proofreaders R202309
Distributed Proofreaders is proud to announce our latest release. This continues our almost-every-6-month release of the code running at pgdp.net.
Changes since R202303
Noteworthy changes since our last release (see git history for the complete list):
- Emails are now sent with PHPMailer enabling HTML emails (windymilla)
- Configure with
_PHPMAILER_SMTP_CONFIG
inconfiguration.sh
- Configure with
- 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
- The following variables in
- 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)
Session support with cookies
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).