Skip to content

Commit

Permalink
prepare for release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webaware committed Nov 26, 2018
1 parent ff9dd7d commit 3aa8048
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions log-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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();
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
18 changes: 10 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 3aa8048

Please sign in to comment.