-
Notifications
You must be signed in to change notification settings - Fork 3.2k
bump workflows for 6.9 #10583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aaronjorbin
wants to merge
127
commits into
WordPress:trunk
Choose a base branch
from
aaronjorbin:post-6-9-trunk-tasks
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+13
−5
Open
bump workflows for 6.9 #10583
Changes from all commits
Commits
Show all changes
127 commits
Select commit
Hold shift + click to select a range
88130b9
bump workflows for 6.9
aaronjorbin 154bd43
HTML API: Ensure correct encoding of modified class names.
sirreal c2d591f
General: Leverage `DOMParser` to implement `wp.sanitize.stripTags()`.
westonruter 55134bd
Block Editor: Move Block Patterns API functions to `block-patterns.php`.
westonruter 040e6b6
Database: Further correct MariaDB version check in `wpdb::has_cap()`.
SergeyBiryukov fab4765
Upgrade/Install: Add missing file to the `$_old_files` array.
SergeyBiryukov 9ac5169
Mail: Add missing `embeds` key for the `wp_mail_succeeded` action's `…
westonruter c0f72c2
Plugins: Restore line break between the filter links row and the plug…
westonruter 7cfd404
Docs: Update `@since x.y.z` with actual version number.
westonruter 5a6356e
Site Health: Add common HTTP response headers for page cache detection.
westonruter 6548b07
Docs: Add missing parameter descriptions in `wp-admin/install.php`.
SergeyBiryukov 0af5be7
Script Loader: Re-target release for missing dependency notices from …
westonruter d0a4bf2
Docs: Improve accuracy for types in phpdoc for `WP_Dependencies`, `_W…
westonruter 4804f98
Site Health: Include value of `EMPTY_TRASH_DAYS` constant in debug data.
SergeyBiryukov 4e69f15
Posts, Post Types: Only set default title for custom post types if th…
SergeyBiryukov e7009d6
I18N: add border.radiusSizes key to theme-i18n.json
t-hamano 4b2de7a
Docs: Improve specificity of types in `WP_Script_Modules` and `script…
westonruter 3e55390
Add: Unit test to validate core abilities schemas only include valid …
jorgefilipecosta 7bad2f3
Tests: Use `assertSame()` in some newly introduced tests.
SergeyBiryukov 0dbba7d
Networks and Sites: Ensure the Site Address field renders in correct …
westonruter ffe878b
Tests: Use `assertSame()` in some newly introduced tests.
SergeyBiryukov 7b0a402
I18N: Add missing translation functions for REST API app login.
westonruter 28094f9
Export: Update `export_wp()` to handle `get_comment()` returning `nul…
westonruter e4afce0
Tests: Use `assertSame()` in some newly introduced tests.
SergeyBiryukov f476ebe
I18N: Use `wp_get_list_item_separator()` as list separator for the st…
westonruter 7686e78
Revisions: Prevent fatal error in PHP 8+ when saving a post revision …
westonruter 3f82984
Tests: Use `assertSame()` in some newly introduced tests.
SergeyBiryukov fbcb7ec
Filesystem API: Pass correct `$file` value to `pre_unzip_file` and `u…
SergeyBiryukov ed47b17
Coding Standards: Remove whitespace at end of line.
westonruter fcb6f55
Taxonomy: Avoid type error in `wp_delete_object_term_relationships()`…
westonruter b4b73eb
REST API: Use valid host in unit tests for URL Details endpoint.
westonruter 70fef6d
Heartbeat: Handle race condition in `wp-auth-check` where `heartbeat-…
westonruter 33b0f72
Docs: Update `wp_get_media_creation_timestamp()` DocBlock for consist…
SergeyBiryukov 214ac55
Twenty Nineteen: Align font family of Calendar block in editor with t…
SergeyBiryukov 0c6af78
Customizer: Add admin color scheme class to body element.
t-hamano bb8d4a7
Mail: Update some docblocks relating to inline email attachments.
johnbillion 3f21ada
Docs: Miscellaneous improvements and corrections to inline documentat…
johnbillion ae2d0a8
Script Loader: Check if `$_wp_admin_css_colors` is set in `wp_style_l…
SergeyBiryukov a8f5ae8
Coding Standards: Improve formatting/readability of `if` statement in…
westonruter be5b96d
Abilities API: Enhance WP_Ability validation for execute_callback and…
jorgefilipecosta 2438217
Tests: Use `assertEqualHTML()` in Script Modules HTML tests.
SergeyBiryukov 944178a
Tests: Use `assertEqualHTML()` in styles HTML tests.
SergeyBiryukov b8f0e63
Tests: Update scripts tests to use semantic HTML comparison.
SergeyBiryukov c235aa9
Tests: Correst some test class names per the naming conventions.
SergeyBiryukov 2b6329c
Docs: Correct DocBlock formatting for `png:IHDR.color-type-orig` prop…
SergeyBiryukov 0ad7a18
Script Loader: Fix adding default version to script/style URL when ar…
westonruter 43039c2
Filesystem API: Resolve FIXME comment for `WP_Filesystem_Direct::getc…
westonruter a32b6fd
Widgets: Insert widgets into the selected sidebar correctly in access…
t-hamano 696f25f
Theme_JSON_Resolver: check for WP_Post in query.
oandregal 6269da7
Script Loader: Fix script module `fetchpriority` calculation when dep…
westonruter a3460db
Docs: Improve specificity of PHP types in `functions.wp-scripts.php` …
westonruter cfb4181
Code Modernization: Replace some `isset()` ternary checks with null c…
SergeyBiryukov 6f22680
Code Modernization: Replace `isset()` with null coalescing in `WP_Rol…
SergeyBiryukov aad4772
Export: Fix fatal error when passing `null` to `wxr_cdata()` by casti…
westonruter f34e265
Upgrade/Install: Correct and improve various docblocks relating to up…
johnbillion 700accc
Tests: Rename the `admin/includesUser.php` test file to be more descr…
SergeyBiryukov dbf08ef
Help/About: Simplify help text on Updates screen to account for third…
SergeyBiryukov 2771477
Tests: Update fonts tests to use semantic HTML comparison.
sirreal 4c803dd
Plugins: Update plugin compatibility text to remove obsolete percenta…
SergeyBiryukov 87dbee1
Scripts: Remove default type attribute from tags.
sirreal 87eac6d
Docs: Improve description for `add_settings_section()`.
SergeyBiryukov 6e50328
Tests: Use `assertSame()` in some newly introduced tests.
SergeyBiryukov bd9efed
Scripts: Remove CDATA script wrappers in WP Admin.
sirreal 59c8dcf
Scripts: Remove non-HTML5 script support.
sirreal 31745d4
Script Loader: Warn when a registered style has invalid `path` data a…
westonruter b167a03
Tests: Use `assertSame()` in `wp_count_posts()` tests.
SergeyBiryukov 1231ef9
Use the HTML API to generate style tags.
sirreal af28bcc
Upgrade/Install: Update sodium_compat to v1.24.0.
SergeyBiryukov 8d3a5e1
Tests: Use `assertSame()` in `populate_network()` tests.
SergeyBiryukov c539f43
Happy New Year! 🎄
SergeyBiryukov 3c12b50
Tests: Update regex to match PHP security releases in addition to sta…
westonruter 2c4d5d9
Tests: Reset environment before performing assertions in `populate_ne…
SergeyBiryukov 5a10b30
Code Modernization: Update `tests` to use null coalescing operator in…
westonruter e2e6176
Script Loader: Simplify data structure in `wp_default_packages_vendor…
westonruter 94b1c4e
Script Loader: Add types for arrays in phpdoc.
westonruter 47e26d1
Bundled Themes: Consistently escape `get_search_query()` in `search.p…
SergeyBiryukov 20c32f9
Docs: Correct DocBlock formatting for `rest_pre_serve_request` filter.
SergeyBiryukov 3664c0c
Code Modernization: REST API: Use null coalescing operator in place o…
westonruter 464985f
Code Modernization: Block Supports: Use null coalescing operator inst…
westonruter 1d25d0d
Code Modernization: Editor: Use null coalescing operator instead of `…
westonruter 2541387
Code Modernization: Widgets: Use null coalescing operator instead of …
westonruter 9d4bd7a
Code Modernization: Customize: Use null coalescing operator instead o…
westonruter 2e002ab
Code Modernization: Comments: Use null coalescing operator instead of…
westonruter 8f243bc
Code Modernization: HTTP: Use null coalescing operator instead of `is…
westonruter 7a28690
Code Modernization: Formatting: Use null coalescing operator instead …
westonruter 4dd97be
Block support: Add server-side processing for anchor.
t-hamano 04e98be
Build: Update Gutenberg integration to checkout-and-build approach.
youknowriad 3a99c94
Build/Test Tools: Fix Gutenberg integration script prefixes and theme…
youknowriad 80ae9e6
Scripts: Remove default attributes from tags.
sirreal d3673cd
Twenty Sixteen: Ensure the Quote block inherits group color settings.
SergeyBiryukov 1f52c4a
Code Modernization: Script Loader: Use null coalescing operator inste…
westonruter 712cfb2
Code Modernization: Bootstrap/Load: Use null coalescing operator inst…
westonruter 5355f2f
Code Modernization: Site Health, Permalinks, I18N, Users, Multisite: …
westonruter f9ac80e
Code Modernization: Taxonomy, Posts/Post Types, Options/Meta APIs, Qu…
westonruter 87a503c
Build/Test Tools: Update Gutenberg hash to fix CSS minification.
youknowriad d514410
Docs: Clarify multi-select behavior in `CollectionAdd` and `GalleryAd…
SergeyBiryukov ed4bb4f
Site Health: Check plugin data in `WP_Recovery_Mode_Email_Service::ge…
SergeyBiryukov d9e5046
Docs: Correct the documented value ranges for query parameters relati…
johnbillion 36516bb
Build/Test Tools: Use --fast flag for Gutenberg builds.
youknowriad 002c9fd
Tests: Refactor `is_email()` tests to use a data provider.
SergeyBiryukov 6c92d35
Block Processor: Fix is_block_type() for inner HTML
dmsnell 16d4572
Code Modernization: Media: Use null coalescing operator instead of `i…
westonruter 085b2a4
Code Modernization: Menus, Template, XML-RPC: Use null coalescing ope…
westonruter cf00dfa
Code Modernization: Upgrade/Install: Use null coalescing operator ins…
westonruter 5227bab
Code Modernization: Administration: Use null coalescing operator inst…
westonruter cbbe904
Code Modernization: Use null coalescing operator instead of `isset()`…
westonruter 41a8b4b
Build: Move Gutenberg checkout to a postinstall script.
youknowriad 1c25f38
General: Increase the minimum supported version of PHP to 7.4.
johnbillion a60209a
XML-RPC: Update `addTwoNumbers` demo method to check args prior to ad…
westonruter f4f1540
Build/Test Tools: Improve Xdebug cross-platform compatibility.
westonruter abc035a
Docs: Correct DocBlock formatting for a `wp_update_comment_count_now(…
SergeyBiryukov 6195764
Code Modernization: Use null coalescing operator instead of `isset()`…
westonruter e463338
Code Modernization: Use null coalescing operator in additional `isset…
westonruter fc175b6
Menus: Ensure a `WP_Post` instance gets passed to `get_post_states()`…
westonruter 7882c1e
Widgets: Ensure a widget is registered prior to checking its ID in `i…
westonruter b0b1489
HTML API: Refactor `wp_kses_hair()` for spec-compliance.
dmsnell d980c50
External Libraries: Upgrade PHPMailer to version 7.0.2.
SergeyBiryukov d21be30
Themes: Use `WP_HTML_Tag_Processor` to insert the block template skip…
westonruter a483381
Code Modernization: Replace `if` statements with null coalescing oper…
westonruter b4c5103
Twenty Twenty-One: Only enqueue block editor assets in the admin.
SergeyBiryukov 72f9bde
General: Restore and deprecate `wp_register_development_scripts()`.
youknowriad 203d9b3
Global Styles: Lift classic block restrictions.
youknowriad 7d020b2
Code Modernization: Utilize spaceship operator `<=>` in sort comparis…
westonruter 39c7331
bump workflows for 6.9
aaronjorbin c3bc87a
add docblock
aaronjorbin 59fd686
Merge branch 'trunk' into post-6-9-trunk-tasks
aaronjorbin edaf0bc
remove no logner necessary comment
aaronjorbin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.