Skip to content

Releases: webaware/disable-emails

v1.8.2

22 Nov 09:35
Compare
Choose a tag to compare
  • fixed: deprecation warnings in PHP 8.1+

v1.8.1

26 May 10:22
Compare
Choose a tag to compare
  • fixed: fatal exception when an email address was invalid

v1.8.0

16 Feb 06:12
Compare
Choose a tag to compare
  • fixed: mock PHPMailer object did not have recipient addresses for developers to inspect (thanks, SpartakusMd!)

v1.7.0

11 Aug 11:14
Compare
Choose a tag to compare
  • fixed: WordPress 5.5 compatibility

v1.6.3

11 Aug 11:14
Compare
Choose a tag to compare
  • fixed: unhandled phpmailerException exceptions (thanks, y0uri!)

v1.6.2

10 Mar 08:19
Compare
Choose a tag to compare
  • fixed: activating the must-use plugin throws an error if the mu-plugins folder is missing
  • changed: can now enable both a Toolbar indicator and a site-wide admin notice when emails are disabled
  • changed: filter hook disable_emails_indicator also accepts 'notice_toolbar' to enable both notice and Toolbar indicator

v1.6.1

21 Dec 07:44
Compare
Choose a tag to compare
  • fixed: Toolbar indicator has no visible slash in Sunrise admin theme
  • fixed: undefined function is_plugin_active_for_network() (thanks isabelc!)

v1.6.0

15 Dec 03:37
Compare
Choose a tag to compare
  • fixed: undefined index for $_SERVER['SERVER_NAME'] when emails sent during wp-cli
  • added: indicator setting to show either a Toolbar indicator or a site-wide admin notice when emails are disabled
  • added: filter hook disable_emails_indicator for setting the indicator from code; accepts 'none', 'toolbar', 'notice'

v1.5.0

11 Nov 11:37
Compare
Choose a tag to compare
  • fixed: PHP notice -- Trying to get property 'ErrorInfo' of non-object
  • changed: requires minimum PHP 5.6; recommend PHP 7.3+
  • added: support for running the plugin as a must-use plugin (mu-plugin)

v1.4.0

21 Nov 08:55
Compare
Choose a tag to compare
  • added: setting to force Events Manager to use wp_mail() so that its emails can be disabled
  • tested: WordPress 5.0