Skip to content

Commit e283f77

Browse files
committed
Version bump to 1.6.3
1 parent 584b7c5 commit e283f77

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: mailchimp.php

+2-2
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: 1.6.2
7+
* Version: 1.6.3
88
* Requires at least: 6.3
99
* Requires PHP: 7.0
1010
* PHP tested up to: 8.3
@@ -65,7 +65,7 @@ function () {
6565
}
6666

6767
// Version constant for easy CSS refreshes
68-
define( 'MCSF_VER', '1.6.2' );
68+
define( 'MCSF_VER', '1.6.3' );
6969

7070
// What's our permission (capability) threshold
7171
define( 'MCSF_CAP_THRESHOLD', 'manage_options' );

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

Diff for: readme.txt

+1-1
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.7
5-
Stable tag: 1.6.2
5+
Stable tag: 1.6.3
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)