Skip to content

Commit

Permalink
Release new version of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-mykhailenko committed Aug 13, 2022
1 parent b1282b6 commit 741856a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/includes/Mailjet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions wp-mailjet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,7 +55,7 @@
/**
* Mailjet plugin version.
*/
define('MAILJET_VERSION', '5.2.23');
define('MAILJET_VERSION', '5.2.24');

/**
* Mailjet Plugid dir.
Expand Down

0 comments on commit 741856a

Please sign in to comment.