|
2 | 2 |
|
3 | 3 | Contributors: wordpressdotorg
|
4 | 4 | Tested up to: 6.6
|
5 |
| -Stable tag: 1.1.0 |
| 5 | +Stable tag: 1.2.0 |
6 | 6 | License: GPLv2 or later
|
7 | 7 | License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
8 | 8 | Tags: plugin best practices, testing, accessibility, performance, security
|
@@ -68,6 +68,29 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl
|
68 | 68 |
|
69 | 69 | == Changelog ==
|
70 | 70 |
|
| 71 | += 1.2.0 = |
| 72 | + |
| 73 | +* Enhacement - Added a check for badly used names in files. |
| 74 | +* Enhancement - Increased severity for `BacktickOperator`, `DisallowShortOpenTag`, `DisallowAlternativePHPTags`, `RestrictedClasses`, and `RestrictedFunctions`. |
| 75 | +* Enhancement - Added security checks to the Plugin repository category. |
| 76 | +* Enhancement - Allowed `runtime-set` in code sniffer checks. |
| 77 | +* Enhancement - Changed warnings to errors in plugin header checks. |
| 78 | +* Enhancement - Detect forbidden plugin headers such as repository URIs in the Directory. |
| 79 | +* Enhancement - Added a new check for development functions that are not allowed in final plugins. |
| 80 | +* Enhancement - Created new images and icons for the plugin. |
| 81 | +* Enhancement - Introduced a slug argument in the CLI. |
| 82 | +* Enhancement - Added a check for discouraged PHP functions. |
| 83 | +* Enhancement - Added validation for Contributors in the readme file. |
| 84 | +* Enhancement - Added a warning for mismatched plugin names in the plugin header and readme file. |
| 85 | +* Enhancement - Checked for validation of Plugin Header fields: Name, Plugin URI, Description, Author URI, Requires at least, Requires PHP, and Requires Plugins. |
| 86 | +* Enhancement - Added a warning if the "Tested up to" value in the readme file exceeds the released version of WordPress. |
| 87 | +* Fix - Display a success message if no errors or warnings are found. |
| 88 | +* Fix - Made table results responsive. |
| 89 | +* Fix - Prevent proceeding to the next check if the Stable Tag value is set to `trunk`. |
| 90 | +* Fix - Allow runtime initialization even when only add-on checks are requested. |
| 91 | +* Fix - Fixed an SPDX warning for the `GPL version 3` license. |
| 92 | +* Fix - Prevent runtime checks in the CLI context when they cannot be used. |
| 93 | + |
71 | 94 | = 1.1.0 =
|
72 | 95 |
|
73 | 96 | * Feature - New `Non_Blocking_Scripts_Check` (`non_blocking_scripts`) runtime check to warn about enqueued scripts that use neither `defer` nor `async`.
|
|
0 commit comments