Version Description
Download this release
Release Info
Developer | anderly |
Plugin | WooCommerce MailChimp |
Version | 2.0.12 |
Comparing to | |
See all releases |
Code changes from version 2.0.11 to 2.0.12
- assets/js/woocommerce-mailchimp-admin.js +5 -1
- readme.txt +2 -2
- woocommerce-mailchimp.php +1 -1
assets/js/woocommerce-mailchimp-admin.js
CHANGED
@@ -57,6 +57,10 @@ var SS_WC_MailChimp = function($) {
|
|
57 |
$interestGroups.attr('disabled','disabled');
|
58 |
}
|
59 |
|
|
|
|
|
|
|
|
|
60 |
$apiKey.change(function() {
|
61 |
checkApiKey($apiKey.val(), true);
|
62 |
});
|
@@ -72,10 +76,10 @@ var SS_WC_MailChimp = function($) {
|
|
72 |
});
|
73 |
|
74 |
$apiKey.on('paste cut', function() {
|
75 |
-
|
76 |
// Short pause to wait for paste to complete
|
77 |
setTimeout( function() {
|
78 |
$apiKey.change();
|
|
|
79 |
}, 100);
|
80 |
});
|
81 |
|
57 |
$interestGroups.attr('disabled','disabled');
|
58 |
}
|
59 |
|
60 |
+
$apiKey.on('focus', function() {
|
61 |
+
apiKeyChangeTriggered = false;
|
62 |
+
});
|
63 |
+
|
64 |
$apiKey.change(function() {
|
65 |
checkApiKey($apiKey.val(), true);
|
66 |
});
|
76 |
});
|
77 |
|
78 |
$apiKey.on('paste cut', function() {
|
|
|
79 |
// Short pause to wait for paste to complete
|
80 |
setTimeout( function() {
|
81 |
$apiKey.change();
|
82 |
+
$apiKey.blur();
|
83 |
}, 100);
|
84 |
});
|
85 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://ssms.us/hVdk
|
|
4 |
Tags: woocommerce, mailchimp
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.6.1
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv3
|
9 |
|
10 |
Simple and flexible MailChimp integration for WooCommerce.
|
@@ -113,7 +113,7 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
-
#### 2.0 - 2.0.
|
117 |
|
118 |
**NOTE:** You must upgrade to version 2.X by December 31, 2016 as prior versions of the MailChimp API will stop working at that point.
|
119 |
|
4 |
Tags: woocommerce, mailchimp
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.6.1
|
7 |
+
Stable tag: 2.0.12
|
8 |
License: GPLv3
|
9 |
|
10 |
Simple and flexible MailChimp integration for WooCommerce.
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
#### 2.0 - 2.0.12 - September 19, 2016
|
117 |
|
118 |
**NOTE:** You must upgrade to version 2.X by December 31, 2016 as prior versions of the MailChimp API will stop working at that point.
|
119 |
|
woocommerce-mailchimp.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Saint Systems
|
7 |
* Author URI: https://www.saintsystems.com
|
8 |
-
* Version: 2.0.
|
9 |
* Text Domain: woocommerce-mailchimp
|
10 |
* Domain Path: languages
|
11 |
*
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Saint Systems
|
7 |
* Author URI: https://www.saintsystems.com
|
8 |
+
* Version: 2.0.12
|
9 |
* Text Domain: woocommerce-mailchimp
|
10 |
* Domain Path: languages
|
11 |
*
|