Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
MailChimp for WordPress v3.0.10
3.0.10 - January 6, 2016
Fixes
- 500 server error for "already subscribed" on Windows servers.
- Incorrect HTML being generated for hidden fields.
- Duplicate sign-up request when using CF7 integration.
Improvements
- Stop logging "already subscribed" errors to PHP's error log.
- Simplify
pattern
attribute fordate
fields. - Remove invalid
autofill
attribute from honeypot field.
v3.0.9
3.0.9 - December 17, 2015
Fixes
Not being able to select a list when creating a new form.
v3.0.8
3.0.8 - December 15, 2015
Fixes
- Make sure
mc4wp_show_form()
works without passing a form ID.
Improvements
- Remove UI for bulk-enabling integrations, as every integration needs specific settings anyway.
- Do not print inline JavaScript for forms until it's surely needed.
- Add
position
key tomc4wp_admin_menu_items
filter to set a menu position. - Various minor code improvements.
v3.0.7
3.0.7 - December 10, 2015
Fixes
Workaround for SSL certification bug in WordPress 4.4, affecting servers with an older versions of OpenSSL installed.
Additions
Added mc4wp_use_sslverify
filter to disable or explicitly enable SSL certificate verification.
v3.0.6
3.0.6 - December 9, 2015
Fixes
Workaround for SSL certification error introduced by WordPress 4.4, only affecting very old versions of PHP CURL.
v3.0.4
3.0.4 - December 7, 2015
Fixes
- Fixes compatibility issues with add-on plugins performing validation, like Goodbye Captcha and BWS Captcha.
Improvements
- Now using group ID's for interest grouping fields, so changing the group in MailChimp does not require updating your form code.
- Never load enabled integrations which are not installed.
- Reintroduce support for automatically sending
OPTIN_IP
Additions
- Add filter:
mc4wp_form_data
, filters form data before it is processed.
v3.0.3
3.0.3 - November 30, 2015
Fixes
- Added backwards compatibility for Goodbye Captcha integration.
Improvements
- Prevented notice when saving Form widget settings for the first time.
- Add
autofill="off"
to honeypot field. - Remove nonces from forms as they're not really useful for publicly available features.
- Errors returned by MailChimp are now logged for Forms as well.
- Pre-select MailChimp list if there's just one list in the connected account.
- Added missing translation calls for Form Editor.
v3.0.2
MailChimp for WordPress v3.0.2
Fixes
- Redirect on success not working.
- Forms overview page redirected to main WP Admin page (edge case).
- Safari was always showing the leave-page confirmation dialog.
Improvements
- Add form-specific classes to preview form element. This allows the Styles Builder to work with the Form Preview.
- Form events are now triggered after the page has finished loading, so all scripts are loaded & ready to use.
- Reset background-color in Form Themes stylesheets.
v2.3.18
MailChimp for WordPress v2.3.18
November 2, 2015
Fixes
- Incorrect number of parameters for
error_log
statement in integrations class.
Improvements
- Usage tracking is now scheduled once a week (instead of daily).
- Preparations for the upcoming MailChimp for WordPress version 3.0 release.
- Tested compatibility with WordPress 4.4
v2.3.17
MailChimp for WordPress v2.3.17
October 22, 2015
Fixes
- Honeypot field being autofilled in Chrome, causing a form error.
Improvements
- Updated Portugese translations.