Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
v2.3.15
MailChimp for WordPress v2.3.15
October 9, 2015
Fixes
- Fixes JS error when form contains no submit button
Improvements
- Only prefix
url
fields withhttp://
if it is filled. - Updated Spanish & Catalan translations, thanks to Xavier Gimeno Torrent.
- Fix
mc4wp_form_before_fields
being applied twice. - Position honeypot field to the right for Right-To-Left sites.
_mc4wp_lists
can now be a comma-separated string of MailChimp list ID's to subscribe to (or an array).- Minor other defensive coding improvements to prevent clashes with other plugins.
Additions
- Added opt-in usage tracking to help us make the plugin better. No sensitive data is tracked.
v2.3.14
MailChimp for WordPress v2.3.14
Fixes the use of an undefined constant in version 2.3.13
v2.3.13
MailChimp for WordPress v2.3.13
September 25, 2015
Fixes
- Honeypot causing horizontal scrollbar on RTL sites.
- List choice fields not showing when using one of the default form themes.
Improvements
- Minor styling improvements for RTL sites.
- MailChimp list fields of type "website" will now become HTML5
url
type fields. - Auto-prefix fields of type
url
withhttp://
v2.3.12
Fixes
- Issue with interest groupings not being fetched after updating to v2.3.11
v2.3.11
MailChimp for WordPress v2.3.11
September 21, 2015
Fixes
- Honeypot field being filled by browser's autocomplete.
- Styling issue for submit buttons in Mobile Safari.
- Empty response from MailChimp API
Improvements
- Do not query MailChimp API for interest groupings if list has none.
- Integration errors are now logged to PHP's error log for easier debugging.
Additions
- You can now use shortcodes in the form content.
v2.3.10
MailChimp for WordPress Lite v2.3.10
September 7, 2015
Fixes
- Showing "not connected" when the plugin was actually connected to MailChimp.
- Issue with
address
fields whenaddr1
was not given. - Comment form checkbox not outputted for some older themes.
Improvements
- Do not flush MailChimp cache on every settings save.
- Add default CSS styles for
number
fields. - Placeholders will now work in older version of IE as well.
v2.3.9
MailChimp for WordPress Lite v2.3.9
September 1, 2015
Improvements
- MailChimp lists cache is now automatically flushed after changing your API key setting.
- Better field population after submitting a form with errors.
- More helpful error message when no list is selected.
- Translate options when installing plugin from a language other than English.
- Add form mark-up to WPML configuration file.
- Sign-up checkbox in comment form is now shown before the "submit comment" button.
- URL-encode variables in "Redirect URL" setting.
- Better error message when connected to MailChimp but account has no lists.
Additions
- Add
mc4wp_form_action
filter to set a customaction
attribute on the form element.
v2.3.8
MailChimp for WordPress Lite v2.3.8
August 18, 2015
Fixes
- Prevented JS error when outputting forms with no submit button.
- Using
0
as a Redirect URL resulted in a blank page. - Sign-up checkbox was showing twice in the Easy Digital Downloads checkout when showing registration fields, thanks Daniel Espinoza.
- Default form was not automatically translated for languages other than English.
Improvements
- Better way to hide the honeypot field, which stops bots from subscribing to your lists.
- role="form" is no longer needed, thanks XhmikosR!
- Filter
mc4wp_form_animate_scroll
now disables just the scroll animation, not the scroll itself. - Revamped UI for MailChimp lists overview
- Updated German & Greek translations.
Additions
- Added
mc4wp_form_is_submitted()
andmc4wp_form_get_response_html()
functions.
v2.3.7
MailChimp for WordPress Lite v2.3.7
July 13, 2015
Improvements
- Use the same order as MailChimp.com, which is useful when you have over 100 MailChimp lists.
- Use
/* ... */
for inline JavaScript comments to prevent errors with minified HTML.
Additions
- Filter:
mc4wp_form_animate_scroll
to disable animated scroll-to after submitting a form. - Add
{current_path}
variable to use in form templates. - Add
default
attribute to{data_name}
variables, usage:{data_something default="The default value"}
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