Skip to content

Commit

Permalink
prepare for release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webaware committed Feb 16, 2022
1 parent adf1ca9 commit b15b25e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Changelog

### 1.8.0, soon...
### 1.8.0, 2022-02-16

* fixed: mock PHPMailer object did not have recipient addresses for developers to inspect (thanks, [SpartakusMd](https://wordpress.org/support/users/spartakusmd/)!)

Expand Down
4 changes: 2 additions & 2 deletions disable-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Disable Emails
Plugin URI: https://shop.webaware.com.au/downloads/disable-emails/
Description: Stop WordPress from sending any emails. ANY!
Version: 1.8.0-dev
Version: 1.8.0
Author: WebAware
Author URI: https://shop.webaware.com.au/
Text Domain: disable-emails
Expand Down Expand Up @@ -41,7 +41,7 @@
define('DISABLE_EMAILS_PLUGIN_ROOT', dirname(__FILE__) . '/');
define('DISABLE_EMAILS_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__));
define('DISABLE_EMAILS_MIN_PHP', '5.6');
define('DISABLE_EMAILS_VERSION', '1.8.0-dev');
define('DISABLE_EMAILS_VERSION', '1.8.0');

require DISABLE_EMAILS_PLUGIN_ROOT . 'includes/functions-global.php';
require DISABLE_EMAILS_PLUGIN_ROOT . 'includes/class.Requires.php';
Expand Down
29 changes: 14 additions & 15 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Author URI: https://shop.webaware.com.au/
Donate link: https://shop.webaware.com.au/donations/?donation_for=Disable+Emails
Tags: disable emails, block emails
Requires at least: 5.5
Tested up to: 5.5
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 1.7.0
Stable tag: 1.8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -31,17 +31,18 @@ WordPress websites can send emails for a variety of reasons -- e.g user registra

Many thanks to the generous efforts of our translators:

* Chinese (zh-CN) -- [Cai_Miao](https://profiles.wordpress.org/cai_miao) and [the Chinese translation team](https://translate.wordpress.org/locale/zh-cn/default/wp-plugins/disable-emails)
* Chinese (zh-CN) -- [Cai_Miao](https://profiles.wordpress.org/cai_miao) and [the Chinese translation team](https://translate.wordpress.org/locale/zh-cn/default/wp-plugins/disable-emails/)
* Czech (cs-CZ) -- [Rudolf Klusal](http://www.klusik.cz/)
* Dutch (nl_NL) -- [the Dutch translation team](https://translate.wordpress.org/locale/nl/default/wp-plugins/disable-emails)
* English (en_CA) -- [the English (Canadian) translation team](https://translate.wordpress.org/locale/en-ca/default/wp-plugins/disable-emails)
* Korean (ko_KR) -- [the Korean translation team](https://translate.wordpress.org/locale/ko/default/wp-plugins/disable-emails)
* Japanese (ja) -- [Cai_Miao](https://profiles.wordpress.org/cai_miao) and [the Japanese translation team](https://translate.wordpress.org/locale/ja/default/wp-plugins/disable-emails)
* Dutch (nl_NL) -- [the Dutch translation team](https://translate.wordpress.org/locale/nl/default/wp-plugins/disable-emails/)
* English (en_CA) -- [the English (Canadian) translation team](https://translate.wordpress.org/locale/en-ca/default/wp-plugins/disable-emails/)
* French (fr_FR) -- [the French translation team](https://translate.wordpress.org/locale/fr/default/wp-plugins/disable-emails/)
* Korean (ko_KR) -- [the Korean translation team](https://translate.wordpress.org/locale/ko/default/wp-plugins/disable-emails/)
* Japanese (ja) -- [Cai_Miao](https://profiles.wordpress.org/cai_miao) and [the Japanese translation team](https://translate.wordpress.org/locale/ja/default/wp-plugins/disable-emails/)
* German (de-DE) -- [Peter Harlacher](http://helvetian.io/)
* Norwegian: Bokmål (nb-NO) -- [neonnero](http://www.neonnero.com/)
* Norwegian: Nynorsk (nn-NO) -- [neonnero](http://www.neonnero.com/)
* Russian (ru_RU) -- [the Russian translation team](https://translate.wordpress.org/locale/ru/default/wp-plugins/disable-emails)
* Swedish (sv_SE) -- [the Swedish translation team](https://translate.wordpress.org/locale/sv/default/wp-plugins/disable-emails)
* Russian (ru_RU) -- [the Russian translation team](https://translate.wordpress.org/locale/ru/default/wp-plugins/disable-emails/)
* Swedish (sv_SE) -- [the Swedish translation team](https://translate.wordpress.org/locale/sv/default/wp-plugins/disable-emails/)

If you'd like to help out by translating this plugin, please [sign up for an account and dig in](https://translate.wordpress.org/projects/wp-plugins/disable-emails).

Expand Down Expand Up @@ -82,16 +83,14 @@ NB: if you activate the must-use plugin on a multisite, it will stop emails on a

## Upgrade Notice

### 1.7.0
### 1.8.0

WordPress 5.5 compatibility
mock PHPMailer object now has recipient addresses for developers to inspect

## Changelog

The full changelog can be found [on GitHub](https://github.com/webaware/disable-emails/blob/master/changelog.md). Recent entries:

### 1.7.0
### 1.8.0, 2022-02-16

Released 2020-08-11

* fixed: WordPress 5.5 compatibility
* fixed: mock PHPMailer object did not have recipient addresses for developers to inspect (thanks, [SpartakusMd](https://wordpress.org/support/users/spartakusmd/)!)

0 comments on commit b15b25e

Please sign in to comment.