Skip to content

Releases: ibericode/mailchimp-for-wordpress

v2.3.6

06 Jul 09:20
Compare
Choose a tag to compare

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

24 Jun 08:30
Compare
Choose a tag to compare

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

24 Jun 08:29
Compare
Choose a tag to compare

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

27 May 10:18
Compare
Choose a tag to compare

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 and contactname to field name guesses when integrating with third-party form.
  • Re-enable sslverify

v2.3.2

12 May 11:30
Compare
Choose a tag to compare

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

05 May 21:23
Compare
Choose a tag to compare

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

05 May 21:22
Compare
Choose a tag to compare

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

Additions

  • You can now handle unsubscribe calls with our forms too.
  • Added Portugese, Indonesian, German (CH) and Spanish (PR) translations.

v2.2.9

15 Apr 10:36
Compare
Choose a tag to compare

MailChimp for WordPress Lite v2.2.9

April 15, 2015

Fixes

  • Menu item for settings page not appearing on Google App Engine

Improvements

v2.2.8

24 Mar 20:02
Compare
Choose a tag to compare

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 and mc4wp_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

24 Mar 20:01
Compare
Choose a tag to compare

MailChimp for WordPress Lite v2.2.7

March 11, 2015

Fixes

  • Honeypot field was visible for themes or templates not calling wp_head() and wp_footer()

Improvements

  • Various minor code improvements
  • Updated German, Spanish, Brazilian, French, Hungarian and Russian translations.

Additions