|
2 | 2 |
|
3 | 3 | Contributors: wordpressdotorg
|
4 | 4 | Tested up to: 6.7
|
5 |
| -Stable tag: 1.3.1 |
| 5 | +Stable tag: 1.4.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.4.0 = |
| 72 | + |
| 73 | +* Enhancement - Allow ISC license in the License check. |
| 74 | +* Enhancement - Added check for use of settings with sanitization callback. |
| 75 | +* Enhancement - Added --ignore-codes in CLI to introduce a mechanism to ignore specific error codes. |
| 76 | +* Enhancement - New utils for fetching necessary version info details. |
| 77 | +* Enhancement - Added check for unsupported plugin name in plugin header field. |
| 78 | +* Enhancement - Segregate the severity of i18n checks. Make sure that is giving errors in the right context. |
| 79 | +* Enhancement - Provide more detailed information about checks when the README does not include a tested version or a list of contributors. |
| 80 | +* Enhancement - Added rules from WPCS to prevent issues with content being sent before headers and warn about the use of Call-time pass-by-reference. |
| 81 | +* Enhancement - Give more context in the error of check wrong named files. |
| 82 | +* Enhancement - Simplified PHPUnit setup. Now it does not depend of running inside a WordPress installation. |
| 83 | +* Enhancement - Added new check for restricted contributors. |
| 84 | +* Fix - Delete transients in unit tests to avoid false positives. |
| 85 | +* Fix - Incorrect Tested up to version comparison will make error for two major versions up. |
| 86 | +* Fix - Excluded the use of functions file_get_contents and file_put_contents in the check to prevent false positives. |
| 87 | +* Fix - Duplicated error message in the check for wrong named files. |
| 88 | +* Fix - Use of Json encode wasn't firing the error message. |
| 89 | +* Fix - Change error type of NonEnqueuedImage in ImageFunctions sniff from ERROR to WARNING. |
| 90 | + |
71 | 91 | = 1.3.1 =
|
72 | 92 |
|
73 | 93 | * Enhancement - Add version utilities.
|
|
0 commit comments