Skip to content

Releases: ibericode/mailchimp-for-wordpress

4.7.6

09 Apr 08:18
Compare
Choose a tag to compare

4.7.6 - Apr 9, 2020

  • Update JS dependencies to their latest versions.
  • Check if className is of type string, fixes a console warning when clicking inside a SVG element.
  • Minor improvements to the AMP implementation to address harmless validation warnings.

4.7.5

10 Feb 09:31
Compare
Choose a tag to compare

4.7.5 - Feb 10, 2020

  • Add AMP compatibility to sign-up forms.
  • Add settings key to WPML config so settings can easily by copied over to translated versions of a form.
  • Optimize size & performance of JavaScript code, resulting in a file that is 40% smaller.
  • Update CodeMirror to its latest version.
  • Escape all string translations.

4.7.3

04 Dec 09:23
Compare
Choose a tag to compare
v4.7.3

4.1.1

11 Apr 09:33
Compare
Choose a tag to compare
WooCommerce: check for new order methods before using, as < 3.0 does …

v3.1.12

28 Jul 08:23
Compare
Choose a tag to compare

3.1.12 - July 28. 2016

Improvements

  • Smarter scrolling after submitting form & reloading page.
  • Format output of {subscriber_count} tag.
  • You can now use <img> in your form messages.
  • Add MailChimp API error code to debug log lines.
  • Add plugin name + version to User-Agent header for all MailChimp API requests.
  • Make sure value of MC_LANGUAGE field is limited to 2 characters.

v3.1.11

05 Jul 08:46
Compare
Choose a tag to compare

3.1.11 - July 5, 2016

Improvements

  • Update JavaScript dependencies for admin screens.
  • Test debug log & show notice when it's not writable.
  • Reset browser appearance of <select> elements in form themes.

Additions

  • Add "placeholder" option for dropdown fields.

v3.1.10

21 Jun 08:36
Compare
Choose a tag to compare

3.1.10 - June 21, 2016

Fixes

  • Styles Builder in Premium not building because of incorrect flag in core plugin.

Improvements

  • Don't show position option for WooCommerce integration when sign-up is implicit.
  • Improvements to form previewer logic.
  • Make sure admin notifications are always shown exactly one time.

v3.1.9

07 Jun 07:31
Compare
Choose a tag to compare

3.1.9 - June 7, 2016

Fixes

  • Placeholder polyfill wasn't loaded (only in IE8 and below).

Improvements

  • Don't write to debug log if it is not writable.
  • Reset some CSS properties for commonly used class names in Form Editor & Debug Log.
  • Do not unnecessarily register styles which are then immediately enqueued.

Additions

  • Add "is required field" option for dropdown & radio fields in Field Helper.
  • Link to Boxzilla plugin from admin sidebar.

v3.1.8

23 May 07:51
Compare
Choose a tag to compare

3.1.8 - May 23, 2016

Fixes

Improvements

  • Show dismissible notice when API key is not set.
  • Show empty API key errors in plugin log.
  • Friendlier error message for re-subscribe failures.

Additions

  • Add form.reset() method to JS API.

v3.1.7

09 May 12:19
Compare
Choose a tag to compare

3.1.7 - May 9, 2016

Fixes

  • Shortcode wasn't accepting element_id as a valid attribute.
  • Take array style fields into account when checking if a form contains a given field.

Improvements

  • Nested fields will now be properly validated when they're marked as required.
  • If plugin is installed using Composer, autoloader won't be loaded (again).