Skip to content

Commit

Permalink
6.7 is stable now.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 25, 2024
1 parent db3594f commit f278d54
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": "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",
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 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

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

1 comment on commit f278d54

@szepeviktor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnbillion This release is like a reboot of the Internet.

Please sign in to comment.