Skip to content

Commit

Permalink
Version bump to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Oct 11, 2024
1 parent 44d673f commit c899a80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://mailchimp.com/help/connect-or-disconnect-list-subscribe-for-wordpress/
* Description: Add a Mailchimp signup form block, widget or shortcode to your WordPress site.
* Text Domain: mailchimp
* Version: 1.6.0
* Version: 1.6.1
* Requires at least: 6.1
* Requires PHP: 7.0
* PHP tested up to: 8.3
Expand Down Expand Up @@ -35,7 +35,7 @@
*/

// Version constant for easy CSS refreshes
define( 'MCSF_VER', '1.6.0' );
define( 'MCSF_VER', '1.6.1' );

// What's our permission (capability) threshold
define( 'MCSF_CAP_THRESHOLD', 'manage_options' );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mailchimp/wordpress",
"version": "1.6.0",
"version": "1.6.1",
"description": "Add a Mailchimp signup form widget to your WordPress site.",
"homepage": "https://github.com/mailchimp/wordpress",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: Mailchimp
Tags: mailchimp, email, newsletter, signup, marketing
Tested up to: 6.6
Stable tag: 1.6.0
Stable tag: 1.6.1
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html

Expand Down

0 comments on commit c899a80

Please sign in to comment.