Skip to content

Commit

Permalink
Version bump to v3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jun 7, 2016
1 parent 5436711 commit 56a48e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mailchimp-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: MailChimp for WordPress
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
Description: MailChimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
Version: 3.1.8
Version: 3.1.9
Author: ibericode
Author URI: https://ibericode.com/
Text Domain: mailchimp-for-wp
Expand Down Expand Up @@ -47,7 +47,7 @@ function __mc4wp_load_plugin() {
}

// bootstrap the core plugin
define( 'MC4WP_VERSION', '3.1.8' );
define( 'MC4WP_VERSION', '3.1.9' );
define( 'MC4WP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
define( 'MC4WP_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
define( 'MC4WP_PLUGIN_FILE', __FILE__ );
Expand Down
20 changes: 19 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-f
Tags: mailchimp, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mailchimp forms, mailchimp integrations
Requires at least: 3.8
Tested up to: 4.5.2
Stable tag: 3.1.8
Stable tag: 3.1.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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


#### 3.1.9 - June 7, 2016

**Fixes**

- Placeholder polyfill wasn't loaded (only in IE8 and below).

**Improvements**

- Don't write to debug log if it is not writable.
- Reset some CSS properties for commonly used class names in Form Editor & Debug Log.
- Do not unnecessarily register styles which are then immediately enqueued.

**Additions**

- Add "is required field" option for dropdown & radio fields in Field Helper.
- Link to [Boxzilla plugin](https://boxzillaplugin.com/) from admin sidebar.


#### 3.1.8 - May 23, 2016

**Fixes**
Expand Down

0 comments on commit 56a48e3

Please sign in to comment.