Skip to content

Commit 1696231

Browse files
Version bump to v3.1
1 parent 97031fd commit 1696231

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
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.0.12",
3+
"version": "3.1",
44
"description": "MailChimp plugin for WordPress",
55
"keywords": ["wordpress", "mailchimp"],
66
"homepage": "https://mc4wp.com/",

mailchimp-for-wp.php

Lines changed: 1 addition & 1 deletion
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-beta
6+
Version: 3.1
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-for-wp

readme.txt

Lines changed: 23 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.7
66
Tested up to: 4.4
7-
Stable tag: 3.0.12
7+
Stable tag: 3.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -175,6 +175,28 @@ MailChimp for WordPress is being developed on GitHub. If you want to collaborate
175175
== Changelog ==
176176

177177

178+
#### 3.1 - January 26, 2015
179+
180+
**Fixes**
181+
182+
- `<input>` fields being stripped from form when saving as a role other than "superadmin" on MultiSite installations.
183+
- Certain actions like "renew lists" not working for users other than admin (if they have explicit access to settings pages).
184+
185+
**Improvements**
186+
187+
- Show Akamai firewall reference number when site's IP address is blocked
188+
- Make sure integrations have a MailChimp list selected before trying to subscribe.
189+
- Move less important settings to "Other" page.
190+
- When a field is required in MailChimp, it has to be required in forms as well now.
191+
- Allow including a `_mc4wp_email_type` field in forms to set an explicit email type.
192+
- Miscellaneous overall performance improvements.
193+
194+
**Additions**
195+
196+
- Added [debug logging](https://mc4wp.com/kb/how-to-enable-log-debugging/), which shows all warnings & errors the plugin encountered in communicating with MailChimp.
197+
- Add `get_lists_for_email( $email )` method to API class.
198+
- Add `MC4WP_Queue` class for better background processing of expensive operations.
199+
178200
#### 3.0.12 - January 15, 2015
179201

180202
**Fixes**

0 commit comments

Comments
 (0)