Skip to content

Version 2.2.0

Choose a tag to compare

@Pierre-Lannoy Pierre-Lannoy released this 23 Feb 23:35
· 201 commits to master since this release

Added

  • Compatibility with WordPress 5.7.
  • New setting to override local access privileges when in development or staging environments (thanks to sebastienserre for the suggestion). See #1
  • New log message when the archiving of an email fails.

Changed

  • Consistent reset for settings.
  • Improved translation loading.
  • [WP_CLI] m-archive command have now a definition and all synopsis are up to date.
  • Improved self monitoring to handle archivers internal errors.
  • Code refactoring led to a huge execution speed gain: MailArchiver is now 40% faster.
  • Upgraded Monolog library from version 2.0.2 to version 2.2.0.

Fixed

  • MailArchiver doesn't correctly honour previous error handler calls (thanks to ajoah). See #2
  • MailArchiver jams the plugin/theme editor while editing PHP files (thanks to ajoah). See #2
  • In Site Health section, Opcache status may be wrong (or generates PHP warnings) if OPcache API usage is restricted.
  • The activation status of DecaLog (as logger) may be wrongly detected.

Removed

  • MailArchiver internal watchdog as it is no longer necessary.