Skip to content

Commit 9d2de5e

Browse files
Version bump
1 parent 3cda251 commit 9d2de5e

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
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.2
6+
Version: 2.0.3
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.2" );
50+
define( "MC4WP_LITE_VERSION", "2.0.3" );
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: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: DvanKooten
33
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
5-
Requires at least: 3.5
5+
Requires at least: 3.6
66
Tested up to: 3.9.1
7-
Stable tag: 2.0.2
7+
Stable tag: 2.0.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

211211
== Changelog ==
212212

213-
= 2.0.2 =
213+
= 2.0.3 - June 17, 2014 =
214214

215215
**Fixes**
216-
- Fix usage of `[mc4wp_checkbox]` function
217-
- No more double subscription request when integration with Contact Form 7
216+
217+
- Fixed undefined index notice in Contact Form 7 integration class
218218

219219
**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
226220

227-
= 2.0.1 =
221+
- Reset form width in all stylesheets
222+
223+
= 2.0.2 - June 12, 2014 =
224+
225+
**Fixes**
226+
227+
- Fix fatal error when using `mc4wp_checkbox()` function
228+
- No more double API request when integrating with Contact Form 7
229+
230+
**Improvements**
231+
232+
- Template functions are now always loaded when needed
233+
- A warning will now show when required fields are missing in the form mark-up
234+
- Required form classes can no longer be accidentally removed
235+
- Various checkbox integration improvements
236+
- Various CSS improvements to colored form themes
237+
- Updated Spanish translations
238+
239+
= 2.0.1 - May 15, 2014 =
228240

229241
**Improvements**
230242

@@ -410,5 +422,5 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
410422

411423
== Upgrade Notice ==
412424

413-
= 2.0.2 =
414-
Various fixes and improvements regarding form fields, checkbox integrations and form colours
425+
= 2.0.3 =
426+
Fix undefined index notice in Contact Form 7 integrations.

0 commit comments

Comments
 (0)