From f278d54131af7716033d8c3297b5f4343d83df25 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 25 Nov 2024 15:44:28 +0100 Subject: [PATCH] 6.7 is stable now. --- 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 fb5c302..d0ce296 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan-deprecation-rules": "2.0.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 f2ba3de..0281340 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 relatively new extension and may not yet be exhaustive in its checks. -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" },