Skip to content

Commit bf188d6

Browse files
Version bump to 2.1.6
1 parent 28ba696 commit bf188d6

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

mailchimp-for-wp.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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.5
6+
Version: 2.1.6
77
Author: Danny van Kooten
88
Author URI: http://dannyvankooten.com
99
Text Domain: mailchimp-for-wp
1010
Domain Path: /languages
1111
License: GPL v3
1212
1313
MailChimp for WordPress
14-
Copyright (C) 2012-2013, Danny van Kooten, hi@dannyvankooten.com
14+
Copyright (C) 2012-2015, Danny van Kooten, hi@dannyvankooten.com
1515
1616
This program is free software: you can redistribute it and/or modify
1717
it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ function mc4wp_load_plugin() {
4747
}
4848

4949
// bootstrap the lite plugin
50-
define( 'MC4WP_LITE_VERSION', '2.1.5' );
50+
define( 'MC4WP_LITE_VERSION', '2.1.6' );
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: 11 additions & 5 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.0
7-
Stable tag: 2.1.5
7+
Stable tag: 2.1.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -43,7 +43,7 @@ Add sign-up checkboxes to *any* form on your website. The plugin offers built-in
4343
> WooCommerce and Easy Digital Downloads checkout integration.<br />
4444
> Priority Support<br />
4545
>
46-
> [More information](https://mc4wp.com/features/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) | [Demo](https://mc4wp.com/demo/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link)
46+
> [Upgrade to MailChimp for WordPress Pro](https://mc4wp.com/features/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link)
4747

4848
**Translations**
4949

@@ -57,9 +57,10 @@ Want to [translate the plugin into your own language](https://www.transifex.com/
5757
**More information**
5858

5959
- [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).
60+
- [Translate the MailChimp for WordPress plugin into your language](https://www.transifex.com/projects/p/mailchimp-for-wordpress/)
61+
- Developers; follow or contribute to the [MailChimp for WP plugin on GitHub](https://github.com/dannyvankooten/mailchimp-for-wordpress)
6062
- 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)
6163
- [@DannyvanKooten](https://twitter.com/dannyvankooten) on Twitter
62-
- Developers; follow or contribute to the [MailChimp for WP plugin on GitHub](https://github.com/dannyvankooten/mailchimp-for-wordpress)
6364

6465

6566
== Installation ==
@@ -102,7 +103,7 @@ if( function_exists( 'mc4wp_form' ) ) {
102103

103104
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).
104105

105-
= Upgrade to Pro =
106+
= Upgrade to MailChimp for WordPress Pro =
106107
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!
107108

108109
== Frequently Asked Questions ==
@@ -256,12 +257,17 @@ It's easy to translate the plugin into your own language. Head over to the [tran
256257

257258
== Changelog ==
258259

259-
= Trunk =
260+
= 2.1.6 - November 18, 2014 =
260261

261262
**Fixes**
262263

263264
- Notice in `class-widget.php` when widget options are never saved.
264265

266+
**Improvements**
267+
268+
- Added some missing gettext calls so strings can be translated.
269+
- Updated translations
270+
265271
= 2.1.5 - October 13, 2014 =
266272

267273
**Fixes**

0 commit comments

Comments
 (0)