Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
v2.2
v2.2 - December 9, 2014
Fixes
- "Select at least one list" notice appearing when unselecting any MailChimp list in Form settings
- If an error occurs, textareas will no longer lose their value
Improvements
- Improved the way form submissions are handled
- Minor code & documentation improvements
- Updated Dutch, French, Portugese and Spanish translations
Additions
- Added sign-up checkbox integration for WooCommerce checkout.
- Added sign-up checkbox integration for Easy Digital Downloads checkout.
- The entered email will now be appended to the URL when redirecting to another page
v2.1.7
2.1.7 - December 1, 2014
Fixes
- Fixes onclick event in older versions of IE, props Simon Schick
Improvements
- Updated Dutch, French, Hungarian, Italian, Norwegian, Swedish and Taiwanese translations.
- Some textual improvements.
v2.1.6
2.1.6 - November 18, 2014
Fixes
- Notice in
class-widget.php
when widget options are never saved.
Improvements
- Added some missing gettext calls so strings can be translated.
- Updated translations
v2.1.4
MailChimp for WordPress Lite v2.1.4 - October 13, 2014
Fixes
- Fixed
mc4wp_get_current_url()
function for IIS servers usingindex.php
in URL's. - Nonce verification failing with aggressive caching
- Only call
is_email()
on strings.
Improvements
- Minor improvements to memory usage and performance
- Improved sanitization on third-party integrations
- Translate debug messages for checkbox integrations
- Updated Dutch translations
Additions
- Submitted form now get
mc4wp-form-submitted
CSS class. - Filter:
mc4wp_cookie_expiration_time
to alter expiration time of email cookie. Defaults to 30 days. - Hungarian translation, thanks to Németh Balázs
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