Skip to content

Commit 2f8ea8d

Browse files
Version bump to v3.1.7
1 parent 3198023 commit 2f8ea8d

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
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
44
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
55
Description: MailChimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
6-
Version: 3.1.6
6+
Version: 3.1.7
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-for-wp
@@ -47,7 +47,7 @@ function __mc4wp_load_plugin() {
4747
}
4848

4949
// bootstrap the core plugin
50-
define( 'MC4WP_VERSION', '3.1.6' );
50+
define( 'MC4WP_VERSION', '3.1.7' );
5151
define( 'MC4WP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
5252
define( 'MC4WP_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
5353
define( 'MC4WP_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-f
44
Tags: mailchimp, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mailchimp forms, mailchimp integrations
55
Requires at least: 3.8
66
Tested up to: 4.5.2
7-
Stable tag: 3.1.6
7+
Stable tag: 3.1.7
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -184,6 +184,21 @@ MailChimp for WordPress is being developed on GitHub. If you want to collaborate
184184
== Changelog ==
185185

186186

187+
#### 3.1.7 - May 9, 2016
188+
189+
**Fixes**
190+
191+
- Shortcode wasn't accepting `element_id` as a valid attribute.
192+
- Take array style fields into account when checking if a form contains a given field.
193+
194+
195+
**Improvements**
196+
197+
- Nested fields will now be properly validated when they're marked as required.
198+
- If plugin is installed using Composer, autoloader won't be loaded (again).
199+
200+
201+
187202
#### 3.1.6 - April 12, 2016
188203

189204
**Fixes**

0 commit comments

Comments
 (0)