Skip to content

R202309

Compare
Choose a tag to compare
@cpeel cpeel released this 18 Sep 22:57
· 605 commits to master since this release

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 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)

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).