WooCommerce MailChimp - Version 2.1.5

Version Description

Download this release

Release Info

Developer anderly
Plugin Icon 128x128 WooCommerce MailChimp
Version 2.1.5
Comparing to
See all releases

Code changes from version 2.1.4 to 2.1.5

includes/class-ss-wc-mailchimp-handler.php CHANGED
@@ -415,7 +415,7 @@ if ( ! class_exists( 'SS_WC_MailChimp_Handler' ) ) {
415
  if ( $this->sswcmc->is_valid() ) {
416
  if ( $this->sswcmc->display_opt_in() ) {
417
  do_action( $this->namespace_prefixed( 'before_opt_in_checkbox' ) );
418
- echo apply_filters( $this->namespace_prefixed( 'opt_in_checkbox' ), '<p class="form-row woocommerce-mailchimp-opt-in"><label for="ss_wc_mailchimp_opt_in"><input type="checkbox" name="ss_wc_mailchimp_opt_in" id="ss_wc_mailchimp_opt_in" value="yes"' . ($this->sswcmc->opt_in_checkbox_default_status() == 'checked' ? ' checked="checked"' : '') . '/> ' . esc_html( $this->sswcmc->opt_in_label() ) . '</label></p>' . "\n", $this->sswcmc->opt_in_checkbox_default_status(), $this->sswcmc->opt_in_label() );
419
  do_action( $this->namespace_prefixed( 'after_opt_in_checkbox' ) );
420
  }
421
  }
415
  if ( $this->sswcmc->is_valid() ) {
416
  if ( $this->sswcmc->display_opt_in() ) {
417
  do_action( $this->namespace_prefixed( 'before_opt_in_checkbox' ) );
418
+ echo apply_filters( $this->namespace_prefixed( 'opt_in_checkbox' ), '<p class="form-row woocommerce-mailchimp-opt-in"><input type="checkbox" name="ss_wc_mailchimp_opt_in" id="ss_wc_mailchimp_opt_in" value="yes"' . ($this->sswcmc->opt_in_checkbox_default_status() == 'checked' ? ' checked="checked"' : '') . '/> <label for="ss_wc_mailchimp_opt_in">' . esc_html( $this->sswcmc->opt_in_label() ) . '</label></p>' . "\n", $this->sswcmc->opt_in_checkbox_default_status(), $this->sswcmc->opt_in_label() );
419
  do_action( $this->namespace_prefixed( 'after_opt_in_checkbox' ) );
420
  }
421
  }
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.1.4';
19
 
20
  /**
21
  * Plugin singleton instance
15
  *
16
  * @var string
17
  */
18
+ private static $version = '2.1.5';
19
 
20
  /**
21
  * Plugin singleton instance
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.9.1
7
- Stable tag: 2.1.4
8
  License: GPLv3
9
 
10
  Simple and flexible MailChimp integration for WooCommerce.
@@ -113,6 +113,9 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
113
 
114
  == Changelog ==
115
 
 
 
 
116
  #### 2.1.4 - December 20, 2017
117
  - Tested up to WordPres 4.9.1
118
 
4
  Tags: woocommerce, mailchimp
5
  Requires at least: 3.5.1
6
  Tested up to: 4.9.1
7
+ Stable tag: 2.1.5
8
  License: GPLv3
9
 
10
  Simple and flexible MailChimp integration for WooCommerce.
113
 
114
  == Changelog ==
115
 
116
+ #### 2.1.5 - January 25, 2018
117
+ - Move opt-in checkbox before associated label
118
+
119
  #### 2.1.4 - December 20, 2017
120
  - Tested up to WordPres 4.9.1
121
 
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.1.4
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.1.5
9
  * Text Domain: woocommerce-mailchimp
10
  * Domain Path: languages
11
  *