|
2 | 2 | Contributors: DvanKooten
|
3 | 3 | Donate link: http://dannyvankooten.com/mailchimp-for-wordpress/
|
4 | 4 | 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 |
6 | 6 | Tested up to: 3.9.1
|
7 |
| -Stable tag: 2.0.2 |
| 7 | +Stable tag: 2.0.3 |
8 | 8 | License: GPLv2 or later
|
9 | 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 | 10 |
|
@@ -210,21 +210,33 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
|
210 | 210 |
|
211 | 211 | == Changelog ==
|
212 | 212 |
|
213 |
| -= 2.0.2 = |
| 213 | += 2.0.3 - June 17, 2014 = |
214 | 214 |
|
215 | 215 | **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 |
218 | 218 |
|
219 | 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 | 220 |
|
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 = |
228 | 240 |
|
229 | 241 | **Improvements**
|
230 | 242 |
|
@@ -410,5 +422,5 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
|
410 | 422 |
|
411 | 423 | == Upgrade Notice ==
|
412 | 424 |
|
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