Releases: webaware/disable-emails
Releases · webaware/disable-emails
v1.8.2
v1.8.1
v1.8.0
- fixed: mock PHPMailer object did not have recipient addresses for developers to inspect (thanks, SpartakusMd!)
v1.7.0
v1.6.3
v1.6.2
- 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
v1.6.0
- 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'