diff --git a/mailgun.php b/mailgun.php index 1a009e7..a12ca17 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.5 + * Version: 2.1.6 * Requires PHP: 7.4 * Requires at least: 4.4 * Author: Mailgun diff --git a/readme.md b/readme.md index 1010a24..fe3dd01 100755 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Mailgun for WordPress Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller Tags: mailgun, smtp, http, api, mail, email Tested up to: 6.7.2 -Stable tag: 2.1.5 +Stable tag: 2.1.6 Requires PHP: 7.4 License: GPLv2 or later @@ -133,6 +133,9 @@ MAILGUN_REPLY_TO_ADDRESS Type: string == Changelog == += 2.1.6 (2025-03-07): = +- Fixed bug with sending test emails (JS error). Basically it's 2.1.5. Just version updates + = 2.1.5 (2025-03-06): = - Fixed bug with sending test emails (JS error) diff --git a/readme.txt b/readme.txt index 6dbe138..e30f33d 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Mailgun for WordPress Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller Tags: mailgun, smtp, http, api, mail, email Tested up to: 6.7.2 -Stable tag: 2.1.5 +Stable tag: 2.1.6 Requires PHP: 7.4 License: GPLv2 or later @@ -129,6 +129,9 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no' == Changelog == += 2.1.6 (2025-03-07): = +- Fixed bug with sending test emails (JS error). Basically it's 2.1.5. Just version updates + = 2.1.5 (2025-03-06): = - Fixed bug with sending test emails (JS error)