Skip to content

Commit 8afba74

Browse files
Version bump to 2.2.2
1 parent 41afacc commit 8afba74

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: MailChimp for WordPress Lite
44
Plugin URI: https://mc4wp.com/
55
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
6-
Version: 2.2.1
6+
Version: 2.2.2
77
Author: Danny van Kooten
88
Author URI: https://dannyvankooten.com
99
Text Domain: mailchimp-for-wp
@@ -47,7 +47,7 @@ function mc4wp_load_plugin() {
4747
}
4848

4949
// bootstrap the lite plugin
50-
define( 'MC4WP_LITE_VERSION', '2.2.1' );
50+
define( 'MC4WP_LITE_VERSION', '2.2.2' );
5151
define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
5252
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
5353
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/
44
Tags: mailchimp,newsletter,optin,mailinglist,sign-up form,subscribe,form,shortcode,widget,checkbox,comment,buddypress,multisite,bbpress,woocommerce,easy digital downloads,contact form,contact form 7,events manager,comment form,registration form,captcha
55
Requires at least: 3.6
66
Tested up to: 4.1
7-
Stable tag: 2.2.1
7+
Stable tag: 2.2.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -264,6 +264,12 @@ It's easy to translate the plugin into your own language. Head over to the [tran
264264

265265
== Changelog ==
266266

267+
= 2.2.2 - January 13, 2014 =
268+
269+
**Fixes**
270+
271+
- Plugin wasn't connecting to MailChimp for users on MailChimp server `us10` (API keys ending in `-us10`)
272+
267273
= 2.2.1 - January 12, 2014 =
268274

269275
**Improvements**
@@ -671,5 +677,5 @@ It's easy to translate the plugin into your own language. Head over to the [tran
671677

672678
== Upgrade Notice ==
673679

674-
= 2.2 =
675-
Contains many code improvements, updated translations and checkbox integration with WooCommerce & EDD checkout.
680+
= 2.2.2 =
681+
Fix for users on MailChimp server us10. Anti-spam improvements for checkbox integrations. Updated translations.

0 commit comments

Comments
 (0)