Skip to content

Commit

Permalink
Version bump to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 18, 2014
1 parent 28ba696 commit bf188d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions mailchimp-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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
Domain Path: /languages
License: GPL v3
MailChimp for WordPress
Copyright (C) 2012-2013, Danny van Kooten, [email protected]
Copyright (C) 2012-2015, Danny van Kooten, [email protected]
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
Expand Down Expand Up @@ -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__ );
Expand Down
16 changes: 11 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.<br />
> Priority Support<br />
>
> [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**

Expand All @@ -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 ==
Expand Down Expand Up @@ -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 ==
Expand Down Expand Up @@ -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**
Expand Down

0 comments on commit bf188d6

Please sign in to comment.