Skip to content

Commit

Permalink
Add some final symbols for 6.7.0 and 6.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 27, 2024
1 parent a72d20b commit 05abaac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 05abaac

Please sign in to comment.