Skip to content

Commit 6a4db3d

Browse files
Version bump to v2.1.7
1 parent 566dca4 commit 6a4db3d

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-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.1.6
6+
Version: 2.1.7
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.1.6' );
50+
define( 'MC4WP_LITE_VERSION', '2.1.7' );
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: 19 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
7-
Stable tag: 2.1.6
6+
Tested up to: 4.0.1
7+
Stable tag: 2.1.7
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -257,6 +257,21 @@ It's easy to translate the plugin into your own language. Head over to the [tran
257257

258258
== Changelog ==
259259

260+
= 2.1.7 - December 1, 2014 =
261+
262+
**Fixes**
263+
264+
- Fixes onclick event in older versions of IE, props [Simon Schick](https://github.com/SimonSimCity)
265+
266+
**Improvements**
267+
268+
- Updated Dutch, French, Hungarian, Italian, Norwegian, Swedish and Taiwanese translations.
269+
- Some textual improvements.
270+
271+
**Additions**
272+
273+
- {email} shortcode to use in form mark-up.
274+
260275
= 2.1.6 - November 18, 2014 =
261276

262277
**Fixes**
@@ -614,5 +629,5 @@ It's easy to translate the plugin into your own language. Head over to the [tran
614629

615630
== Upgrade Notice ==
616631

617-
= 2.1.6 =
618-
Updated translation files. Upgrading has never been safer. :)
632+
= 2.1.7 =
633+
JS bugfix for older versions of IE. Updated translations & minor textual improvements.

0 commit comments

Comments
 (0)