Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
v2.3.6
MailChimp for WordPress v2.3.6
July 6, 2015
Fixes
- Undefined index notice when visitor's USER_AGENT is not set.
Improvements
- Relayed the browser's Accept-Language header to MailChimp for auto-detecting a subscriber's language.
- Better CSS for form reset
- Updated HTML5 placeholder polyfill
v2.3.5
MailChimp for WordPress Lite v2.3.5
June 24, 2015
Fixes
- Faulty update for v3.0 appearing for people running GitHub updater plugin.
Improvements
- Updated language files. Have a look at the translation project if you'd like to help out.
- Now passing the form as a parameter to
mc4wp_form_css_classes
filter.
v2.3.4
MailChimp for WordPress Lite v2.3.4
May 29, 2015
Fixes
- Issue with GROUPINGS not being sent to MailChimp
Improvements
- Code preview in Field Builder is now read-only
v2.3.3
MailChimp for WordPress Lite v2.3.3
May 27, 2015
Fixes
- Get correct IP address when using proxy like Cloudflare or Sucuri WAF.
- Use strict type check for printing inline CSS that hides honeypot field
Improvements
- Add
contactemail
andcontactname
to field name guesses when integrating with third-party form. - Re-enable
sslverify
v2.3.2
MailChimp for WordPress Lite v2.3.2
May 12, 2015
Fixes
- Groupings not being sent to MailChimp
- Get correct IP address when using proxy like Cloudflare or Sucuri WAF.
- Issue when using more than one
{data_xx}
replacement
Improvements
- IE8 compatibility for honeypot fallback script.
v2.3.1
MailChimp for WordPress Lite v2.3.1
May 6, 2015
Fixes
- PHP notice in
includes/class-tools.php
, introduced by version 2.3.
v2.3
MailChimp for WordPress Lite v2.3
May 6, 2015
Fixes
- The email address is no longer automatically added to the Redirect URL as this is against Google Analytics policy. To add it again, use
?email={email}
in your Redirect URL setting. - Registration type integrations were not correctly picking up on first- and last names.
- JavaScript error in IE8 because of
setAttribute
call on honeypot field. - API class
subscribe
method now always returns a boolean.
Improvements
- Add
role
attribute to form elements - Major code refactoring for easier unit testing and improved code readability.
- Use Composer for autoloading all plugin classes (PHP 5.2 compatible)
- You can now use form variables in both forms, messages as checkbox label texts.
Additions
- You can now handle unsubscribe calls with our forms too.
- Added Portugese, Indonesian, German (CH) and Spanish (PR) translations.
v2.2.9
MailChimp for WordPress Lite v2.2.9
April 15, 2015
Fixes
- Menu item for settings page not appearing on Google App Engine
Improvements
- Updated Italian, Russian & Turkish translations. Want to help translate the plugin? Full translations get a free Pro license.
v2.2.8
MailChimp for WordPress Lite v2.2.8
March 24, 2015
Fixes
- API key field value was not properly escaped.
- Background images were stripped from submit buttons.
Improvements
- Better sanitising of all settings
- Updated all translations
Additions
- Added
mc4wp_before_checkbox
andmc4wp_after_checkbox
filters to easily add more fields to sign-up checkbox integrations. - Added some helper methods related to interest groupings to
MC4WP_MailChimp
class. - Allow setting custom MailChimp lists to subscribe to using
lists
attribute on shortcode.
v2.2.7
MailChimp for WordPress Lite v2.2.7
March 11, 2015
Fixes
- Honeypot field was visible for themes or templates not calling
wp_head()
andwp_footer()
Improvements
- Various minor code improvements
- Updated German, Spanish, Brazilian, French, Hungarian and Russian translations.
Additions
- Added mc4wp_form_success action hook to hook into successful sign-ups
- Added mc4wp_form_data filter hook to modify all form data before processing