Version Description
Download this release
Release Info
Developer | anderly |
Plugin | WooCommerce MailChimp |
Version | 2.0.14 |
Comparing to | |
See all releases |
Code changes from version 2.0.13 to 2.0.14
- includes/class-ss-wc-mailchimp-plugin.php +9 -9
- readme.txt +3 -2
- woocommerce-mailchimp.php +1 -1
includes/class-ss-wc-mailchimp-plugin.php
CHANGED
@@ -9,7 +9,7 @@ final class SS_WC_MailChimp_Plugin {
|
|
9 |
* Plugin version
|
10 |
* @var string
|
11 |
*/
|
12 |
-
private static $version = '2.0.
|
13 |
|
14 |
/**
|
15 |
* Plugin singleton instance
|
@@ -191,19 +191,19 @@ final class SS_WC_MailChimp_Plugin {
|
|
191 |
*/
|
192 |
public function includes() {
|
193 |
|
194 |
-
require_once( 'lib/class-ss-system-info.php' );
|
195 |
|
196 |
-
require_once( 'helper-functions.php' );
|
197 |
|
198 |
-
require_once( 'class-ss-wc-mailchimp-compatibility.php' );
|
199 |
|
200 |
-
require_once( 'class-ss-wc-mailchimp-admin-notices.php' );
|
201 |
|
202 |
-
require_once( 'class-ss-wc-mailchimp-api.php' );
|
203 |
|
204 |
-
require_once( 'class-ss-wc-mailchimp.php' );
|
205 |
|
206 |
-
require_once( 'class-ss-wc-mailchimp-handler.php' );
|
207 |
|
208 |
} //end function includes
|
209 |
|
@@ -290,7 +290,7 @@ final class SS_WC_MailChimp_Plugin {
|
|
290 |
*/
|
291 |
function add_mailchimp_settings( $settings ) {
|
292 |
|
293 |
-
$settings[] = require_once( 'class-ss-wc-settings-mailchimp.php' );
|
294 |
|
295 |
return $settings;
|
296 |
|
9 |
* Plugin version
|
10 |
* @var string
|
11 |
*/
|
12 |
+
private static $version = '2.0.14';
|
13 |
|
14 |
/**
|
15 |
* Plugin singleton instance
|
191 |
*/
|
192 |
public function includes() {
|
193 |
|
194 |
+
require_once( SS_WC_MAILCHIMP_DIR . 'includes/lib/class-ss-system-info.php' );
|
195 |
|
196 |
+
require_once( SS_WC_MAILCHIMP_DIR . 'includes/helper-functions.php' );
|
197 |
|
198 |
+
require_once( SS_WC_MAILCHIMP_DIR . 'includes/class-ss-wc-mailchimp-compatibility.php' );
|
199 |
|
200 |
+
require_once( SS_WC_MAILCHIMP_DIR . 'includes/class-ss-wc-mailchimp-admin-notices.php' );
|
201 |
|
202 |
+
require_once( SS_WC_MAILCHIMP_DIR . 'includes/class-ss-wc-mailchimp-api.php' );
|
203 |
|
204 |
+
require_once( SS_WC_MAILCHIMP_DIR . 'includes/class-ss-wc-mailchimp.php' );
|
205 |
|
206 |
+
require_once( SS_WC_MAILCHIMP_DIR . 'includes/class-ss-wc-mailchimp-handler.php' );
|
207 |
|
208 |
} //end function includes
|
209 |
|
290 |
*/
|
291 |
function add_mailchimp_settings( $settings ) {
|
292 |
|
293 |
+
$settings[] = require_once( SS_WC_MAILCHIMP_DIR . 'includes/class-ss-wc-settings-mailchimp.php' );
|
294 |
|
295 |
return $settings;
|
296 |
|
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.
|
@@ -115,9 +115,10 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
|
|
115 |
|
116 |
**IMPORTANT:** You must upgrade to version 2.X by December 31, 2016 as prior versions of the MailChimp API will stop working at that point.
|
117 |
|
118 |
-
#### 2.0.13 - September 20, 2016
|
119 |
|
120 |
- Added plugin compatibility checks for minimum supported versions of WooCommerce, WordPress and PHP.
|
|
|
121 |
|
122 |
#### 2.0.9 - 2.0.12 - September 19, 2016
|
123 |
|
4 |
Tags: woocommerce, mailchimp
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.6.1
|
7 |
+
Stable tag: 2.0.14
|
8 |
License: GPLv3
|
9 |
|
10 |
Simple and flexible MailChimp integration for WooCommerce.
|
115 |
|
116 |
**IMPORTANT:** You must upgrade to version 2.X by December 31, 2016 as prior versions of the MailChimp API will stop working at that point.
|
117 |
|
118 |
+
#### 2.0.13 - 2.0.14 - September 20, 2016
|
119 |
|
120 |
- Added plugin compatibility checks for minimum supported versions of WooCommerce, WordPress and PHP.
|
121 |
+
- Added explicit plugin directory to require_once calls.
|
122 |
|
123 |
#### 2.0.9 - 2.0.12 - September 19, 2016
|
124 |
|
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.14
|
9 |
* Text Domain: woocommerce-mailchimp
|
10 |
* Domain Path: languages
|
11 |
*
|