From 57390bed70dd9fdf41faef88d25b7d9fffe26542 Mon Sep 17 00:00:00 2001 From: Oleksandr Mykhailenko Date: Sun, 23 Feb 2025 14:29:31 +0200 Subject: [PATCH] Release new version 2.1.4 --- mailgun.php | 2 +- readme.md | 8 ++++++-- readme.txt | 8 ++++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/mailgun.php b/mailgun.php index 8422de9..20f6332 100755 --- a/mailgun.php +++ b/mailgun.php @@ -3,7 +3,7 @@ * Plugin Name: Mailgun * Plugin URI: http://wordpress.org/extend/plugins/mailgun/ * Description: Mailgun integration for WordPress - * Version: 2.1.3 + * Version: 2.1.4 * Requires PHP: 7.4 * Requires at least: 4.4 * Author: Mailgun diff --git a/readme.md b/readme.md index b75ba75..2447ea3 100755 --- a/readme.md +++ b/readme.md @@ -3,8 +3,8 @@ Mailgun for WordPress Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller Tags: mailgun, smtp, http, api, mail, email -Tested up to: 6.7 -Stable tag: 2.1.3 +Tested up to: 6.7.2 +Stable tag: 2.1.4 Requires PHP: 7.4 License: GPLv2 or later @@ -133,6 +133,10 @@ MAILGUN_REPLY_TO_ADDRESS Type: string == Changelog == += 2.1.4 (2025-02-23): = +- Implemented coding standard into plugin +- Fixed a few potential warning related to the plugin + = 2.1.3 (2024-11-27): = - Use password type for API Key field for hide it. Fix warning related co compact() method diff --git a/readme.txt b/readme.txt index 61bd527..f749935 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Mailgun for WordPress Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller Tags: mailgun, smtp, http, api, mail, email -Tested up to: 6.7 -Stable tag: 2.1.3 +Tested up to: 6.7.2 +Stable tag: 2.1.4 Requires PHP: 7.4 License: GPLv2 or later @@ -129,6 +129,10 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no' == Changelog == += 2.1.4 (2025-02-23): = +- Implemented coding standard into plugin +- Fixed a few potential warning related to the plugin + = 2.1.3 (2024-11-27): = - Use password type for API Key field for hide it. Fix warning related co compact() method