You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags: mailchimp,newsletter,sign-up,contact form 7,woocommerce,buddypress,widget,form
5
5
Requires at least: 3.7
6
6
Tested up to: 4.2.1
@@ -270,7 +270,7 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
270
270
271
271
**Fixes**
272
272
273
-
- 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 URL setting.
273
+
- 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.
274
274
- Registration type integrations were not correctly picking up on first- and last names.
275
275
- JavaScript error in IE8 because of `setAttribute` call on honeypot field.
276
276
- API class `subscribe` method now always returns a boolean.
@@ -280,14 +280,13 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
280
280
- Add `role` attribute to form elements
281
281
- Major code refactoring for easier unit testing and improved code readability.
282
282
- Use Composer for autoloading all plugin classes (PHP 5.2 compatible)
283
+
- You can now use [form variables in both forms, messages as checkbox label texts](https://mc4wp.com/kb/using-variables-in-your-form-or-messages/).
283
284
284
285
**Additions**
285
286
286
287
- You can now handle unsubscribe calls with our forms too.
287
288
- Added Portugese, Indonesian, German (CH) and Spanish (PR) translations.
288
289
289
-
290
-
291
290
= 2.2.9 - April 15, 2015 =
292
291
293
292
**Fixes**
@@ -811,5 +810,5 @@ Minor improvements and additions for compatibility with the [MailChimp Sync plug
811
810
812
811
== Upgrade Notice ==
813
812
814
-
= 2.2.9 =
815
-
Updated Italian, Russian & Turkish translations.
813
+
= 2.3 =
814
+
Handle unsubscribe calls from your forms and use dynamic variables everywhere. Updated translations.
0 commit comments