From 4b89ce4551d7da17bc141f5039994d73e065261b Mon Sep 17 00:00:00 2001 From: jeremyfelt Date: Tue, 23 Jul 2024 21:16:23 -0700 Subject: [PATCH] Update 1.3.2 --- 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 04f9610..8108ca4 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.2 + +* No functional changes. +* Update development dependencies. +* Confirm WordPress 6.6 support. + ### 1.3.1 * No functional changes. diff --git a/composer.json b/composer.json index caf581c..b688129 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.1", + "version": "1.3.2", "type": "wordpress-plugin", "license": "GPLv2+", "config": { diff --git a/composer.lock b/composer.lock index dcc790e..3058834 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": "8cd85f448d955e3f2adce8f4b40d0d85", + "content-hash": "77a46cc08ba5e401bda046a7cfb012e0", "packages": [], "packages-dev": [ { diff --git a/package-lock.json b/package-lock.json index 7f294f4..7e1e66d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "turn-comments-off", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "turn-comments-off", - "version": "1.3.1", + "version": "1.3.2", "license": "GPL-2.0-or-later", "devDependencies": { "@babel/core": "^7.24.9", diff --git a/package.json b/package.json index abeeb29..9e2dc7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turn-comments-off", - "version": "1.3.1", + "version": "1.3.2", "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 d2f1255..b5572e8 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.1 + * Version: 1.3.2 * 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 d96ee0c..4f417f7 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.6 -Stable tag: 1.3.1 +Stable tag: 1.3.2 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.2 + +* No functional changes. +* Update development dependencies. +* Confirm WordPress 6.6 support. + ### 1.3.1 * No functional changes.