Skip to content

Commit 7343912

Browse files
Version bump to v2.0.5
1 parent 35454de commit 7343912

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

mailchimp-for-wp.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: MailChimp for WordPress Lite
44
Plugin URI: https://dannyvankooten.com/mailchimp-for-wordpress/
55
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
6-
Version: 2.0.4
6+
Version: 2.0.5
77
Author: Danny van Kooten
88
Author URI: http://dannyvankooten.com
99
Text Domain: mailchimp-for-wp
@@ -42,15 +42,15 @@
4242
function mc4wp_load_plugin() {
4343

4444
// don't load plugin if user has the premium version installed and activated
45-
if( defined( "MC4WP_VERSION" ) ) {
45+
if( defined( 'MC4WP_VERSION' ) ) {
4646
return false;
4747
}
4848

4949
// bootstrap the lite plugin
50-
define( "MC4WP_LITE_VERSION", "2.0.4" );
51-
define( "MC4WP_LITE_PLUGIN_DIR", plugin_dir_path( __FILE__ ) );
52-
define( "MC4WP_LITE_PLUGIN_URL", plugins_url( '/' , __FILE__ ) );
53-
define( "MC4WP_LITE_PLUGIN_FILE", __FILE__ );
50+
define( 'MC4WP_LITE_VERSION', '2.0.5' );
51+
define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
52+
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
53+
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
5454

5555
require_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/general.php';
5656
require_once MC4WP_LITE_PLUGIN_DIR . 'includes/functions/template.php';

readme.txt

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== MailChimp for WordPress ===
2-
Contributors: DvanKooten
2+
Contributors: DvanKooten, 12notions
33
Donate link: https://dannyvankooten.com/mailchimp-for-wordpress/
44
Tags: mailchimp,form,shortcode,widget,checkbox,comment,newsletter,buddypress,multisite,bbpress,woocommerce,easy digital downloads,contact form,contact form 7
55
Requires at least: 3.6
66
Tested up to: 3.9.1
7-
Stable tag: 2.0.4
7+
Stable tag: 2.0.5
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -217,6 +217,18 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
217217

218218
== Changelog ==
219219

220+
= 2.0.5 - July 21, 2014 =
221+
222+
**Improvements**
223+
- Ignore Captcha fields in sign-up data
224+
- Updated Spanish translations
225+
- Minor improvements to Admin and MailChimp API class
226+
- Show field tag and required status in Lists overview table
227+
228+
**Additions**
229+
- Add visitor IP address to sign-up data
230+
231+
220232
= 2.0.4 - July 2, 2014 =
221233

222234
**Fixes**
@@ -446,5 +458,5 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
446458

447459
== Upgrade Notice ==
448460

449-
= 2.0.4 =
450-
Recommended update! Fixes double subscription requests for checkbox sign-ups.
461+
= 2.0.5 =
462+
Various minor improvements code and usability improvements.

0 commit comments

Comments
 (0)