Skip to content

Commit

Permalink
Version bump to v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jun 24, 2015
1 parent 1d5e5ee commit bb2b95d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
5 changes: 2 additions & 3 deletions mailchimp-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Plugin Name: MailChimp for WordPress Lite
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
Version: 2.3.4
Version: 2.3.5
Author: ibericode
Author URI: http://ibericode.com/
Text Domain: mailchimp-for-wp
Domain Path: /languages
License: GPL v3
GitHub Plugin URI: https://github.com/ibericode/mailchimp-for-wordpress
MailChimp for WordPress
Copyright (C) 2012-2015, Danny van Kooten, [email protected]
Expand Down Expand Up @@ -48,7 +47,7 @@ function mc4wp_load_plugin() {
}

// bootstrap the lite plugin
define( 'MC4WP_LITE_VERSION', '2.3.4' );
define( 'MC4WP_LITE_VERSION', '2.3.5' );
define( 'MC4WP_LITE_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
Expand Down
17 changes: 14 additions & 3 deletions 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,newsletter,sign-up,contact form 7,woocommerce,buddypress,widget,form
Requires at least: 3.7
Tested up to: 4.2.2
Stable tag: 2.3.4
Stable tag: 2.3.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.3.5 - June 24, 2015 =

**Fixes**

- Faulty update for v3.0 appearing for people running GitHub updater plugin.

**Improvements**

- 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.
- Now passing the form as a parameter to `mc4wp_form_css_classes` filter.

= 2.3.4 - May 29, 2015 =

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

== Upgrade Notice ==

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

0 comments on commit bb2b95d

Please sign in to comment.