Version Description
- 2019-11-07 =
- Fixed: assets files.
Download this release
Release Info
Developer | wysija |
Plugin | WP Mail Logging |
Version | 1.9.4 |
Comparing to | |
See all releases |
Code changes from version 1.9.3 to 1.9.4
- languages/wp-mail-logging.pot +1 -1
- package.json +1 -1
- readme.txt +4 -1
- wp-mail-logging.php +1 -1
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.
|
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.4\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.
|
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.4",
|
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.
|
9 |
|
10 |
Log every single email sent by WordPress. Zero configuration. Entirely free.
|
11 |
|
@@ -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.3 - 2019-11-07 =
|
123 |
- Fixed: typo in readme.
|
124 |
|
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.4
|
9 |
|
10 |
Log every single email sent by WordPress. Zero configuration. Entirely free.
|
11 |
|
119 |
|
120 |
== Changelog ==
|
121 |
|
122 |
+
= 1.9.4 - 2019-11-07 =
|
123 |
+
- Fixed: assets files.
|
124 |
+
|
125 |
= 1.9.3 - 2019-11-07 =
|
126 |
- Fixed: typo in readme.
|
127 |
|
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.
|
7 |
Author: Christian Zö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.4
|
7 |
Author: Christian Zöller
|
8 |
Author URI: http://no3x.de/
|
9 |
Description: Logs each email sent by WordPress.
|