From 3aa80483118071c60c6169177c294af505d32bcf Mon Sep 17 00:00:00 2001 From: Ross McKay Date: Mon, 26 Nov 2018 17:00:56 +1100 Subject: [PATCH] prepare for release 1.3.1 --- log-emails.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 18 ++++++++++-------- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/log-emails.php b/log-emails.php index 1c5c7a1..069b386 100644 --- a/log-emails.php +++ b/log-emails.php @@ -3,7 +3,7 @@ Plugin Name: Log Emails Plugin URI: https://shop.webaware.com.au/downloads/log-emails/ Description: Log emails to the database, to enable email problem analysis -Version: 1.3.0 +Version: 1.3.1 Author: WebAware Author URI: https://shop.webaware.com.au/ Text Domain: log-emails @@ -34,7 +34,7 @@ define('LOG_EMAILS_PLUGIN_FILE', __FILE__); define('LOG_EMAILS_PLUGIN_ROOT', dirname(__FILE__) . '/'); define('LOG_EMAILS_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__)); -define('LOG_EMAILS_PLUGIN_VERSION', '1.3.0'); +define('LOG_EMAILS_PLUGIN_VERSION', '1.3.1'); require LOG_EMAILS_PLUGIN_ROOT . 'includes/class.LogEmailsPlugin.php'; LogEmailsPlugin::getInstance(); diff --git a/package-lock.json b/package-lock.json index 2e2fc05..90d6d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "log-emails", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7efc951..926ff48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "log-emails", - "version": "1.3.0", + "version": "1.3.1", "description": "Log emails to the database, to enable email problem analysis", "main": "Gruntfile.js", "devDependencies": { diff --git a/readme.txt b/readme.txt index 4289aa8..fc3d3be 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ Tags: email log, logging, logs, email Requires at least: 4.0 Tested up to: 5.0 Requires PHP: 5.3 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -28,16 +28,12 @@ Many thanks to the generous efforts of our translators: * Czech (cs-CZ) -- [Rudolf Klusal](http://www.klusik.cz/) * English (en_CA) -- [the English (Canadian) translation team](https://translate.wordpress.org/locale/en-ca/default/wp-plugins/log-emails) +* English (en_GB) -- [the English (British) translation team](https://translate.wordpress.org/locale/en-gb/default/wp-plugins/log-emails) * French (fr-FR) -- [Hugo Catellier](http://www.eticweb.ca/) * Korean (ko_KR) -- [the Korean translation team](https://translate.wordpress.org/locale/ko/default/wp-plugins/log-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/log-emails). -### Contributions - -* [Translate into your preferred language](https://translate.wordpress.org/projects/wp-plugins/log-emails) -* [Fork me on GitHub](https://github.com/webaware/log-emails) - ## Installation 1. Upload this plugin to your /wp-content/plugins/ directory. @@ -63,14 +59,20 @@ Logging emails writes to the database. The plugin uses a custom post type, so lo ## Upgrade Notice -### 1.3.0 +### 1.3.1 -fixed recursive looping when saving a post triggers an email on publish state +fixed log date showing as "Last modified" ## Changelog The full changelog can be found [on GitHub](https://github.com/webaware/log-emails/blob/master/changelog.md). Recent entries: +### 1.3.1 + +Released 2018-11-26 + +* fixed: log date shows as "Last modified" + ### 1.3.0 Released 2018-11-20