Skip to content

Commit bb2b95d

Browse files
Version bump to v2.3.5
1 parent 1d5e5ee commit bb2b95d

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
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.4
6+
Version: 2.3.5
77
Author: ibericode
88
Author URI: http://ibericode.com/
99
Text Domain: mailchimp-for-wp
1010
Domain Path: /languages
1111
License: GPL v3
12-
GitHub Plugin URI: https://github.com/ibericode/mailchimp-for-wordpress
1312
1413
MailChimp for WordPress
1514
Copyright (C) 2012-2015, Danny van Kooten, hi@dannyvankooten.com
@@ -48,7 +47,7 @@ function mc4wp_load_plugin() {
4847
}
4948

5049
// bootstrap the lite plugin
51-
define( 'MC4WP_LITE_VERSION', '2.3.4' );
50+
define( 'MC4WP_LITE_VERSION', '2.3.5' );
5251
define( 'MC4WP_LITE_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
5352
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
5453
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 14 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.4
7+
Stable tag: 2.3.5
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

267267
== Changelog ==
268268

269+
= 2.3.5 - June 24, 2015 =
270+
271+
**Fixes**
272+
273+
- Faulty update for v3.0 appearing for people running GitHub updater plugin.
274+
275+
**Improvements**
276+
277+
- Updated language files. Have a look at the [translation project](https://www.transifex.com/projects/p/mailchimp-for-wordpress/) if you'd like to help out.
278+
- Now passing the form as a parameter to `mc4wp_form_css_classes` filter.
279+
269280
= 2.3.4 - May 29, 2015 =
270281

271282
**Fixes**
@@ -849,5 +860,5 @@ Minor improvements and additions for compatibility with the [MailChimp Sync plug
849860

850861
== Upgrade Notice ==
851862

852-
= 2.3.3 =
853-
Updated translations & minor edge-case bugfixes.
863+
= 2.3.5 =
864+
Updated translations & minor bugfix for people running the GitHub Updater plugin.

0 commit comments

Comments
 (0)