From 70b1aa59396ab93dcee25a4d8709e5095ebc4132 Mon Sep 17 00:00:00 2001 From: Artem Bondarenko Date: Mon, 24 May 2021 19:41:25 +0300 Subject: [PATCH] Fix text (#126) * text upd --- CHANGELOG.md | 3 +++ includes/options-page.php | 2 +- mailgun.php | 2 +- readme.txt | 7 +++++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21cf78..27ea9fc 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +1.7.9 (2021-05-24) +- API Key description + 1.7.8 (2021-05-13) - Tested WP 5.7.1 diff --git a/includes/options-page.php b/includes/options-page.php index df8a5ce..371b144 100755 --- a/includes/options-page.php +++ b/includes/options-page.php @@ -167,7 +167,7 @@ />

here', 'mailgun'); ?>

diff --git a/mailgun.php b/mailgun.php index c063452..fed1b0a 100755 --- a/mailgun.php +++ b/mailgun.php @@ -4,7 +4,7 @@ * Plugin Name: Mailgun * Plugin URI: http://wordpress.org/extend/plugins/mailgun/ * Description: Mailgun integration for WordPress - * Version: 1.7.8 + * Version: 1.7.9 * Author: Mailgun * Author URI: http://www.mailgun.com/ * License: GPLv2 or later diff --git a/readme.txt b/readme.txt index 4ec7465..55ab5ad 100755 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Mailgun for WordPress Contributors: mailgun, sivel, lookahead.io, m35dev Tags: mailgun, smtp, http, api, mail, email Requires at least: 3.3 -Tested up to: 5.7.1 -Stable tag: 1.7.8 +Tested up to: 5.7.2 +Stable tag: 1.7.9 License: GPLv2 or later @@ -129,6 +129,9 @@ MAILGUN_FROM_ADDRESS Type: string == Changelog == += 1.7.9 (2021-05-24): = +- API Key description + = 1.7.8 (2021-05-13): = - Tested WP 5.7.1