Skip to content

Commit 82c1a9d

Browse files
Version bump to v3.0.6
1 parent 91af7b5 commit 82c1a9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibericode/mailchimp-for-wordpress",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "MailChimp plugin for WordPress",
55
"keywords": ["wordpress", "mailchimp"],
66
"homepage": "https://mc4wp.com/",

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
44
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
55
Description: MailChimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
6-
Version: 3.0.5
6+
Version: 3.0.6
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-for-wp
@@ -47,7 +47,7 @@ function __mc4wp_load_plugin() {
4747
}
4848

4949
// bootstrap the core plugin
50-
define( 'MC4WP_VERSION', '3.0.5' );
50+
define( 'MC4WP_VERSION', '3.0.6' );
5151
define( 'MC4WP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
5252
define( 'MC4WP_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
5353
define( 'MC4WP_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 1 addition & 1 deletion
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, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mail chimp
55
Requires at least: 3.7
66
Tested up to: 4.4
7-
Stable tag: 3.0.5
7+
Stable tag: 3.0.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)