Skip to content

Commit 64c066d

Browse files
Bump version to v4.8
1 parent 3714dbc commit 64c066d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

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: MC4WP: Mailchimp for WordPress
44
Plugin URI: https://www.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: 4.7.8
6+
Version: 4.8
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-for-wp
@@ -45,7 +45,7 @@ function _mc4wp_load_plugin() {
4545
}
4646

4747
// bootstrap the core plugin
48-
define( 'MC4WP_VERSION', '4.7.8' );
48+
define( 'MC4WP_VERSION', '4.8' );
4949
define( 'MC4WP_PLUGIN_DIR', __DIR__ . '/' );
5050
define( 'MC4WP_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
5151
define( 'MC4WP_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchi
44
Tags: mailchimp, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mailchimp form
55
Requires at least: 4.6
66
Tested up to: 5.4
7-
Stable tag: 4.7.8
7+
Stable tag: 4.8
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Requires PHP: 5.3
@@ -197,6 +197,15 @@ The plugin provides various filter & action hooks that allow you to modify or ex
197197
== Changelog ==
198198

199199

200+
#### 4.8 - Jul 9, 2020
201+
202+
- Plugin now requires PHP 5.3 or higher.
203+
- Prefix overlay classname to prevent styling collissions with other plugins.
204+
- Form sign-ups can now add tags to both new and existing subscribers.
205+
- Update JavaScript dependencies.
206+
- Register script early to work with Gutenberg preview.
207+
208+
200209
#### 4.7.8 - Jun 04, 2020
201210

202211
- Add `MC4WP_API_V3::add_template` method.

0 commit comments

Comments
 (0)