Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
v2.2.5
MailChimp for WordPress Lite v2.2.5
February 13, 2015
Fixed
- Issue where WooCommerce checkout sign-up was not working for cheque payments.
- Translation were loaded too late to properly translate some strings, like the admin menu items.
Improvements
- The presence of required list fields in form mark-up is now checked as you type.
- Number fields will now repopulate if an error occurred.
- Updated all translations.
- Make sure there is only one plugin instance.
- Various other code improvements.
Additions
- Added support for GitHub Updater Plugin.
- You can now specify whether you want to send a welcome email (only with double opt-in disabled).
A huge thank you to Stefan Oderbolz for various fixed and improvements related to translations in this release.
v2.2.4
MailChimp for WordPress Lite v2.2.4
February 4, 2015
Fixed
- Textual fix as entering "0" for no redirection does not work.
Improvements
- Moved third-party scripts to their own directory for easier exclusion
- All code is now adhering to the WP Code Standards
- Updated Dutch, German, Spanish, Hungarian, French, Italian and Turkish translations.
Additions
- Now showing a heads up when at limit of 100 MailChimp lists. (#71)
- Added
wpml-config.xml
file for better WPML compatibility - Added filter
mc4wp_menu_items
for adding & removing menu items from add-ons
v2.2.3
MailChimp for WordPress Lite v2.2.3
January 24, 2014
Minor improvements and additions for compatibility with the MailChimp Sync plugin.
v2.2.2
MailChimp for WordPress Lite v2.2.2
January 13, 2014
Fixes
- Plugin wasn't connecting to MailChimp for users on MailChimp server
us10
(API keys ending in-us10
)
v2.2.1
MailChimp for WordPress Lite v2.2.1
January 12, 2014
Improvements
- Use JS object to transfer lists data to Field Wizard.
- Field Wizard strings are now translatable
- Add
is_spam
method to checkbox integration to battle spam sign-ups - Minor code & code style improvements
- Updated Danish, German, Spanish, French, Italian and Portugese (Brazil) translations
Additions
- You can now set
MC_LOCATION
,MC_NOTES
andMC_LANGUAGE
from your form HTML - The submit button now has a default value when generating HTML for it
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.