From bf188d6ad94f9919448667b00a66599e9102c040 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Tue, 18 Nov 2014 10:48:34 +0100 Subject: [PATCH] Version bump to 2.1.6 --- mailchimp-for-wp.php | 6 +++--- readme.txt | 16 +++++++++++----- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/mailchimp-for-wp.php b/mailchimp-for-wp.php index 585c6539..de451c54 100644 --- a/mailchimp-for-wp.php +++ b/mailchimp-for-wp.php @@ -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.1.5 +Version: 2.1.6 Author: Danny van Kooten Author URI: http://dannyvankooten.com Text Domain: mailchimp-for-wp @@ -11,7 +11,7 @@ License: GPL v3 MailChimp for WordPress -Copyright (C) 2012-2013, Danny van Kooten, hi@dannyvankooten.com +Copyright (C) 2012-2015, Danny van Kooten, hi@dannyvankooten.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ function mc4wp_load_plugin() { } // bootstrap the lite plugin - define( 'MC4WP_LITE_VERSION', '2.1.5' ); + define( 'MC4WP_LITE_VERSION', '2.1.6' ); define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) ); define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 8f5b9a9f..50004cdc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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.0 -Stable tag: 2.1.5 +Stable tag: 2.1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -43,7 +43,7 @@ Add sign-up checkboxes to *any* form on your website. The plugin offers built-in > WooCommerce and Easy Digital Downloads checkout integration.
> Priority Support
> -> [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) +> [Upgrade to MailChimp for WordPress Pro](https://mc4wp.com/features/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) **Translations** @@ -57,9 +57,10 @@ Want to [translate the plugin into your own language](https://www.transifex.com/ **More information** - [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). +- [Translate the MailChimp for WordPress plugin into your language](https://www.transifex.com/projects/p/mailchimp-for-wordpress/) +- Developers; follow or contribute to the [MailChimp for WP plugin on GitHub](https://github.com/dannyvankooten/mailchimp-for-wordpress) - 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) - [@DannyvanKooten](https://twitter.com/dannyvankooten) on Twitter -- Developers; follow or contribute to the [MailChimp for WP plugin on GitHub](https://github.com/dannyvankooten/mailchimp-for-wordpress) == Installation == @@ -102,7 +103,7 @@ if( function_exists( 'mc4wp_form' ) ) { 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). -= Upgrade to Pro = += Upgrade to MailChimp for WordPress Pro = 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! == Frequently Asked Questions == @@ -256,12 +257,17 @@ It's easy to translate the plugin into your own language. Head over to the [tran == Changelog == -= Trunk = += 2.1.6 - November 18, 2014 = **Fixes** - Notice in `class-widget.php` when widget options are never saved. +**Improvements** + +- Added some missing gettext calls so strings can be translated. +- Updated translations + = 2.1.5 - October 13, 2014 = **Fixes**