Skip to content

Commit 07090a9

Browse files
Version bump to v3.1.6
1 parent f98a017 commit 07090a9

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibericode/mailchimp-for-wordpress",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "MailChimp plugin for WordPress",
55
"keywords": ["wordpress", "mailchimp"],
66
"homepage": "https://mc4wp.com/",

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.5
6+
Version: 3.1.6
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.5' );
50+
define( 'MC4WP_VERSION', '3.1.6' );
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: 18 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.4.2
7-
Stable tag: 3.1.5
7+
Stable tag: 3.1.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

186186

187+
#### 3.1.6 - April 12, 2016
188+
189+
**Fixes**
190+
191+
- Form event for starting a form was named `start` where it should have been `started`.
192+
193+
**Improvements**
194+
195+
- Some preparations for the upcoming migration to the new MailChimp API (version 3).
196+
- Consistent hook parameters for `mc4wp_form_subscribed` action.
197+
- Improved logic for rendering form response.
198+
199+
**Additions**
200+
201+
- New checkbox position for WooCommerce checkout integration.
202+
203+
187204
#### 3.1.5 - March 22, 2016
188205

189206
**Fixes**

0 commit comments

Comments
 (0)