Skip to content

Commit af7db64

Browse files
Bump version to v4.8.1
1 parent 0ac81af commit af7db64

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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.8
6+
Version: 4.8.1
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.8' );
48+
define( 'MC4WP_VERSION', '4.8.1' );
4949
define( 'MC4WP_PLUGIN_DIR', __DIR__ . '/' );
5050
define( 'MC4WP_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
5151
define( 'MC4WP_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 6 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.5
7-
Stable tag: 4.8
7+
Stable tag: 4.8.1
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,11 @@ The plugin provides various filter & action hooks that allow you to modify or ex
197197
== Changelog ==
198198

199199

200+
#### 4.8.1 - Aug 25, 2020
201+
202+
- Fix notice by explicitly setting `permission_callback` on registered REST route.
203+
- Minor internal code improvements.
204+
200205
#### 4.8 - Jul 9, 2020
201206

202207
- Plugin now requires PHP 5.3 or higher.

0 commit comments

Comments
 (0)