Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
v2.1.2
MailChimp for WordPress Lite v2.1.2 - August, 26, 2014
Fixes
- Remove
type
attribute fromtextarea
elements - Check for array fields in form when checking presence of required MailChimp list fields
Improvements
- Added
-webkit-appearance
reset to checkbox CSS - Updated Italian translations
- Updated links to point to the new MailChimp for WordPress Pro site.
- Don't use
{response}
tag if form is hidden after successful submissions
Additions
- Added official integration with Events Manager. Just include a
mc4wp-subscribe
checkbox field and MailChimp for WordPress will do the rest.
v2.1.1
v2.1.1 - August 12, 2014
Fixes
mc4wp_get_current_url()
now takes ports and the WP site url option into account- Quicktags buttons were not showing because script was not loaded, now it is.
Improvements
- Improved CSS reset for the sign-up checkbox
- Added deprecated warning to some functions
- Updated Dutch translations
- Updated English translations
Additions
- Added
mc4wp_form_error_{ERROR_CODE}
action hook to allow hooking into all form errors. - Added
{response}
tag to allow setting a custom response position - Added various filters to customize form HTML
- Added German language, thanks to Jochen Gererstorfer
- Added Italian language, thanks to Gianpaolo
v2.1
MailChimp for WordPress v2.1 - July 29, 2014
Fixes
- Some fields lost its value when a form error occured
Improvements
- Minified all CSS and JS files
- Required MailChimp fields are now validated server side as well.
- Birthday and address fields are now automatically formatted in the correct format
- Improved code, memory usage and class documentation
Additions
- Brazilian translations, thanks to Felipe Scuissiatto of Evonline
mc4wp_form_messages
filter to register custom error messagesmc4wp_form_message_position
filter to set position of error messages (before or after fields)- Option to set the text for when a required field is missing
v2.0.5
2.0.5 - July 21, 2014
Improvements
- Ignore Captcha fields in sign-up data
- Updated Spanish translations
- Minor improvements to Admin and MailChimp API class
- Show field tag and required status in Lists overview table
Additions
- Add visitor IP address to sign-up data
v2.0.4
2.0.4 - July 2, 2014
Fixes
- Double sign-up requests for checkbox sign-ups
Improvements
- Reset checkbox label in default CSS for improved theme compatibility
- Improved checkbox integration classes
- Optimised function to retrieve the current URL
Additions
- Added
{language}
text variable to print the current site language.
v2.0.3
MailChimp for WordPress v2.0.3
June 17, 2014
Fixes
- Fixed undefined index notice in Contact Form 7 integration class
Improvements
- Reset form width in all stylesheets
v2.0.2
MailChimp for WordPress v2.0.2
June 12, 2014
Fixes
- Fix usage of
mc4wp_checkbox()
function - No more double subscription request when integration with Contact Form 7
Improvements
- Make sure template functions are loaded when they're needed
- Show a warning when required fields are missing in the form mark-up
- Updated Spanish translations
- Make sure required form classes can't be removed
- Various checkbox integration improvements
- Various improvements to colored form themes