Skip to content

Commit 4c188c8

Browse files
Version bump to v2.1
1 parent ba64775 commit 4c188c8

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
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: https://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.5
6+
Version: 2.1
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.5' );
50+
define( 'MC4WP_LITE_VERSION', '2.1' );
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: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://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.6
66
Tested up to: 3.9.1
7-
Stable tag: 2.0.5
7+
Stable tag: 2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -218,11 +218,25 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
218218

219219
== Changelog ==
220220

221-
= Trunk =
221+
= 2.1 - July 29, 2014 =
222+
223+
**Fixes**
224+
225+
- Some fields lost its value when a form error occured
226+
227+
**Improvements**
228+
229+
- Minified all CSS and JS files
230+
- Required MailChimp fields are now validated server side as well.
231+
- Birthday and address fields are now automatically formatted in the correct format
232+
- Improved code, memory usage and class documentation
222233

223234
**Additions**
224235

225-
- Added Brazilian translations, thanks to [Felipe Scuissiatto of Evonline](http://www.evonline.com.br/)
236+
- Brazilian translations, thanks to [Felipe Scuissiatto of Evonline](http://www.evonline.com.br/)
237+
- `mc4wp_form_messages` filter to register custom error messages
238+
- `mc4wp_form_message_position` filter to set position of error messages (before or after fields)
239+
- Option to set the text for when a required field is missing
226240

227241
= 2.0.5 - July 21, 2014 =
228242

@@ -467,5 +481,5 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
467481

468482
== Upgrade Notice ==
469483

470-
= 2.0.5 =
471-
Various minor improvements code and usability improvements.
484+
= 2.1 =
485+
Improved server-side field validation, minified all assets, added Brazilian translations.

0 commit comments

Comments
 (0)