-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d5e5ee
commit bb2b95d
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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__ ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters