From 53de9f8c426c9d2a22358d5db62789f7cd3b1867 Mon Sep 17 00:00:00 2001 From: davidperezgar Date: Thu, 28 Nov 2024 19:30:12 +0100 Subject: [PATCH] updated readme --- readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.txt b/readme.txt index 8df7641c..7de8d503 100644 --- a/readme.txt +++ b/readme.txt @@ -70,6 +70,13 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl = 1.3.0 = +* Enhancement - Added new checks for Plugin Header fields: missing plugin description, missing plugin version and invalid plugin version. +* Enhancement - New check for validation of donate link in the readme file. +* Enhancement - Increased severity for wrong Plugin Requires. +* Enhancement - Added check Restrict parse_str() without second argument. +* Enhancement - New check for Disallow usage of HEREDOC and NOWDOC. +* Enhancement - Added acronyms allowed in Trademark checks. +* Enhancement - Added option in CLI to add low severity errors and warnings. * Enhancement - Change error type for License check error codes. * Enhancement - Always use prefixed tables during runtime check requests. * Enhancement - Created a new class for checking licenses. @@ -85,6 +92,7 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl * Enhancement - Encourage developers to use native functions for loading images in templates. * Enhancement - Added a check for not allowing include libraries already in WordPress core. * Enhancement - Warning for usage of query_posts() in favor of WP_Query. +* Fix - Fix for the local environment is set up before testing. * Fix - Fix addon checks not being executed when running runtime checks. * Fix - Allow `default` as a text domain in the text domain check. * Fix - Allow GitHub URLs in the Plugin URI field.