diff --git a/README.md b/README.md index de7bd729..e96d2f5f 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.2.2 -- Stable tag: 5.5.1 +- Stable tag: 5.5.2 - Requires PHP: 5.6 - License: GPLv2 or later - License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -199,11 +199,10 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; 1. The initial setup wizard will guide you through the quick steps to get started 2. Access all features from the plugin dashboard -3. Create and send beautiful email campaigns -4. Configure a subscription widget to collect subscribers from your site -5. Activate and configure WooCommerce and Contact Form 7 integrations -6. Enable order notifications for WooCommerce -7. Configure abandoned cart notifications for WooCommerce +3. Configure a subscription widget to collect subscribers from your site +4. Activate and configure WooCommerce and Contact Form 7 integrations +5. Enable order notifications for WooCommerce +6. Configure abandoned cart notifications for WooCommerce ## Changelog diff --git a/assets/icon-128x128.jpg b/assets/icon-128x128.jpg new file mode 100644 index 00000000..e4f7f19d Binary files /dev/null and b/assets/icon-128x128.jpg differ diff --git a/assets/icon-128x128.png b/assets/icon-128x128.png deleted file mode 100644 index f7059b5a..00000000 Binary files a/assets/icon-128x128.png and /dev/null differ diff --git a/assets/icon-256x256.jpg b/assets/icon-256x256.jpg new file mode 100644 index 00000000..543b0e5d Binary files /dev/null and b/assets/icon-256x256.jpg differ diff --git a/assets/icon-256x256.png b/assets/icon-256x256.png deleted file mode 100644 index c8cc013a..00000000 Binary files a/assets/icon-256x256.png and /dev/null differ diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 00000000..d58431b0 --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1,457 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/logo-128x128.jpg b/assets/logo-128x128.jpg new file mode 100644 index 00000000..e4f7f19d Binary files /dev/null and b/assets/logo-128x128.jpg differ diff --git a/assets/logo-128x128.png b/assets/logo-128x128.png deleted file mode 100644 index 614ffd71..00000000 Binary files a/assets/logo-128x128.png and /dev/null differ diff --git a/assets/logo-256x256.jpg b/assets/logo-256x256.jpg new file mode 100644 index 00000000..543b0e5d Binary files /dev/null and b/assets/logo-256x256.jpg differ diff --git a/readme.txt b/readme.txt index f1c830c1..542fd5e0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: Mailjet Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7 Requires at least: 4.4 Tested up to: 6.2.2 -Stable tag: 5.5.1 +Stable tag: 5.5.2 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -189,11 +189,10 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \; 1. The initial setup wizard will guide you through the quick steps to get started 2. Access all features from the plugin dashboard -3. Create and send beautiful email campaigns -4. Configure a subscription widget to collect subscribers from your site -5. Activate and configure WooCommerce and Contact Form 7 integrations -6. Enable order notifications for WooCommerce -7. Configure abandoned cart notifications for WooCommerce +3. Configure a subscription widget to collect subscribers from your site +4. Activate and configure WooCommerce and Contact Form 7 integrations +5. Enable order notifications for WooCommerce +6. Configure abandoned cart notifications for WooCommerce == Changelog == diff --git a/screenshot-1.png b/screenshot-1.png index 45f3ec79..ca085a2b 100644 Binary files a/screenshot-1.png and b/screenshot-1.png differ diff --git a/screenshot-2.png b/screenshot-2.png index 2c89693b..04e5704d 100644 Binary files a/screenshot-2.png and b/screenshot-2.png differ diff --git a/screenshot-3.png b/screenshot-3.png index c2d76a3d..75eceee0 100644 Binary files a/screenshot-3.png and b/screenshot-3.png differ diff --git a/screenshot-4.png b/screenshot-4.png index 0382a9cf..c6dbdb6d 100644 Binary files a/screenshot-4.png and b/screenshot-4.png differ diff --git a/screenshot-5.png b/screenshot-5.png index b4781cbe..f5fd0798 100644 Binary files a/screenshot-5.png and b/screenshot-5.png differ diff --git a/screenshot-6.png b/screenshot-6.png index 014cf1f1..fd05e4a4 100644 Binary files a/screenshot-6.png and b/screenshot-6.png differ diff --git a/screenshot-7.png b/screenshot-7.png deleted file mode 100644 index 08f970ec..00000000 Binary files a/screenshot-7.png and /dev/null differ diff --git a/wp-mailjet.php b/wp-mailjet.php index 17f4f944..b831e9c4 100755 --- a/wp-mailjet.php +++ b/wp-mailjet.php @@ -56,7 +56,7 @@ /** * Mailjet plugin version. */ -define('MAILJET_VERSION', '5.5.1'); +define('MAILJET_VERSION', '5.5.2'); /** * Mailjet Plugid dir.