From 1facd315fbc2492ee3185fd401f87bad72542e0d Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Tue, 19 Mar 2024 16:12:42 +0300 Subject: [PATCH] Bump version to 1.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 8 ++++++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6598e4..e29143e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "security-txt-manager", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "security-txt-manager", - "version": "1.0.1", + "version": "1.0.2", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index b5d0687..89bf0d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "security-txt-manager", - "version": "1.0.1", + "version": "1.0.2", "description": "Security.txt Manager for WordPress", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 87738a6..003a18b 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Security.txt Manager * Plugin URI: https://github.com/HandyPlugins/security-txt-manager * Description: Security.txt Manager for WordPress. - * Version: 1.0.1 + * Version: 1.0.2 * Requires at least: 5.7 * Requires PHP: 7.2 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.1' ); +define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.2' ); define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ ); define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) ); define( 'SECURITY_TXT_MANAGER_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 280f471..819a17d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: handyplugins, m_uysl Tags: security.txt, security, responsible disclosure, bug bounty Requires at least: 5.7 -Tested up to: 6.4 +Tested up to: 6.5 Requires PHP: 7.2 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -76,6 +76,10 @@ No. The plugin handles ".well-known/security.txt" and "security.txt" requests fo == Changelog == += 1.0.2 (19 March, 2024) = +* Tested with WP 6.5 +* Dependency updates. + = 1.0.1 (22 July, 2023) = * Tested with WP 6.3