Skip to content

Commit 7fb2088

Browse files
Version bump to 2.2.1
1 parent 44cb648 commit 7fb2088

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-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
6+
Version: 2.2.1
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' );
50+
define( 'MC4WP_LITE_VERSION', '2.2.1' );
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: 20 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.0.1
7-
Stable tag: 2.2
6+
Tested up to: 4.1
7+
Stable tag: 2.2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -58,7 +58,7 @@ Bug reports for [MailChimp for WordPress are welcomed on GitHub](https://github.
5858
- [MailChimp for WordPress Pro](https://mc4wp.com/), containing [additional features](https://mc4wp.com/features/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=more-info-link).
5959
- [Translate the MailChimp for WordPress plugin into your language](https://www.transifex.com/projects/p/mailchimp-for-wordpress/)
6060
- Developers; follow or contribute to the [MailChimp for WP plugin on GitHub](https://github.com/dannyvankooten/mailchimp-for-wordpress)
61-
- Other [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=more-info-link) by [Danny van Kooten](http://dannyvankooten.com#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=more-info-link)
61+
- Other [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=more-info-link) by [Danny van Kooten](https://dannyvankooten.com#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=more-info-link)
6262
- [@DannyvanKooten](https://twitter.com/dannyvankooten) on Twitter
6363

6464

@@ -100,7 +100,7 @@ if( function_exists( 'mc4wp_form' ) ) {
100100
}
101101
`
102102

103-
Need help? Please take a look at the [frequently asked questions](https://wordpress.org/plugins/mailchimp-for-wp/faq/) first. If you can't find your answer there, start a topic in the [MailChimp for WordPress plugin support forums](http://wordpress.org/support/plugin/mailchimp-for-wp).
103+
Need help? Please take a look at the [frequently asked questions](https://wordpress.org/plugins/mailchimp-for-wp/faq/) first. If you can't find your answer there, start a topic in the [MailChimp for WordPress plugin support forums](https://wordpress.org/support/plugin/mailchimp-for-wp).
104104

105105
= Upgrade to MailChimp for WordPress Pro =
106106
If you like the plugin, [get the Pro version of MailChimp for WordPress](https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=installation-instructions-link) for an even better plugin!
@@ -264,6 +264,22 @@ It's easy to translate the plugin into your own language. Head over to the [tran
264264

265265
== Changelog ==
266266

267+
= 2.2.1 - January 12, 2014 =
268+
269+
**Improvements**
270+
271+
- Use JS object to transfer lists data to Field Wizard.
272+
- Field Wizard strings are now translatable
273+
- Add `is_spam` method to checkbox integration to battle spam sign-ups
274+
- Minor code & code style improvements
275+
- Updated Danish, German, Spanish, French, Italian and Portugese (Brazil) translations
276+
277+
**Additions**
278+
279+
- You can now set `MC_LOCATION`, `MC_NOTES` and `MC_LANGUAGE` from your form HTML
280+
- The submit button now has a default value when generating HTML for it
281+
282+
267283
= 2.2 - December 9, 2014 =
268284

269285
**Fixes**

0 commit comments

Comments
 (0)