From e6a3dbb3358c712149ddbdc5cc1cfab2e0e4f1f3 Mon Sep 17 00:00:00 2001 From: Yasen Angelov Date: Fri, 17 May 2019 11:37:08 +0300 Subject: [PATCH 1/3] version number change --- README.md | 4 ++-- readme.txt | 14 ++------------ src/includes/Mailjet.php | 2 +- wp-mailjet.php | 4 ++-- 4 files changed, 7 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index bba0c383..1b0bca61 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - Tags: email, marketing, signup, newsletter, widget, smtp, mailjet - Requires at least: 3.9 - Tested up to: 5.2 -- Stable tag: 5.1 +- Stable tag: 5.1.0 - License: GPLv2 or later - License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -172,7 +172,7 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; ## Changelog -##### 5.1 +##### 5.1.0 * New integration with Contact Form 7 has been added * Added support for custom translation files * Multiple widgets can be added on the same page diff --git a/readme.txt b/readme.txt index b8e56fcd..03da9a88 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: Mailjet Tags: email, marketing, signup, newsletter, widget, smtp, mailjet Requires at least: 3.9 -Tested up to: 5.2 -Stable tag: 5.1 +Tested up to: 5.1.1 +Stable tag: 5.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -181,16 +181,6 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; == Changelog == -= 5.1 = -* New integration with Contact Form 7 has been added -* Added support for custom translation files -* Multiple widgets can be added on the same page -* Various bug fixes and improvements - -= 5.0.12 = -* User can upload custom language translation files -* Added Contact Form 7 integration - = 5.0.11 = * Fix confirmation link * Create contact properties diff --git a/src/includes/Mailjet.php b/src/includes/Mailjet.php index 9e065ecf..6bd084bb 100644 --- a/src/includes/Mailjet.php +++ b/src/includes/Mailjet.php @@ -70,7 +70,7 @@ public function __construct() if (defined('MAILJET_VERSION')) { $this->version = MAILJET_VERSION; } else { - $this->version = '5.1'; + $this->version = '5.1.0'; } $this->plugin_name = 'mailjet'; diff --git a/wp-mailjet.php b/wp-mailjet.php index 4cff1c96..ad66a4d7 100755 --- a/wp-mailjet.php +++ b/wp-mailjet.php @@ -14,7 +14,7 @@ * Plugin Name: Mailjet for WordPress * Plugin URI: https://www.mailjet.com/partners/wordpress/ * Description: The Best WordPress Plugin For Email Newsletters. - * Version: 5.1 + * Version: 5.1.0 * Author: Mailjet SAS * Author URI: http://mailjet.com * License: GPL-2.0+ @@ -54,7 +54,7 @@ /** * Mailjet plugin version. */ -define('MAILJET_VERSION', '5.1'); +define('MAILJET_VERSION', '5.1.0'); /** * Mailjet Plugid dir. From 1ae66796389f7408c7e2d3871a4f3abc019238e4 Mon Sep 17 00:00:00 2001 From: Yasen Angelov Date: Fri, 17 May 2019 11:38:49 +0300 Subject: [PATCH 2/3] version number change --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 03da9a88..d5b19555 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Mailjet Tags: email, marketing, signup, newsletter, widget, smtp, mailjet Requires at least: 3.9 -Tested up to: 5.1.1 +Tested up to: 5.2 Stable tag: 5.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From c0cd7c7457913b35082bf2134e8c3ad32c6c0bdb Mon Sep 17 00:00:00 2001 From: Yasen Angelov Date: Fri, 17 May 2019 11:40:12 +0300 Subject: [PATCH 3/3] version number change --- readme.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.txt b/readme.txt index d5b19555..a0f68423 100644 --- a/readme.txt +++ b/readme.txt @@ -181,6 +181,16 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; == Changelog == += 5.1 = +* New integration with Contact Form 7 has been added +* Added support for custom translation files +* Multiple widgets can be added on the same page +* Various bug fixes and improvements + += 5.0.12 = +* User can upload custom language translation files +* Added Contact Form 7 integration + = 5.0.11 = * Fix confirmation link * Create contact properties