Skip to content

Commit e3fd565

Browse files
Version bump
1 parent 3cf7055 commit e3fd565

File tree

2 files changed

+40
-17
lines changed

2 files changed

+40
-17
lines changed

mailchimp-for-wp.php

Lines changed: 3 additions & 3 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.3
6+
Version: 2.0.4
77
Author: Danny van Kooten
88
Author URI: http://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.0.3" );
50+
define( "MC4WP_LITE_VERSION", "2.0.4" );
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__ );
@@ -57,7 +57,7 @@ function mc4wp_load_plugin() {
5757
require_once MC4WP_LITE_PLUGIN_DIR . 'includes/class-plugin.php';
5858
$GLOBALS['mc4wp'] = new MC4WP_Lite();
5959

60-
if( is_admin() && ( ! defined( "DOING_AJAX" ) || ! DOING_AJAX ) ) {
60+
if( is_admin() && ( false === defined( 'DOING_AJAX' ) || false === DOING_AJAX ) ) {
6161

6262
// ADMIN
6363
require_once MC4WP_LITE_PLUGIN_DIR . 'includes/class-admin.php';

readme.txt

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.3
7+
Stable tag: 2.0.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -34,9 +34,16 @@ Add sign-up checkboxes to *any* form on your website. The plugin offers built-in
3434
[Installation](http://wordpress.org/plugins/mailchimp-for-wp/installation/) | [Frequently Asked Questions](http://wordpress.org/plugins/mailchimp-for-wp/faq/) | [Screenshots](http://wordpress.org/plugins/mailchimp-for-wp/screenshots/)
3535

3636
> **Premium features**
37-
>
38-
> Multiple forms, AJAX, form designer, custom themes, detailed statistics, more built-in checkbox integrations and priority support.
39-
>
37+
>
38+
> The Pro version of the plugin comes with the following features:
39+
>
40+
> - Multiple forms, each form can subscribe to one or multiple MailChimp lists
41+
> - AJAX forms, forms do not need to reload the page
42+
> - Easy CSS Builder and custom color themes
43+
> - Reports: Statistical graphs & subscription log
44+
> - Checkbox integration for WooCommerce & Easy Digital Downloads checkout
45+
> - Priority support
46+
>
4047
> [More information](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) | [Form demo's](https://dannyvankooten.com/mailchimp-for-wordpress/demo/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link) | [Upgrade now >>](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-features-link)
4148

4249
**Translators**
@@ -78,18 +85,18 @@ If you have created your own language pack (or have an update of an existing one
7885
Need help? Please take a look at the [frequently asked questions](http://wordpress.org/plugins/mailchimp-for-wp/faq/) first
7986

8087
= Upgrade to Pro =
81-
If you like the plugin, upgrade to [MailChimp for WordPress Pro](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=installation-instructions-link) for an even better plugin.
88+
If you like the plugin, [get the Pro version of MailChimp for WordPress](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=installation-instructions-link) for an even better plugin!
8289

8390
== Frequently Asked Questions ==
8491

8592
> **Is there a premium version of this plugin?**
8693
>
87-
> Yes, you will love it. Some Pro features are:
94+
> Yes, you'll love it. Some Pro only features are:
8895
>
89-
> 1. Multiple forms, each subscribing to one or multiple MailChimp list(s).
90-
> 1. AJAX - no page reload after submitting a sign-up form.
91-
> 1. Custom color themes and a form designer (CSS Builder)
92-
> 1. Statistics & log. Learn when, where and how your visitors subscribed.
96+
> - Unlimited amount of forms. Each form can subscribe to one or multiple MailChimp lists.
97+
> - Easy CSS Builder and custom color themes.
98+
> - AJAX. Forms can be submitted using JavaScript, causing no page reload.
99+
> - Reports: Graphs & log. Learn when, where and how your visitors subscribed.
93100
>
94101
> [More Pro features](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=faq-link) | [Demo](https://dannyvankooten.com/mailchimp-for-wordpress/demo/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=faq-link)
95102

@@ -133,10 +140,10 @@ You can use CSS rules to style the sign-up form, use the following CSS selectors
133140

134141
Add your custom CSS rules to the end of your theme stylesheet, **/wp-content/themes/your-theme-name/style.css**. Do not add them to the plugin stylesheet as they will be automatically overwritten on the next plugin update.
135142

136-
[PS: With the Pro version, you can design beautiful forms easily >>](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-css-link)
143+
[>> With the Pro plugin it's really easy to design beautiful forms <<](https://dannyvankooten.com/mailchimp-for-wordpress/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=after-css-link)
137144

138145
= Where can I find my MailChimp API key? =
139-
[Here](http://kb.mailchimp.com/article/where-can-i-find-my-api-key)
146+
[You can find your MailChimp API key here](http://kb.mailchimp.com/article/where-can-i-find-my-api-key)
140147

141148
= How to add a sign-up checkbox to my Contact Form 7 forms? =
142149
Use the following shortcode in your CF7 form mark-up to display a sign-up checkbox.
@@ -210,6 +217,22 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
210217

211218
== Changelog ==
212219

220+
= 2.0.4 - July 2, 2014 =
221+
222+
**Fixes**
223+
224+
- Double sign-up requests for checkbox sign-ups
225+
226+
**Improvements**
227+
228+
- Reset checkbox label in default CSS for improved theme compatibility
229+
- Improved checkbox integration classes
230+
- Optimised function to retrieve the current URL
231+
232+
**Additions**
233+
234+
- Added `{language}` text variable to print the current site language.
235+
213236
= 2.0.3 - June 17, 2014 =
214237

215238
**Fixes**
@@ -422,5 +445,5 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
422445

423446
== Upgrade Notice ==
424447

425-
= 2.0.3 =
426-
Fix undefined index notice in Contact Form 7 integrations.
448+
= 2.0.4 =
449+
Recommended update! Fixes double subscription requests for checkbox sign-ups.

0 commit comments

Comments
 (0)