Skip to content

Commit

Permalink
Version bump to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Mar 24, 2015
1 parent 6736a6b commit a264970
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 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 Lite
Plugin URI: https://mc4wp.com/
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
Version: 2.2.7
Version: 2.2.8
Author: Danny van Kooten
Author URI: https://dannyvankooten.com
Text Domain: mailchimp-for-wp
Expand Down Expand Up @@ -48,7 +48,7 @@ function mc4wp_load_plugin() {
}

// bootstrap the lite plugin
define( 'MC4WP_LITE_VERSION', '2.2.7' );
define( 'MC4WP_LITE_VERSION', '2.2.8' );
define( 'MC4WP_LITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
Expand Down
26 changes: 22 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: DvanKooten, iMazed
Donate link: https://mc4wp.com/
Tags: mailchimp,contact form 7,woocommerce,buddypress,newsletter,newsletter form,mailchimp form,widget,contact form,subscribe,shortcode,form,multisite,events manager,easy digital downloads,registration form,captcha,newsletter sign up,mailchimp for wordpress,mailchimp for wp,mailchimp sign-up,mailchimp subscribe,email
Requires at least: 3.7
Tested up to: 4.1.1
Stable tag: 2.2.7
Tested up to: 4.2
Stable tag: 2.2.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -286,6 +286,24 @@ It's easy to translate the plugin into your own language. Head over to the [tran

== Changelog ==

= 2.2.8 - March 24, 2015 =

**Fixes**

- API key field value was not properly escaped.
- Background images were stripped from submit buttons.

**Improvements**

- Better sanitising of all settings
- Updated all translations

**Additions**

- Added `mc4wp_before_checkbox` and `mc4wp_after_checkbox` filters to easily add more fields to sign-up checkbox integrations.
- Added some helper methods related to interest groupings to `MC4WP_MailChimp` class.
- Allow setting custom MailChimp lists to subscribe to using `lists` attribute on shortcode.

= 2.2.7 - March 11, 2015 =

**Fixes**
Expand Down Expand Up @@ -781,6 +799,6 @@ Minor improvements and additions for compatibility with the [MailChimp Sync plug

== Upgrade Notice ==

= 2.2.7 =
= 2.2.8 =

Fixes an issue where an additional (honeypot) field is visible for some themes or plugin templates. Updated translations.
Updated translations & addition of some convenient helper methods & filters.

0 comments on commit a264970

Please sign in to comment.