Skip to content

Commit 129b331

Browse files
Version bump to v2.2.7
1 parent 29a6d5e commit 129b331

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.2.6
6+
Version: 2.2.7
77
Author: Danny van Kooten
88
Author URI: https://dannyvankooten.com
99
Text Domain: mailchimp-for-wp
@@ -48,7 +48,7 @@ function mc4wp_load_plugin() {
4848
}
4949

5050
// bootstrap the lite plugin
51-
define( 'MC4WP_LITE_VERSION', '2.2.6' );
51+
define( 'MC4WP_LITE_VERSION', '2.2.7' );
5252
define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
5353
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
5454
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/
44
Tags: mailchimp,contact form 7,woocommerce,buddypress,newsletter,newsletter form,mailchimp form,widget,contact form,subscribe,shortcode,form,multisite,events manager,easy digital downloads,registration form,captcha,newsletter sign up,mailchimp for wordpress,mailchimp for wp,mailchimp sign-up,mailchimp subscribe,email
55
Requires at least: 3.7
66
Tested up to: 4.1.1
7-
Stable tag: 2.2.6
7+
Stable tag: 2.2.7
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -286,6 +286,23 @@ It's easy to translate the plugin into your own language. Head over to the [tran
286286

287287
== Changelog ==
288288

289+
= 2.2.7 - March 11, 2015 =
290+
291+
**Fixes**
292+
293+
- Honeypot field was visible for themes or templates not calling `wp_head()` and `wp_footer()`
294+
295+
**Improvements**
296+
297+
- Various minor code improvements
298+
- Updated German, Spanish, Brazilian, French, Hungarian and Russian translations.
299+
300+
**Additions**
301+
302+
- Added [mc4wp_form_success](https://github.com/dannyvankooten/mailchimp-for-wordpress/blob/06f0c833027f347a288d2cb9805e0614767409b6/includes/class-form-request.php#L292-L301) action hook to hook into successful sign-ups
303+
- Added [mc4wp_form_data](https://github.com/dannyvankooten/mailchimp-for-wordpress/blob/06f0c833027f347a288d2cb9805e0614767409b6/includes/class-form-request.php#L138-L142) filter hook to modify all form data before processing
304+
305+
289306
= 2.2.6 - February 26, 2015 =
290307

291308
**Fixes**
@@ -764,6 +781,6 @@ Minor improvements and additions for compatibility with the [MailChimp Sync plug
764781

765782
== Upgrade Notice ==
766783

767-
= 2.2.6 =
784+
= 2.2.7 =
768785

769-
Various minor fixes & anti-SPAM improvements. Updating is safe as ever!
786+
Fixes an issue where an additional (honeypot) field is visible for some themes or plugin templates. Updated translations.

0 commit comments

Comments
 (0)