Skip to content

Commit

Permalink
Merge pull request #290 from mailjet/feature/Ensure_WP_new_version_co…
Browse files Browse the repository at this point in the history
…mpatibility

feat: Ensure WP new version compatibility
  • Loading branch information
egicquel-mailjet authored Dec 8, 2020
2 parents d6fe2d1 + c61e40a commit 12ef52f
Show file tree
Hide file tree
Showing 18 changed files with 3,007 additions and 7,285 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
- Stable tag: 5.2.4
- Tested up to: 5.6
- Stable tag: 5.2.5
- Requires PHP: 5.6
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -206,6 +206,10 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \;

## Changelog

##### 5.2.5
* Ensured compatibility with WP version 5.6
* Removed Bootstrap dependency

##### 5.2.4
* Ensured compatibility with WP version 5.5 and previous versions
* Fixed issue with WooCommerce order status
Expand Down
15 changes: 9 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
Stable tag: 5.2.4
Tested up to: 5.6
Stable tag: 5.2.5
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -197,13 +197,16 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \;

== Upgrade notice ==

= 5.2.4 =
* Ensured compatibility with WP version 5.5 and previous versions
* Fixed issue with WooCommerce order status
* Security improvements
= 5.2.5 =
* Ensured compatibility with WP version 5.6
* Removed Bootstrap dependency

== Changelog ==

= 5.2.5 =
* Ensured compatibility with WP version 5.6
* Removed Bootstrap dependency

= 5.2.4 =
* Ensured compatibility with WP version 5.5 and previous versions
* Fixed issue with WooCommerce order status
Expand Down
501 changes: 316 additions & 185 deletions languages/mailjet-for-wordpress-de_DE.po

Large diffs are not rendered by default.

Loading

0 comments on commit 12ef52f

Please sign in to comment.