From 05abaac6bdce14664c99620be18632679a7504c8 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 27 Nov 2024 12:57:17 +0100 Subject: [PATCH] Add some final symbols for 6.7.0 and 6.7.1. --- composer.json | 2 +- readme.md | 2 +- symbols.json | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b26f327..aabb147 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan-deprecation-rules": "1.2.0", "phpunit/phpunit": "^9.0", "roots/wordpress-core-installer": "1.100.0", - "roots/wordpress-full": "6.7-RC1", + "roots/wordpress-full": "^6.7.0", "wp-coding-standards/wpcs": "3.1.0" }, "license": "MIT", diff --git a/readme.md b/readme.md index d9e917d..95ba22d 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ If your code is correctly guarded with a valid `function_exists()` or `method_ex WPCompat is a brand new extension and not yet exhaustive in its checks. Version 1.0 will be released once it's stable. -Version information for functions and methods was last updated for WordPress 6.7 (RC1). +Version information for functions and methods was last updated for WordPress 6.7. ## Requirements diff --git a/symbols.json b/symbols.json index 2f9e01f..3ab9fcf 100644 --- a/symbols.json +++ b/symbols.json @@ -17875,6 +17875,9 @@ "wp_check_browser_version": { "since": "3.2.0" }, + "wp_check_comment_data": { + "since": "6.7.0" + }, "wp_check_comment_data_max_lengths": { "since": "4.7.0" }, @@ -19243,6 +19246,9 @@ "wp_is_file_mod_allowed": { "since": "4.8.0" }, + "wp_is_heic_image_mime_type": { + "since": "6.7.0" + }, "wp_is_home_url_using_https": { "since": "5.7.0" }, @@ -19900,6 +19906,9 @@ "wp_print_admin_notice_templates": { "since": "4.6.0" }, + "wp_print_auto_sizes_contain_css_fix": { + "since": "6.7.1" + }, "wp_print_community_events_markup": { "since": "4.8.0" },