From d24b632bc5eb3f897120d68b93c4cc8ade004878 Mon Sep 17 00:00:00 2001 From: Oleksandr Mykhailenko Date: Wed, 17 Jul 2024 22:11:40 +0300 Subject: [PATCH] Update changelog and version (#183) --- CHANGELOG.md | 18 +++++++++++++++++- mailgun.php | 2 +- readme.md | 18 +++++++++++++++--- readme.txt | 18 +++++++++++++++++- 4 files changed, 50 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bed41..c026662 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= -= 1.9.7 (2024-01-03): = + +2.0.1 (2024-07-17) +- Updated changelog + +2.0.0 (2024-07-17) + - Updated plugin version and version compatibility + - Updated tags, located in the svn. Keep only 5 last tags according to Wordpress.org rules + +1.9.9 (2024-03-13) +- Improve admin notices about not fully configured plugin +- Small code cleaning + +1.9.8 (2024-02-25) +- Improve admin notices about not fully configured plugin +- Small code cleaning + +1.9.7 (2024-01-03) - Ensure defaults are always set to remove warnings in PHP 8.1+ 1.9.6 (2023-09-10) diff --git a/mailgun.php b/mailgun.php index 0cfb0fd..7553284 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.0.0 + * Version: 2.0.1 * Requires PHP: 7.4 * Requires at least: 4.4 * Author: Mailgun diff --git a/readme.md b/readme.md index ee5159e..16facf6 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.5.5 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GPLv2 or later Easily send email from your WordPress site through Mailgun using the HTTP API or SMTP. @@ -130,9 +130,21 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no' == Changelog == + += 2.0.1 (2024-07-17): = +- Updated changelog + += 2.0.0 (2024-07-17): = +- Updated plugin version and version compatibility +- Updated tags, located in the svn. Keep only 5 last tags according to Wordpress.org rules + += 1.9.9 (2024-03-13): = +- Improve admin notices about not fully configured plugin +- Small code cleaning + = 1.9.8 (2024-02-25): = - - Improve admin notices about not fully configured plugin - - Small code cleaning +- Improve admin notices about not fully configured plugin +- Small code cleaning = 1.9.7 (2024-01-03): = - Ensure defaults are always set to remove warnings in PHP 8.1+ diff --git a/readme.txt b/readme.txt index bf27e5b..66d1fb0 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.5.5 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GPLv2 or later Easily send email from your WordPress site through Mailgun using the HTTP API or SMTP. @@ -128,6 +128,22 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no' == Changelog == + += 2.0.1 (2024-07-17): = +- Updated changelog + += 2.0.0 (2024-07-17): = +- Updated plugin version and version compatibility +- Updated tags, located in the svn. Keep only 5 last tags according to Wordpress.org rules + += 1.9.9 (2024-03-13): = +- Improve admin notices about not fully configured plugin +- Small code cleaning + += 1.9.8 (2024-02-25): = +- Improve admin notices about not fully configured plugin +- Small code cleaning + = 1.9.8 (2024-02-25): = - Improve admin notices about not fully configured plugin - Small code cleaning