|
1 | 1 | === Plugin Check (PCP) ===
|
2 | 2 |
|
3 | 3 | Contributors: wordpressdotorg
|
4 |
| -Tested up to: 6.6 |
5 |
| -Stable tag: 1.2.0 |
| 4 | +Tested up to: 6.7 |
| 5 | +Stable tag: 1.3.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,38 @@ 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.3.0 = |
| 72 | + |
| 73 | +* Enhancement - Update disallowed domains for Plugin URI check. |
| 74 | +* Enhancement - Added new checks for Plugin Header fields: missing plugin description, missing plugin version and invalid plugin version. |
| 75 | +* Enhancement - New check for validation of donate link in the readme file. |
| 76 | +* Enhancement - Increased severity for wrong Plugin Requires. |
| 77 | +* Enhancement - Added check Restrict parse_str() without second argument. |
| 78 | +* Enhancement - New check for Disallow usage of HEREDOC and NOWDOC. |
| 79 | +* Enhancement - Added acronyms allowed in Trademark checks. |
| 80 | +* Enhancement - Added option in CLI to add low severity errors and warnings. |
| 81 | +* Enhancement - Change error type for License check error codes. |
| 82 | +* Enhancement - Always use prefixed tables during runtime check requests. |
| 83 | +* Enhancement - Created a new class for checking licenses. |
| 84 | +* Enhancement - Added support for MPL-2.0 license. |
| 85 | +* Enhancement - Implement gherkin linter in GH action. |
| 86 | +* Enhancement - Update check for Contributors in markdown readme files. |
| 87 | +* Enhancement - CLI: Fix confusing runtime environment setup order. |
| 88 | +* Enhancement - Allow custom checks to provide installed_paths. |
| 89 | +* Enhancement - Improved the use of localhost URLs in the Plugin. |
| 90 | +* Enhancement - Documented checks in the plugin. |
| 91 | +* Enhancement - Increased severity for Code obfuscation checks. |
| 92 | +* Enhancement - Diffentiate between no existent readme and default readme file. |
| 93 | +* Enhancement - Encourage developers to use native functions for loading images in templates. |
| 94 | +* Enhancement - Added a check for not allowing include libraries already in WordPress core. |
| 95 | +* Enhancement - Warning for usage of query_posts() in favor of WP_Query. |
| 96 | +* Fix - Fix for the local environment is set up before testing. |
| 97 | +* Fix - Fix addon checks not being executed when running runtime checks. |
| 98 | +* Fix - Allow `default` as a text domain in the text domain check. |
| 99 | +* Fix - Allow GitHub URLs in the Plugin URI field. |
| 100 | +* Fix - Don't flag Apache license. It's allowed in the WordPress.org plugin repository. |
| 101 | +* Fix - Removes the path before the plugin, so it won't affect to badly named files. |
| 102 | + |
71 | 103 | = 1.2.0 =
|
72 | 104 |
|
73 | 105 | * Enhancement - Added a check for badly used names in files.
|
|
0 commit comments