-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
64 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Disable Emails | ||
|
||
## Changelog | ||
|
||
### 1.2.5, 2015-12-02 | ||
|
||
* added: Chinese translation (thanks, [Cai_Miao](https://profiles.wordpress.org/cai_miao)!) | ||
* added: Japanese translation (thanks, [Cai_Miao](https://profiles.wordpress.org/cai_miao)!) | ||
* added: status message on At A Glance dashboard metabox when emails are disabled | ||
|
||
### 1.2.4, 2015-02-28 | ||
|
||
* added: German translation (thanks, [Peter Harlacher](http://helvetian.io/)!) | ||
|
||
### 1.2.3, 2014-11-03 | ||
|
||
* added: Czech translation (thanks, [Rudolf Klusal](http://www.klusik.cz/)!) | ||
|
||
### 1.2.2, 2014-08-31 | ||
|
||
* added: Norwegian translations (thanks, [neonnero](http://www.neonnero.com/)!) | ||
|
||
### 1.2.1, 2014-06-22 | ||
|
||
* added: warn when wp_mail() can't be replaced, so admin knows that emails cannot be disabled | ||
|
||
### 1.2.0, 2014-04-19 | ||
|
||
* changed: refactored to fully support filter and action hooks that other plugins might use to listen to and modify emails, e.g. so that email loggers can properly record what would have been sent | ||
|
||
### 1.1.0, 2014-02-25 | ||
|
||
* fixed: `wp_mail()` now returns true, simulating a successful email attempt | ||
* added: support filter hook `wp_mail` so that listeners can act, e.g. log emails (even though they will not be sent); can be turned off in settings | ||
|
||
### 1.0.0, 2014-02-18 | ||
|
||
* initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,35 +4,39 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: disable-emails 1.2.5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2015-12-02 17:42+1100\n" | ||
"PO-Revision-Date: 2015-12-02 17:42+1100\n" | ||
"POT-Creation-Date: 2015-12-02 18:16+1100\n" | ||
"PO-Revision-Date: 2015-12-02 18:16+1100\n" | ||
"Last-Translator: Ross McKay <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: en_US\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: includes/class.DisableEmailsPlugin.php:126 | ||
#: includes/class.DisableEmailsPlugin.php:127 | ||
msgctxt "plugin details links" | ||
msgid "Get help" | ||
msgstr "" | ||
|
||
#: includes/class.DisableEmailsPlugin.php:127 | ||
#: includes/class.DisableEmailsPlugin.php:128 | ||
msgctxt "plugin details links" | ||
msgid "Rating" | ||
msgstr "" | ||
|
||
#: includes/class.DisableEmailsPlugin.php:128 | ||
#: includes/class.DisableEmailsPlugin.php:129 | ||
msgctxt "plugin details links" | ||
msgid "Translate" | ||
msgstr "" | ||
|
||
#: includes/class.DisableEmailsPlugin.php:129 | ||
#: includes/class.DisableEmailsPlugin.php:130 | ||
msgctxt "plugin details links" | ||
msgid "Donate" | ||
msgstr "" | ||
|
||
#: includes/class.DisableEmailsPlugin.php:151 | ||
msgid "Emails are disabled." | ||
msgstr "" | ||
|
||
#: views/settings-form.php:10 | ||
msgid "Disable Emails settings" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters