Skip to content

Commit 715e263

Browse files
Version bump to 2.3.6
1 parent 5caabcb commit 715e263

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
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 Lite
44
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
55
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
6-
Version: 2.3.5
6+
Version: 2.3.6
77
Author: ibericode
88
Author URI: http://ibericode.com/
99
Text Domain: mailchimp-for-wp
@@ -47,7 +47,7 @@ function mc4wp_load_plugin() {
4747
}
4848

4949
// bootstrap the lite plugin
50-
define( 'MC4WP_LITE_VERSION', '2.3.5' );
50+
define( 'MC4WP_LITE_VERSION', '2.3.6' );
5151
define( 'MC4WP_LITE_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
5252
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
5353
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 15 additions & 3 deletions
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,newsletter,sign-up,contact form 7,woocommerce,buddypress,widget,form
55
Requires at least: 3.7
66
Tested up to: 4.2.2
7-
Stable tag: 2.3.5
7+
Stable tag: 2.3.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -266,6 +266,18 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
266266

267267
== Changelog ==
268268

269+
= 2.3.6 - July 6, 2015 =
270+
271+
**Fixes**
272+
273+
- Undefined index notice when visitor's USER_AGENT is not set.
274+
275+
**Improvements**
276+
277+
- Relayed the browser's Accept-Language header to MailChimp for auto-detecting a subscriber's language.
278+
- Better CSS for form reset
279+
- Updated HTML5 placeholder polyfill
280+
269281
= 2.3.5 - June 24, 2015 =
270282

271283
**Fixes**
@@ -860,5 +872,5 @@ Minor improvements and additions for compatibility with the [MailChimp Sync plug
860872

861873
== Upgrade Notice ==
862874

863-
= 2.3.5 =
864-
Updated translations & minor bugfix for people running the GitHub Updater plugin.
875+
= 2.3.6 =
876+
Fixes undefined index notice for visitors with empty USER_AGENT. Updated languages.

0 commit comments

Comments
 (0)