Skip to content

Commit

Permalink
Version bump to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Dec 9, 2015
1 parent 91af7b5 commit 82c1a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibericode/mailchimp-for-wordpress",
"version": "3.0.5",
"version": "3.0.6",
"description": "MailChimp plugin for WordPress",
"keywords": ["wordpress", "mailchimp"],
"homepage": "https://mc4wp.com/",
Expand Down
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
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
Description: MailChimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
Version: 3.0.5
Version: 3.0.6
Author: ibericode
Author URI: https://ibericode.com/
Text Domain: mailchimp-for-wp
Expand Down Expand Up @@ -47,7 +47,7 @@ function __mc4wp_load_plugin() {
}

// bootstrap the core plugin
define( 'MC4WP_VERSION', '3.0.5' );
define( 'MC4WP_VERSION', '3.0.6' );
define( 'MC4WP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
define( 'MC4WP_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
define( 'MC4WP_PLUGIN_FILE', __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion 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, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mail chimp
Requires at least: 3.7
Tested up to: 4.4
Stable tag: 3.0.5
Stable tag: 3.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 82c1a9d

Please sign in to comment.