WP Mail Logging - Version 1.9.3

Version Description

  • 2019-11-07 =
  • Fixed: typo in readme.
Download this release

Release Info

Developer wysija
Plugin Icon 128x128 WP Mail Logging
Version 1.9.3
Comparing to
See all releases

Code changes from version 1.9.2 to 1.9.3

languages/wp-mail-logging.pot CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the GPLv3.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP Mail Logging 1.9.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-logging\n"
7
  "POT-Creation-Date: 2019-04-18 13:01:12+00:00\n"
8
  "MIME-Version: 1.0\n"
2
  # This file is distributed under the GPLv3.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP Mail Logging 1.9.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-logging\n"
7
  "POT-Creation-Date: 2019-04-18 13:01:12+00:00\n"
8
  "MIME-Version: 1.0\n"
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "wp-mail-logging",
3
- "version": "1.9.2",
4
  "description": "WordPress plugin that logs each email sent by WordPress.",
5
  "repository": {
6
  "type": "git",
1
  {
2
  "name": "wp-mail-logging",
3
+ "version": "1.9.3",
4
  "description": "WordPress plugin that logs each email sent by WordPress.",
5
  "repository": {
6
  "type": "git",
readme.txt CHANGED
@@ -5,7 +5,7 @@ License: GPLv3
5
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
6
  Requires at least: 5.0
7
  Tested up to: 5.2
8
- Stable tag: 1.9.2
9
 
10
  Log every single email sent by WordPress. Zero configuration. Entirely free.
11
 
@@ -71,7 +71,7 @@ If mail-tester receives your emails (see point above), but your own address does
71
  * Check your inbox spam folder
72
  * If the email is not there, your email provider is blocking the email before it even reaches the spambox. This is common.
73
 
74
- We recommend in this case send your WordPress email with a service provider, like Sendgrid. <a href="https://www.mailpoet.com/blog/top-three-smtp-plugins-for-wordpress/>See our guide on free plugins and options to send with an SMTP plugin.</a>
75
 
76
  ### Which emails does WooCommerce send?
77
 
@@ -119,6 +119,9 @@ Yes, directly on <a href="https://github.com/mailpoet/wp-mail-logging" rel="nofo
119
 
120
  == Changelog ==
121
 
 
 
 
122
  = 1.9.2 - 2019-11-07 =
123
  - Added: MailPoet banner;
124
  - Updated: assets;
5
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
6
  Requires at least: 5.0
7
  Tested up to: 5.2
8
+ Stable tag: 1.9.3
9
 
10
  Log every single email sent by WordPress. Zero configuration. Entirely free.
11
 
71
  * Check your inbox spam folder
72
  * If the email is not there, your email provider is blocking the email before it even reaches the spambox. This is common.
73
 
74
+ We recommend in this case send your WordPress email with a service provider, like Sendgrid. <a href="https://www.mailpoet.com/blog/top-three-smtp-plugins-for-wordpress/">See our guide on free plugins and options to send with an SMTP plugin.</a>
75
 
76
  ### Which emails does WooCommerce send?
77
 
119
 
120
  == Changelog ==
121
 
122
+ = 1.9.3 - 2019-11-07 =
123
+ - Fixed: typo in readme.
124
+
125
  = 1.9.2 - 2019-11-07 =
126
  - Added: MailPoet banner;
127
  - Updated: assets;
wp-mail-logging.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Mail Logging
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-mail-logging/
5
  Support URI: https://github.com/No3x/wp-mail-logging/issues
6
- Version: 1.9.2
7
  Author: Christian Z&ouml;ller
8
  Author URI: http://no3x.de/
9
  Description: Logs each email sent by WordPress.
3
  Plugin Name: WP Mail Logging
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-mail-logging/
5
  Support URI: https://github.com/No3x/wp-mail-logging/issues
6
+ Version: 1.9.3
7
  Author: Christian Z&ouml;ller
8
  Author URI: http://no3x.de/
9
  Description: Logs each email sent by WordPress.