From b83d61072f0a7ae5657bf7b75781cb1d0237df8f Mon Sep 17 00:00:00 2001 From: jeremyfelt Date: Tue, 11 Jun 2024 12:29:51 -0700 Subject: [PATCH] Bump 1.3.1 --- README.md | 6 ++++++ composer.json | 2 +- composer.lock | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 2 +- readme.txt | 8 +++++++- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 48148bf..04f9610 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ If you find something we missed, [please let us know](https://github.com/happypr ## Changelog +### 1.3.1 + +* No functional changes. +* Replace `@wordpress/scripts` dependency with leaner configuration. +* Confirm WordPress 6.5 support. + ### 1.3.0 * Remove "Manage Comments" from site menus under My Sites on multisite. diff --git a/composer.json b/composer.json index 8801f54..caf581c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "happyprime/turn-comments-off", "description": "Turn comments off everywhere in WordPress", - "version": "1.3.0", + "version": "1.3.1", "type": "wordpress-plugin", "license": "GPLv2+", "config": { diff --git a/composer.lock b/composer.lock index 64a3383..0f434e3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dfa32648fb35049c8c99683295b52d2f", + "content-hash": "8cd85f448d955e3f2adce8f4b40d0d85", "packages": [], "packages-dev": [ { diff --git a/package-lock.json b/package-lock.json index 8c7eaca..50061ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "turn-comments-off", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "turn-comments-off", - "version": "1.3.0", + "version": "1.3.1", "license": "GPL-2.0-or-later", "devDependencies": { "@babel/core": "^7.24.7", diff --git a/package.json b/package.json index 3448aba..0543c63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turn-comments-off", - "version": "1.3.0", + "version": "1.3.1", "description": "Turn comments off everywhere in WordPress", "author": "Happy Prime", "license": "GPL-2.0-or-later", diff --git a/plugin.php b/plugin.php index 3ffb51b..d2f1255 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Turn Comments Off * Description: Turn comments off everywhere in WordPress. - * Version: 1.3.0 + * Version: 1.3.1 * Plugin URI: https://github.com/happyprime/turn-comments-off/ * Author: Happy Prime * Author URI: https://happyprime.co diff --git a/readme.txt b/readme.txt index 6a5a20c..51e0064 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: happyprime, jeremyfelt, slocker, philcable Tags: comments Requires at least: 5.9 Tested up to: 6.5 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPLv2 or later Requires PHP: 7.4 @@ -28,6 +28,12 @@ If you find something we missed, [please let us know](https://github.com/happypr ## Changelog +### 1.3.1 + +* No functional changes. +* Replace `@wordpress/scripts` dependency with leaner configuration. +* Confirm WordPress 6.5 support. + ### 1.3.0 * Remove "Manage Comments" from site menus under My Sites on multisite.