Skip to content

Version 2.0.0

Choose a tag to compare

@Pierre-Lannoy Pierre-Lannoy released this 15 Oct 19:14
· 243 commits to master since this release

Added

  • [WP-CLI] New command to display MailArchiver status: see wp help m-archive status for details.
  • [WP-CLI] New command to toggle on/off main settings: see wp help m-archive settings for details.
  • [WP-CLI] New command to manage archivers (list, start, pause, clean, purge, remove, add and set): see wp help m-archive logger for details.
  • [WP-CLI] New command to view available archiver types (list and describe): see wp help m-archive type for details.
  • New Site Health "info" section about shared memory.

Changed

  • The positions of PerfOps menus are pushed lower to avoid collision with other plugins (thanks to Loïc Antignac).
  • The selector for WordPress archivers is now sorted: running first, paused after (thanks to Loïc Antignac).
  • Improved layout for language indicator.
  • Admin notices are now set to "don't display" by default.
  • Improved IP detection (thanks to Ludovic Riaudel).
  • Improved changelog readability.
  • The integrated markdown parser is now Markdown from Carsten Brandt.
  • Prepares PerfOps menus to future 5.6 version of WordPress.

Fixed

  • The remote IP can be wrongly detected when behind some types of reverse-proxies.
  • Some multi-attachments may be wrongly recorded.
  • The rotating file archiver wrongly skips mails when sent from external process.
  • With Firefox, some links are unclickable in the Control Center (thanks to Emil1).

Removed

  • Parsedown as integrated markdown parser.