Releases: WordPress/theme-check
Releases · WordPress/theme-check
20231220
20230417
20230412
20220929
20211203
20210921
- Fix:
tc_filename()
to always return theme-relative paths when possible. - Fix: Correct the block theme adaptation check to work in WordPress.org Theme Uploader
- Fix: Update the texts of the script tag check and the WP_Filesystem check.
- Fix: Allow pre, link and code tags when presenting the result.
- Fix: Allow phpcs.xml and development tool configuration files (postcss, stylelint etc).
- Fix: Correct the theme information display on the plugin page.
- Fix: Add template-editing to the list of allowed tags.
- Fix: Solve PHP notice in the i18n check.
- Reduce the severity level of the following checks:
Favicon, wp_title, title tag - Added checks:
Requires PHP versioning, Tested up to versioning, add_role, copyright notice - Removed checks:
content_width, Theme URI and Author URI must not be the same, emoji scripts
20210617
20200611.1
- Added escaping checks
- Added tested up to and Requires PHP checks for the style.css
- Added register_block_type to plugin territory check
- Check for remove_action wp_head
- Changed some checks from errors to warnings
- Updated error messages
- Updated regex for non-printable characters
- Fixed parse errors
- Removed unused functions