From 50ded8082e35c0b92ee79cf4ea9a3c685bc95e23 Mon Sep 17 00:00:00 2001 From: Artem Bondarenko Date: Tue, 11 May 2021 20:05:27 +0300 Subject: [PATCH] 5.2.7 release --- README.md | 7 +++++-- README.txt | 7 +++++-- wp-mailjet.php | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 48aae975..bdd7ee37 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ - Contributors: Mailjet - Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7 - Requires at least: 4.4 -- Tested up to: 5.7 -- Stable tag: 5.2.6 +- Tested up to: 5.7.1 +- Stable tag: 5.2.7 - Requires PHP: 5.6 - License: GPLv2 or later - License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -206,6 +206,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; ## Changelog +##### 5.2.7 +* Fixed various things + ##### 5.2.6 * Updated assets diff --git a/README.txt b/README.txt index f32ffac1..88f965e4 100644 --- a/README.txt +++ b/README.txt @@ -3,8 +3,8 @@ Contributors: Mailjet Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7 Requires at least: 4.4 -Tested up to: 5.7 -Stable tag: 5.2.6 +Tested up to: 5.7.1 +Stable tag: 5.2.7 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -203,6 +203,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; == Changelog == += 5.2.7 = +* Fixed various things + = 5.2.6 = * Updated assets diff --git a/wp-mailjet.php b/wp-mailjet.php index 458d52ba..0417b8a5 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.2.6 + * Version: 5.2.7 * Author: Mailjet SAS * Author URI: http://mailjet.com * License: GPL-2.0+ @@ -54,7 +54,7 @@ /** * Mailjet plugin version. */ -define('MAILJET_VERSION', '5.2.6'); +define('MAILJET_VERSION', '5.2.7'); /** * Mailjet Plugid dir.