Version Description
Download this release
Release Info
Developer | ryanhungate |
Plugin | MailChimp for WooCommerce |
Version | 2.6.1 |
Comparing to | |
See all releases |
Code changes from version 2.6 to 2.6.1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: ecommerce,email,workflows,mailchimp
|
|
4 |
Donate link: https://mailchimp.com
|
5 |
Requires at least: 4.9
|
6 |
Tested up to: 5.9
|
7 |
-
Stable tag: 2.6
|
8 |
Requires PHP: 7.0
|
9 |
WC requires at least: 3.5
|
10 |
WC tested up to: 6.2
|
4 |
Donate link: https://mailchimp.com
|
5 |
Requires at least: 4.9
|
6 |
Tested up to: 5.9
|
7 |
+
Stable tag: 2.6.1
|
8 |
Requires PHP: 7.0
|
9 |
WC requires at least: 3.5
|
10 |
WC tested up to: 6.2
|
mailchimp-woocommerce.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: Mailchimp for WooCommerce
|
17 |
* Plugin URI: https://mailchimp.com/connect-your-store/
|
18 |
* Description: Connects WooCommerce to Mailchimp to sync your store data, send targeted campaigns to your customers, and sell more stuff.
|
19 |
-
* Version: 2.6
|
20 |
* Author: Mailchimp
|
21 |
* Author URI: https://mailchimp.com
|
22 |
* License: GPL-2.0+
|
16 |
* Plugin Name: Mailchimp for WooCommerce
|
17 |
* Plugin URI: https://mailchimp.com/connect-your-store/
|
18 |
* Description: Connects WooCommerce to Mailchimp to sync your store data, send targeted campaigns to your customers, and sell more stuff.
|
19 |
+
* Version: 2.6.1
|
20 |
* Author: Mailchimp
|
21 |
* Author URI: https://mailchimp.com
|
22 |
* License: GPL-2.0+
|
public/js/mailchimp-woocommerce-public.js
CHANGED
@@ -187,7 +187,7 @@ mailchimpReady(function () {
|
|
187 |
if (!mailchimp_public_data.allowed_to_set_cookies) return;
|
188 |
|
189 |
// if we're not using carts - don't bother setting any of this.
|
190 |
-
if (
|
191 |
|
192 |
if (void 0 === a) {
|
193 |
var a = { site_url: document.location.origin, defaulted: !0, ajax_url: document.location.origin + "/wp-admin?admin-ajax.php" };
|
187 |
if (!mailchimp_public_data.allowed_to_set_cookies) return;
|
188 |
|
189 |
// if we're not using carts - don't bother setting any of this.
|
190 |
+
if (mailchimp_public_data.disable_carts) return;
|
191 |
|
192 |
if (void 0 === a) {
|
193 |
var a = { site_url: document.location.origin, defaulted: !0, ajax_url: document.location.origin + "/wp-admin?admin-ajax.php" };
|
public/js/mailchimp-woocommerce-public.min.js
CHANGED
@@ -187,7 +187,7 @@ mailchimpReady(function () {
|
|
187 |
if (!mailchimp_public_data.allowed_to_set_cookies) return;
|
188 |
|
189 |
// if we're not using carts - don't bother setting any of this.
|
190 |
-
if (
|
191 |
|
192 |
if (void 0 === a) {
|
193 |
var a = { site_url: document.location.origin, defaulted: !0, ajax_url: document.location.origin + "/wp-admin?admin-ajax.php" };
|
187 |
if (!mailchimp_public_data.allowed_to_set_cookies) return;
|
188 |
|
189 |
// if we're not using carts - don't bother setting any of this.
|
190 |
+
if (mailchimp_public_data.disable_carts) return;
|
191 |
|
192 |
if (void 0 === a) {
|
193 |
var a = { site_url: document.location.origin, defaulted: !0, ajax_url: document.location.origin + "/wp-admin?admin-ajax.php" };
|