Version Description
Download this release
Release Info
Developer | anderly |
Plugin | WooCommerce MailChimp |
Version | 2.2.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.21 to 2.2.0
- includes/class-ss-wc-mailchimp-plugin.php +4 -4
- readme.txt +7 -3
- woocommerce-mailchimp.php +1 -1
includes/class-ss-wc-mailchimp-plugin.php
CHANGED
@@ -15,7 +15,7 @@ final class SS_WC_MailChimp_Plugin {
|
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
-
private static $version = '2.
|
19 |
|
20 |
/**
|
21 |
* Plugin singleton instance
|
@@ -316,13 +316,13 @@ final class SS_WC_MailChimp_Plugin {
|
|
316 |
private function define_constants() {
|
317 |
|
318 |
// Minimum supported version of WordPress.
|
319 |
-
$this->define( 'SS_WC_MAILCHIMP_MIN_WP_VERSION', '
|
320 |
|
321 |
// Minimum supported version of WooCommerce.
|
322 |
-
$this->define( 'SS_WC_MAILCHIMP_MIN_WC_VERSION', '
|
323 |
|
324 |
// Minimum supported version of PHP.
|
325 |
-
$this->define( 'SS_WC_MAILCHIMP_MIN_PHP_VERSION', '5.
|
326 |
|
327 |
// Plugin version.
|
328 |
$this->define( 'SS_WC_MAILCHIMP_VERSION', self::version() );
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
+
private static $version = '2.2.0';
|
19 |
|
20 |
/**
|
21 |
* Plugin singleton instance
|
316 |
private function define_constants() {
|
317 |
|
318 |
// Minimum supported version of WordPress.
|
319 |
+
$this->define( 'SS_WC_MAILCHIMP_MIN_WP_VERSION', '4.7.0' );
|
320 |
|
321 |
// Minimum supported version of WooCommerce.
|
322 |
+
$this->define( 'SS_WC_MAILCHIMP_MIN_WC_VERSION', '3.5.0' );
|
323 |
|
324 |
// Minimum supported version of PHP.
|
325 |
+
$this->define( 'SS_WC_MAILCHIMP_MIN_PHP_VERSION', '5.6.0' );
|
326 |
|
327 |
// Plugin version.
|
328 |
$this->define( 'SS_WC_MAILCHIMP_VERSION', self::version() );
|
readme.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
Contributors: saintsystems, anderly
|
3 |
Donate link: http://ssms.us/hVdk
|
4 |
Tags: woocommerce, mailchimp
|
5 |
-
Requires at least:
|
6 |
Tested up to: 5.2.2
|
7 |
WC tested up to: 3.6.5
|
8 |
-
Stable tag: 2.
|
9 |
License: GPLv3
|
10 |
|
11 |
Simple and flexible MailChimp integration for WooCommerce.
|
@@ -73,7 +73,7 @@ If no custom translations are present, languages will be loaded in the following
|
|
73 |
|
74 |
= Requirements =
|
75 |
|
76 |
-
WooCommerce MailChimp requires PHP 5.
|
77 |
|
78 |
= Documentation & Support =
|
79 |
|
@@ -114,6 +114,10 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
|
|
117 |
#### 2.1.21 - July 23, 2019
|
118 |
- Prep for getting list tags.
|
119 |
|
2 |
Contributors: saintsystems, anderly
|
3 |
Donate link: http://ssms.us/hVdk
|
4 |
Tags: woocommerce, mailchimp
|
5 |
+
Requires at least: 4.7.0
|
6 |
Tested up to: 5.2.2
|
7 |
WC tested up to: 3.6.5
|
8 |
+
Stable tag: 2.2.0
|
9 |
License: GPLv3
|
10 |
|
11 |
Simple and flexible MailChimp integration for WooCommerce.
|
73 |
|
74 |
= Requirements =
|
75 |
|
76 |
+
WooCommerce MailChimp requires PHP 5.6+ (PHP 7.0+ recommended). You'll also need to be running WordPress 4.7.0+ and have WooCommerce 3.5.0+.
|
77 |
|
78 |
= Documentation & Support =
|
79 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
#### 2.2.0 - July 23, 2019
|
118 |
+
- Bump min WC version to 3.5.0, and min WP version to 4.7.0.
|
119 |
+
- Bump min PHP version to 5.6 in prep for WooCoommerce 3.7 requirements.
|
120 |
+
|
121 |
#### 2.1.21 - July 23, 2019
|
122 |
- Prep for getting list tags.
|
123 |
|
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.
|
9 |
* WC tested up to: 3.6.5
|
10 |
* Text Domain: woocommerce-mailchimp
|
11 |
* Domain Path: languages
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Saint Systems
|
7 |
* Author URI: https://www.saintsystems.com
|
8 |
+
* Version: 2.2.0
|
9 |
* WC tested up to: 3.6.5
|
10 |
* Text Domain: woocommerce-mailchimp
|
11 |
* Domain Path: languages
|