diff --git a/README.md b/README.md index a4c2a229..45f16371 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.23 +- Stable tag: 5.2.24 - Requires PHP: 5.6 - License: GPLv2 or later - License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -205,6 +205,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; 7. Configure abandoned cart notifications for WooCommerce ## Changelog +##### 5.2.24 +* Fix bug with widget for WP 6+ version + ##### 5.2.23 * Fix issue with php8.1 and classes namespace diff --git a/readme.txt b/readme.txt index 17ed019e..00d2015b 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.24 = +* Fix bug with widget for WP 6+ version + = 5.2.23 = * Fix issue with php8.1 and classes namespace @@ -232,6 +235,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; * Removed Bootstrap dependency == Changelog == += 5.2.24 = +* Fix bug with widget for WP 6+ version + = 5.2.23 = * Fix issue with php8.1 and classes namespace diff --git a/src/includes/Mailjet.php b/src/includes/Mailjet.php index 06681e6e..066f5579 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.23'; + $this->version = '5.2.24'; } $this->plugin_name = 'mailjet'; $this->load_dependencies(); diff --git a/wp-mailjet.php b/wp-mailjet.php index 5899d9ca..e4b05230 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.23 + * Version: 5.2.24 * 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.23'); +define('MAILJET_VERSION', '5.2.24'); /** * Mailjet Plugid dir.