Skip to content

Commit 9d3dc22

Browse files
committed
Version bump to 2.0.1
1 parent 49c93d5 commit 9d3dc22

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

mailchimp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://mailchimp.com/help/connect-or-disconnect-list-subscribe-for-wordpress/
55
* Description: Add a Mailchimp signup form block, widget or shortcode to your WordPress site.
66
* Text Domain: mailchimp
7-
* Version: 2.0.0
7+
* Version: 2.0.1
88
* Requires at least: 6.4
99
* Requires PHP: 7.0
1010
* PHP tested up to: 8.3
@@ -72,7 +72,7 @@ function () {
7272
use function Mailchimp\WordPress\Includes\Admin\{admin_notice_error, admin_notice_success};
7373

7474
// Version constant for easy CSS refreshes
75-
define( 'MCSF_VER', '2.0.0' );
75+
define( 'MCSF_VER', '2.0.1' );
7676

7777
// What's our permission (capability) threshold
7878
define( 'MCSF_CAP_THRESHOLD', 'manage_options' );

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mailchimp/wordpress",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Add a Mailchimp signup form widget to your WordPress site.",
55
"homepage": "https://github.com/mailchimp/wordpress",
66
"bugs": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: Mailchimp
33
Tags: mailchimp, email, newsletter, signup, marketing
44
Tested up to: 6.9
5-
Stable tag: 2.0.0
5+
Stable tag: 2.0.1
66
License: GPL-2.0-or-later
77
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
88

0 commit comments

Comments
 (0)