{"id":4189,"date":"2024-12-01T21:03:44","date_gmt":"2024-12-01T20:03:44","guid":{"rendered":"https:\/\/davidperezgar.com\/en\/?p=4189"},"modified":"2024-12-01T21:10:46","modified_gmt":"2024-12-01T20:10:46","slug":"new-version-of-plugin-check-plugin-1-3-0","status":"publish","type":"post","link":"https:\/\/davidperezgar.com\/en\/blog\/web-development\/new-version-of-plugin-check-plugin-1-3-0\/","title":{"rendered":"New version of Plugin Check Plugin 1.3.0"},"content":{"rendered":"\n
A new version of Plugin Check Plugin<\/a> has been released. <\/p>\n\n\n\n Version 1.3.0 brings enhancements, including new checks for plugin headers, readme file validation, and stricter code quality measures such as restricting parse_str and disallowing HEREDOC and NOWDOC. It adds support for the MPL-2.0 license, improves handling of localhost URLs, and encourages best practices like using native functions for images and avoiding query_posts(). The update also refines license checks, allows custom paths for checks, and includes CLI improvements for low-severity errors and runtime setup. Additionally, various fixes address validation issues, runtime check execution, and file path handling, ensuring better compatibility and adherence to WordPress standards.<\/p>\n\n\n\n In detail, you can see all changes below.<\/p>\n\n\n\n This release focuses on enhancing code quality, improving validation, and providing better developer tools and documentation.<\/p>\n\n\n\n More info in Plugin Check Plugin WordPress Page<\/a> and GitHub Page release<\/a>.<\/p>\n\n\n\n <\/p>\n","protected":false},"excerpt":{"rendered":" A new version of Plugin Check Plugin has been released. Version 1.3.0 brings enhancements, including new checks for plugin headers, readme file validation, and stricter code quality measures such as restricting parse_str and disallowing HEREDOC and NOWDOC. It adds support for the MPL-2.0 license, improves handling of localhost URLs, and encourages best practices like using […]<\/p>\n","protected":false},"author":1,"featured_media":4194,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"New version of WordPress Plugin Check Plugin version 1.3.0","_seopress_titles_desc":"","_seopress_robots_index":"","inline_featured_image":false,"footnotes":""},"categories":[168],"tags":[],"class_list":["post-4189","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web-development"],"_links":{"self":[{"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/posts\/4189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/comments?post=4189"}],"version-history":[{"count":0,"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/posts\/4189\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/media\/4194"}],"wp:attachment":[{"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/media?parent=4189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/categories?post=4189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/davidperezgar.com\/en\/wp-json\/wp\/v2\/tags?post=4189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}Enhancements<\/strong><\/h4>\n\n\n\n
\n
\n
\n
\n
parse_str()<\/code> usage without a second argument.<\/li>\n\n\n\n
HEREDOC<\/code> and
NOWDOC<\/code>.<\/li>\n\n\n\n
query_posts()<\/code> in favor of
WP_Query<\/code>.<\/li>\n\n\n\n
\n
\n
\n
\n
\n
Plugin Requires<\/code> values.<\/li>\n\n\n\n
\n
Fixes<\/strong><\/h4>\n\n\n\n
\n
\n
\n
default<\/code> as a text domain in text domain checks.<\/li>\n\n\n\n
\n