Skip to content

Commit f220c5c

Browse files
Version bump
1 parent 0346a1e commit f220c5c

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: MailChimp for WordPress Lite
44
Plugin URI: http://dannyvankooten.com/mailchimp-for-wordpress/
55
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
6-
Version: 2.0.1
6+
Version: 2.0.2
77
Author: Danny van Kooten
88
Author URI: http://dannyvankooten.com
99
Text Domain: mailchimp-for-wp
@@ -47,7 +47,7 @@ function mc4wp_load_plugin() {
4747
}
4848

4949
// bootstrap the lite plugin
50-
define( "MC4WP_LITE_VERSION", "2.0.1" );
50+
define( "MC4WP_LITE_VERSION", "2.0.2" );
5151
define( "MC4WP_LITE_PLUGIN_DIR", plugin_dir_path( __FILE__ ) );
5252
define( "MC4WP_LITE_PLUGIN_URL", plugins_url( '/' , __FILE__ ) );
5353
define( "MC4WP_LITE_PLUGIN_FILE", __FILE__ );

readme.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://dannyvankooten.com/mailchimp-for-wordpress/
44
Tags: mailchimp,form,shortcode,widget,checkbox,comment,newsletter,buddypress,multisite,bbpress,woocommerce,easy digital downloads,contact form,contact form 7
55
Requires at least: 3.5
66
Tested up to: 3.9.1
7-
Stable tag: 2.0.1
7+
Stable tag: 2.0.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -210,6 +210,20 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
210210

211211
== Changelog ==
212212

213+
= 2.0.2 =
214+
215+
**Fixes**
216+
- Fix usage of `[mc4wp_checkbox]` function
217+
- No more double subscription request when integration with Contact Form 7
218+
219+
**Improvements**
220+
- Make sure template functions are loaded when they're needed
221+
- Show a warning when required fields are missing in the form mark-up
222+
- Updated Spanish translations
223+
- Make sure required form classes can't be removed
224+
- Various checkbox integration improvements
225+
- Various improvements to colored form themes
226+
213227
= 2.0.1 =
214228

215229
**Improvements**
@@ -396,5 +410,5 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
396410

397411
== Upgrade Notice ==
398412

399-
= 2.0.1 =
400-
Added Spanish translation and updated others. Minor code & usability improvements.
413+
= 2.0.2 =
414+
Various fixes and improvements regarding form fields, checkbox integrations and form colours

0 commit comments

Comments
 (0)