Skip to content

Commit 764075f

Browse files
Update v2.3 changelog
1 parent 3056094 commit 764075f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

mailchimp-for-wp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: MailChimp for WordPress Lite
4-
Plugin URI: https://mc4wp.com/
4+
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm-medium=mailchimp-for-wp&utm_campaign=plugin-page
55
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
66
Version: 2.3
77
Author: Danny van Kooten

readme.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== MailChimp for WordPress ===
22
Contributors: DvanKooten, iMazed, hchouhan
3-
Donate link: https://mc4wp.com/
3+
Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm-medium=mailchimp-for-wp&utm_campaign=donate-link
44
Tags: mailchimp,newsletter,sign-up,contact form 7,woocommerce,buddypress,widget,form
55
Requires at least: 3.7
66
Tested up to: 4.2.1
@@ -270,7 +270,7 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
270270

271271
**Fixes**
272272

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.
274274
- Registration type integrations were not correctly picking up on first- and last names.
275275
- JavaScript error in IE8 because of `setAttribute` call on honeypot field.
276276
- API class `subscribe` method now always returns a boolean.
@@ -280,14 +280,13 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
280280
- Add `role` attribute to form elements
281281
- Major code refactoring for easier unit testing and improved code readability.
282282
- 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/).
283284

284285
**Additions**
285286

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

289-
290-
291290
= 2.2.9 - April 15, 2015 =
292291

293292
**Fixes**
@@ -811,5 +810,5 @@ Minor improvements and additions for compatibility with the [MailChimp Sync plug
811810

812811
== Upgrade Notice ==
813812

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

Comments
 (0)