Skip to content

Commit

Permalink
Version bump to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 24, 2015
1 parent 6dff512 commit d3af9ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mailchimp-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: MailChimp for WordPress Lite
Plugin URI: https://mc4wp.com/
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
Version: 2.2.2
Version: 2.2.3
Author: Danny van Kooten
Author URI: https://dannyvankooten.com
Text Domain: mailchimp-for-wp
Expand Down Expand Up @@ -47,7 +47,7 @@ function mc4wp_load_plugin() {
}

// bootstrap the lite plugin
define( 'MC4WP_LITE_VERSION', '2.2.2' );
define( 'MC4WP_LITE_VERSION', '2.2.3' );
define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
Expand Down
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: DvanKooten
Donate link: https://mc4wp.com/
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
Requires at least: 3.6
Tested up to: 4.1
Stable tag: 2.2.2
Tested up to: 4.1.1
Stable tag: 2.2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.2.3 - January 24, 2014 =

Minor improvements and additions for compatibility with the [MailChimp Sync plugin](https://wordpress.org/plugins/mailchimp-sync/).

= 2.2.2 - January 13, 2014 =

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

== Upgrade Notice ==

= 2.2.2 =
Fix for users on MailChimp server us10. Anti-spam improvements for checkbox integrations. Updated translations.
= 2.2.3 =

Minor improvements and additions for compatibility with the [MailChimp Sync plugin](https://wordpress.org/plugins/mailchimp-sync/).

0 comments on commit d3af9ed

Please sign in to comment.