From 74ae8713814e5158067742156f04647f27abe931 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 17 Jun 2021 13:33:18 +0200 Subject: [PATCH 1/2] Update changelog.txt --- changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/changelog.txt b/changelog.txt index bb5a4efd..ea3bf7ec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,26 @@ += 20210617.1 = +* Introduced a generic function, run_themechecks_against_theme(), that allows it to be run against a WP_Theme instance, rather than relying upon global state +* Adapted checks for block themes. Create a list of the checks that are skipped for block themes (full site editing themes) +* Fix: Avoid false positives in title checks +* Fix invalid regular expression in the customizer check +* Fix: Avoid false positives when .svn/.git/.hg/.bzr exists within the path to a theme +* Fix: Allow .map files +* Fix Non GPL sites check: Adjust the unsplash text, add vecteezy and update a link for undraw that was not correct +* Fixed a bug where all the theme information was not showing on the plugins admin page +* Added a check for files required by block themes +* Added checks for block patterns and block styles +* Added checks for custom logo, html5, responsive embeds, align-wide, wp-block-styles +* Split the Style_Needed check into two: Screen_Reader_Text_Check and Style_CSS_Header_Check +* Split the Title_Checks into two: Title_Check and Theme_Support_Title_Tag_Check +* Removed warnings about file_get_contents() and encourages it's usage over WP_Filesystem for general IO operations +* New error message for HTTP methods, to use the WordPress HTTP library instead +* Removed dep_recommended.php and moved items into class-deprecated-check.php +* Removed unused code from the file names check +* Codestyle improvements, including new file names for checks +* Reduce the severity level of the following checks: + Admin menu, comments, comment reply, content width, gravatar, pagination, post formats, + script tag, search form, suggested styles, tags + = 20200922.1 = * Reformatting of main.php and checkbase.php * Additions to malware checks in badthings.php From 1cd32daa1365d7fbbc41e9ebe945450d65ad6649 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Mon, 5 Jul 2021 16:44:41 +0200 Subject: [PATCH 2/2] Update changelog.txt Remove the plugin revision number, because it was not used for this version. --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ea3bf7ec..bebc6cc9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -= 20210617.1 = += 20210617 = * Introduced a generic function, run_themechecks_against_theme(), that allows it to be run against a WP_Theme instance, rather than relying upon global state * Adapted checks for block themes. Create a list of the checks that are skipped for block themes (full site editing themes) * Fix: Avoid false positives in title checks