From 038b31e37eef13b314cc04bd5674933c370ce665 Mon Sep 17 00:00:00 2001 From: Oleksandr Mykhailenko Date: Sat, 13 Aug 2022 20:39:03 +0300 Subject: [PATCH] Remove var_dump from the code --- README.md | 7 +++++-- readme.txt | 6 ++++++ src/includes/Mailjet.php | 2 +- wp-mailjet.php | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45f16371..ebc19dbf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7 - Requires at least: 4.4 - Tested up to: 6.0.1 -- Stable tag: 5.2.24 +- Stable tag: 5.2.25 - Requires PHP: 5.6 - License: GPLv2 or later - License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -205,7 +205,10 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; 7. Configure abandoned cart notifications for WooCommerce ## Changelog -##### 5.2.24 +##### 5.2.25 +* Removed var_dump from the code because off error + +* ##### 5.2.24 * Fix bug with widget for WP 6+ version ##### 5.2.23 diff --git a/readme.txt b/readme.txt index 00d2015b..bb4e0906 100644 --- a/readme.txt +++ b/readme.txt @@ -196,6 +196,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; 7. Configure abandoned cart notifications for WooCommerce == Upgrade notice == += 5.2.25 = +* Removed var_dump from the code because off error + = 5.2.24 = * Fix bug with widget for WP 6+ version @@ -235,6 +238,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; * Removed Bootstrap dependency == Changelog == += 5.2.25 = +* Removed var_dump from the code because off error + = 5.2.24 = * Fix bug with widget for WP 6+ version diff --git a/src/includes/Mailjet.php b/src/includes/Mailjet.php index 066f5579..16818c62 100644 --- a/src/includes/Mailjet.php +++ b/src/includes/Mailjet.php @@ -62,7 +62,7 @@ public function __construct() if (\defined('MAILJET_VERSION')) { $this->version = MAILJET_VERSION; } else { - $this->version = '5.2.24'; + $this->version = '5.2.25'; } $this->plugin_name = 'mailjet'; $this->load_dependencies(); diff --git a/wp-mailjet.php b/wp-mailjet.php index e4b05230..b98ab53f 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.24 + * Version: 5.2.25 * Tested up to: 6.0.1 * Author: Mailjet SAS * Author URI: http://mailjet.com @@ -55,7 +55,7 @@ /** * Mailjet plugin version. */ -define('MAILJET_VERSION', '5.2.24'); +define('MAILJET_VERSION', '5.2.25'); /** * Mailjet Plugid dir.