|
2 | 2 |
|
3 | 3 | Contributors: wordpressdotorg
|
4 | 4 | Tested up to: 6.8
|
5 |
| -Stable tag: 1.5.0 |
| 5 | +Stable tag: 1.6.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,26 @@ 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.6.0 = |
| 72 | + |
| 73 | +* Enhancement - Support strict output format for CLI commands. |
| 74 | +* Enhancement - Improve check for donate link in readme. |
| 75 | +* Enhancement - Improve info check in Version utils. |
| 76 | +* Enhancement - Improve URL validation for plugin header fields. |
| 77 | +* Enhancement - Improve ruleset files. |
| 78 | +* Enhancement - Increased severity for invalid plugin uri domain and plugin description checks in plugin header. |
| 79 | +* Enhancement - Remove CallTimePassByReference as it's deprecated rule. |
| 80 | +* Enhancement - Disallow special characters in textdomain. |
| 81 | +* Enhancement - Imported readme parser for preventing conflicts with wordpress.org. Use dotorg readme parser if available. |
| 82 | +* Enhancement - Discourage the use of `load_plugin_textdomain` found in plugins as it's not necessary in wordpress.org. |
| 83 | +* Enhancement - Upgrade severity for missing readme headers. |
| 84 | +* Enhancement - Show tested up to minor check only when it is current major version. |
| 85 | +* Enhancement - Added link in plugins page to run the plugin check. |
| 86 | +* Fix - Dynamic WP Content folder. |
| 87 | +* Fix - Fix test for special chars in file names giving problems to users after clone. |
| 88 | +* Fix - Remove Image_Functions_Check as they were making false positives. |
| 89 | +* Fix - Prevent WordPress version 10+ from being flagged as an error in the "Tested up to" check. |
| 90 | + |
71 | 91 | = 1.5.0 =
|
72 | 92 |
|
73 | 93 | * Enhancement - Improve url validation to check duplicate protocol.
|
|
0 commit comments