From 11f4d035b4014003152bebf5b8468a00a5c83295 Mon Sep 17 00:00:00 2001 From: davidperezgar Date: Fri, 6 Dec 2024 10:45:56 +0100 Subject: [PATCH] updated version and readme --- plugin.php | 4 ++-- readme.txt | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/plugin.php b/plugin.php index 7b3f6b0a..89cca4dc 100644 --- a/plugin.php +++ b/plugin.php @@ -5,7 +5,7 @@ * Description: Plugin Check is a WordPress.org tool which provides checks to help plugins meet the directory requirements and follow various best practices. * Requires at least: 6.3 * Requires PHP: 7.4 - * Version: 1.3.0 + * Version: 1.3.1 * Author: WordPress Performance Team and Plugin Review Team * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html @@ -16,7 +16,7 @@ use WordPress\Plugin_Check\Plugin_Main; -define( 'WP_PLUGIN_CHECK_VERSION', '1.3.0' ); +define( 'WP_PLUGIN_CHECK_VERSION', '1.3.1' ); define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.4' ); define( 'WP_PLUGIN_CHECK_MAIN_FILE', __FILE__ ); define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', plugin_dir_path( WP_PLUGIN_CHECK_MAIN_FILE ) ); diff --git a/readme.txt b/readme.txt index e83f78c8..1cfc7d85 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: wordpressdotorg Tested up to: 6.7 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: plugin best practices, testing, accessibility, performance, security @@ -68,6 +68,13 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl == Changelog == += 1.3.1 = + +* Enhancement - Add version utilities. +* Fix - Escape error messages. +* Fix - Renamed error type to ERROR_LOW_SEVERITY and WARNING_LOW_SEVERITY. +* Fix - Fix PHPCS checks on unwritable filesystems. + = 1.3.0 = * Enhancement - Update disallowed domains for Plugin URI check.