Skip to content

Commit 56a48e3

Browse files
Version bump to v3.1.9
1 parent 5436711 commit 56a48e3

File tree

2 files changed

+21
-3
lines changed

2 files changed

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

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

186186

187+
#### 3.1.9 - June 7, 2016
188+
189+
**Fixes**
190+
191+
- Placeholder polyfill wasn't loaded (only in IE8 and below).
192+
193+
**Improvements**
194+
195+
- Don't write to debug log if it is not writable.
196+
- Reset some CSS properties for commonly used class names in Form Editor & Debug Log.
197+
- Do not unnecessarily register styles which are then immediately enqueued.
198+
199+
**Additions**
200+
201+
- Add "is required field" option for dropdown & radio fields in Field Helper.
202+
- Link to [Boxzilla plugin](https://boxzillaplugin.com/) from admin sidebar.
203+
204+
187205
#### 3.1.8 - May 23, 2016
188206

189207
**Fixes**

0 commit comments

Comments
 (0)