Skip to content

Commit d3af9ed

Browse files
Version bump to 2.2.3
1 parent 6dff512 commit d3af9ed

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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.2
6+
Version: 2.2.3
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.2' );
50+
define( 'MC4WP_LITE_VERSION', '2.2.3' );
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: DvanKooten
33
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
6-
Tested up to: 4.1
7-
Stable tag: 2.2.2
6+
Tested up to: 4.1.1
7+
Stable tag: 2.2.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

265265
== Changelog ==
266266

267+
= 2.2.3 - January 24, 2014 =
268+
269+
Minor improvements and additions for compatibility with the [MailChimp Sync plugin](https://wordpress.org/plugins/mailchimp-sync/).
270+
267271
= 2.2.2 - January 13, 2014 =
268272

269273
**Fixes**
@@ -677,5 +681,6 @@ It's easy to translate the plugin into your own language. Head over to the [tran
677681

678682
== Upgrade Notice ==
679683

680-
= 2.2.2 =
681-
Fix for users on MailChimp server us10. Anti-spam improvements for checkbox integrations. Updated translations.
684+
= 2.2.3 =
685+
686+
Minor improvements and additions for compatibility with the [MailChimp Sync plugin](https://wordpress.org/plugins/mailchimp-sync/).

0 commit comments

Comments
 (0)