Skip to content

Commit

Permalink
Version bump to v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Dec 11, 2018
1 parent 0168fdb commit 23a99aa
Show file tree
Hide file tree
Showing 3 changed files with 1,071 additions and 1,064 deletions.
4 changes: 2 additions & 2 deletions mailchimp-for-wp.php
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: 4.3.1
Version: 4.3.2
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', '4.3.1' );
define( 'MC4WP_VERSION', '4.3.2' );
define( 'MC4WP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
define( 'MC4WP_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
define( 'MC4WP_PLUGIN_FILE', __FILE__ );
Expand Down

0 comments on commit 23a99aa

Please sign in to comment.