Skip to content

Commit 07dbc1d

Browse files
swissspidydavidperezgarmukeshpanchal27ernilambar
authored
Merge pull request #590 from WordPress/chore/v1.1-changelog
Co-authored-by: swissspidy <[email protected]> Co-authored-by: davidperezgar <[email protected]> Co-authored-by: mukeshpanchal27 <[email protected]> Co-authored-by: ernilambar <[email protected]>
2 parents ed0ccd2 + 4018214 commit 07dbc1d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Plugin Check is a WordPress.org tool which provides checks to help plugins meet the directory requirements and follow various best practices.
66
* Requires at least: 6.3
77
* Requires PHP: 7.2.24
8-
* Version: 1.0.2
8+
* Version: 1.1.0
99
* Author: WordPress Performance Team and Plugin Review Team
1010
* License: GPLv2 or later
1111
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -16,7 +16,7 @@
1616

1717
use WordPress\Plugin_Check\Plugin_Main;
1818

19-
define( 'WP_PLUGIN_CHECK_VERSION', '1.0.2' );
19+
define( 'WP_PLUGIN_CHECK_VERSION', '1.1.0' );
2020
define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.2.24' );
2121
define( 'WP_PLUGIN_CHECK_MAIN_FILE', __FILE__ );
2222
define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', plugin_dir_path( WP_PLUGIN_CHECK_MAIN_FILE ) );

readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.6
5-
Stable tag: 1.0.2
5+
Stable tag: 1.1.0
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: plugin best practices, testing, accessibility, performance, security
@@ -69,7 +69,16 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl
6969

7070
= 1.1.0 =
7171

72+
* Feature - New `Non_Blocking_Scripts_Check` (`non_blocking_scripts`) runtime check to warn about enqueued scripts that use neither `defer` nor `async`.
7273
* Enhancement - Changed the namespace of included checks.
74+
* Enhancement - Introduced severity levels for all errors and warnings.
75+
* Enhancement - CLI: Support checking a plugin from a path or URL.
76+
* Enhancement - Added short descriptions and URLs for each check.
77+
* Enhancement - Improved messaging in check results.
78+
* Enhancement - Updated code obfuscation check with more accurate results.
79+
* Enhancement - Updated plugin review check to flag missing input sanitization (`WordPress.Security.ValidatedSanitizedInput`).
80+
* Fix - Improve readme checks to exclude invalid files.
81+
* Fix - Only show edit link if files are actually editable.
7382

7483
= 1.0.2 =
7584

0 commit comments

Comments
 (0)