Skip to content
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

[pull] trunk from WordPress:trunk #1969

Merged
merged 251 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
251 commits
Select commit Hold shift + click to select a range
556604e
Build/Test Tools: Ignore `src/wp-content/fonts` from version control.
swissspidy Feb 16, 2024
928f724
Editor: Merge `uses_context` defined by block bindings sources with b…
gziolo Feb 16, 2024
1d924ae
Twenty Twenty-Four: Increase the color contrast of the Ember style va…
SergeyBiryukov Feb 16, 2024
490f99a
REST API: Clarify documentation for methods and filters relating to R…
johnbillion Feb 16, 2024
9485fde
Docs: Various improvements and corrections to inline documentation.
johnbillion Feb 16, 2024
96de28c
Canonical: Limit post types searched by `redirect_guess_404_permalink…
peterwilsoncc Feb 16, 2024
d0cb4ca
Interactivity API: Use string instead of object in `data-wp-interacti…
swissspidy Feb 17, 2024
c6e41c4
General: Further improve language in SimplePie code comments.
swissspidy Feb 17, 2024
81e3bcf
General: Consistently cast return value to `int` in functions that us…
swissspidy Feb 17, 2024
55a14ea
Interactivity API: Skip instead of bail out if HTML contains `SVG` or…
swissspidy Feb 17, 2024
8fc144a
Tests: Use `assertSame()` in `get_comment_pages_count()` tests.
SergeyBiryukov Feb 17, 2024
a1d6aa3
Canonical: Rename `admin_canonical_url` filter to `wp_admin_canonical…
swissspidy Feb 18, 2024
ba644b9
Editor: Prevent PHP warning when parsing duotone hue values.
swissspidy Feb 18, 2024
a9ba7fd
Tests: Use `assertSame()` in `WP_Query` tests involving `::$max_num_…
SergeyBiryukov Feb 18, 2024
de1ed9c
Script Loader: Switch to JavaScript translations.
peterwilsoncc Feb 18, 2024
8ee7651
Build/Test Tools: Update third-party GitHub Actions.
swissspidy Feb 19, 2024
b05838f
Tests: Use `assertSame()` in `WP_REST_Navigation_Fallback_Controller`…
SergeyBiryukov Feb 19, 2024
d7672c4
Editor: Format and sanitize font family names according the CSS spec.
youknowriad Feb 20, 2024
9173f8b
Plugin Dependencies: Remove auto-deactivation and bootstrapping logic.
costdev Feb 20, 2024
51f0dd6
REST API: Pass correct context to embedded items.
swissspidy Feb 20, 2024
1280d7a
Block Hooks: Introduce a new `hooked_block` filter.
swissspidy Feb 20, 2024
977653e
Script Loader: Add hooks for script modules and interactivity API onl…
swissspidy Feb 20, 2024
18b21c3
Tests: Synchronize Theme.JSON unit test between Core and Gutenberg.
youknowriad Feb 20, 2024
c84cddb
Editor: Update Packages with the latest bug fixes for 6.5 beta 2.
youknowriad Feb 20, 2024
5f37cb1
Editor: Fix instance element styles for links applying to buttons.
youknowriad Feb 20, 2024
fb8745d
Build/Test Tools: Fix docblocks in a couple of test files to use two …
swissspidy Feb 20, 2024
fb27575
Block Hooks: Fix actual/expected order in test assertions.
ockham Feb 20, 2024
8043609
Build/Test Tools: Bump the Node.js version for Codespaces.
desrosj Feb 20, 2024
3a206f7
Block Hooks: Allow hooked_block filters to return null.
ockham Feb 20, 2024
2fd9591
Editor: Update Packages with the latest bug fixes for 6.5 beta 2 (Rou…
youknowriad Feb 20, 2024
27d51ac
WordPress 6.5 Beta 2.
audrasjb Feb 20, 2024
c58cb01
Post WordPress 6.5 Beta 2 version bump.
audrasjb Feb 20, 2024
bd78247
Tests: Use `assertSame()` in `wp_read_image_metadata()` tests.
SergeyBiryukov Feb 20, 2024
75eb1a8
Tests: Mock API response in Plugin Dependencies tests.
costdev Feb 21, 2024
4ba0963
Editor: Allow symlinks in directories provided to `get_block_asset_ur…
audrasjb Feb 21, 2024
299e2ad
Block Hooks: Make test a bit easier to read.
ockham Feb 21, 2024
a578de5
Editor: Add fallback for block version when registering block script …
gziolo Feb 21, 2024
d916f05
Docs: Correct the URLs that document the available images for MySQL a…
johnbillion Feb 21, 2024
05456bf
Plugins: Output plugin card elements in the order they're displayed.
costdev Feb 21, 2024
3a196ba
Tests: Use `assertSame()` in `wp_insert_post()` tests.
SergeyBiryukov Feb 21, 2024
6c2ed03
Export: Include featured image for posts or pages.
hellofromtonya Feb 21, 2024
668cbbf
Script Loader: Fix small typo in `wp_remove_surrounding_empty_script_…
swissspidy Feb 21, 2024
a2e34fe
Editor: Load pattern content only when used.
joemcgill Feb 21, 2024
cd57def
Tests: Query mariadb.org instead of mariadb.com in README test.
costdev Feb 21, 2024
618e422
Themes: Use original template paths when switching blogs.
joemcgill Feb 21, 2024
8ced706
Editor: Ensure font collection metadata can be properly localized.
swissspidy Feb 21, 2024
c2cca0d
Media: Ensure `wp_mine_type_icon()` returns expected file type.
joedolson Feb 21, 2024
a138b23
Media: Prevent Media Library sidebar from showing with no actions.
joedolson Feb 21, 2024
214b196
Build/Test Tools: Revert r57684.
hellofromtonya Feb 21, 2024
84ce628
Twenty Twenty-Three: Update XX-large font-sizes for accessibility.
joedolson Feb 21, 2024
bf2d401
Media: Fix broken media modal following [57688]
joedolson Feb 21, 2024
2f4cc96
Docs: Use more inclusive term in `rest_filter_response_fields` docblock.
swissspidy Feb 22, 2024
34fb700
Docs: Improve docblock for `$x_redirect_by` param in `wp_redirect()`.
swissspidy Feb 22, 2024
9433cc0
Coding Standards: Correct alignment in `wp_get_attachment_image_src()`.
SergeyBiryukov Feb 22, 2024
4a3240e
Shortcodes: Fix small typo in inline documentation.
swissspidy Feb 22, 2024
9bcc4eb
Upgrade/Install: Fix upgrade count decrement on Updates page.
swissspidy Feb 22, 2024
ec459dc
Upgrade/Install: Improve plugin install button appearance.
swissspidy Feb 22, 2024
8448d06
General: Handle missing field in WP_List_Util::pluck().
hellofromtonya Feb 22, 2024
367157b
Script Loader: Inject wp_remove_surrounding_empty_script_tags functio…
kadamwhite Feb 23, 2024
f720cdc
Editor: Add id to the supported Image's binding attributes
gziolo Feb 23, 2024
6ffe615
Docs: Add a `@since` note for `$preferred_ext` parameter in `wp_mime_…
SergeyBiryukov Feb 23, 2024
38ee6fc
Build/Test Tools: Update JSHint config to remove deprecated options.
swissspidy Feb 23, 2024
5328b94
Editor: Improve PHPUnit tests for block pattern registration.
joemcgill Feb 23, 2024
aea8a21
I18N: Do not set translation controller locale in bootstrap.
swissspidy Feb 24, 2024
7ee50fe
Tests: Use `assertSame()` in `comment_exists()` tests.
SergeyBiryukov Feb 24, 2024
78b37f3
Tests: Use `assertSame()` in `new_admin_email_subject` filter test.
SergeyBiryukov Feb 25, 2024
2ba8f94
Upgrade/Install: Normalize major versions in `is_wp_version_compatibl…
peterwilsoncc Feb 25, 2024
eb33c60
Toolbar: Accessibility: Keyboard navigation for screen readers.
joedolson Feb 26, 2024
716cf66
Code Standards: Fix alignment in tests.
joedolson Feb 26, 2024
55290ed
Tests: Update incorrect assertion message added in [57366].
swissspidy Feb 26, 2024
d1e7c85
Login and Registration: Slash email address when updating an existing…
swissspidy Feb 26, 2024
a975632
Twenty Nineteen: Further adjust CSS selectors used to change the prim…
SergeyBiryukov Feb 26, 2024
d0aa2fe
Site icon: Polish up Site Icon on the general settings screen.
aaronjorbin Feb 26, 2024
3e91cf9
Upgrade/Install: Improve localized strings related to plugin/theme in…
swissspidy Feb 26, 2024
ec37b57
Help/About: Update the About page for 6.5.
ryelle Feb 26, 2024
1d05ea9
Editor: Check for null values in Theme JSON to cater for blockGap.
youknowriad Feb 27, 2024
aa0f7e1
Editor: add `shadow.defaultPresets` to appearance tools opt-ins.
swissspidy Feb 27, 2024
0f086ae
Build/Test Tools: Add PHPUnit test for the `_mce_set_direction` funct…
swissspidy Feb 27, 2024
938dd07
Docs: Improve wording and add missing full stops in a few docblocks.
swissspidy Feb 27, 2024
eb7a0a4
Font face resolver: print font faces from font families defined in al…
youknowriad Feb 27, 2024
1bb5c2c
Editor: Update Packages with the latest bug fixes for 6.5 beta 3
youknowriad Feb 27, 2024
227543d
WordPress 6.5 Beta 3.
swissspidy Feb 27, 2024
96cab8a
Post WordPress 6.5 Beta 3 version bump.
swissspidy Feb 27, 2024
07a68a6
Build/Test Tools: Add unit tests for `absint()`.
swissspidy Feb 27, 2024
6e0ca03
Build/Test Tools: Add unit tests for `wp_parse_slug_list()`.
swissspidy Feb 27, 2024
1728799
Build/Test Tools: Add unit tests for `sanitize_hex_color()`.
swissspidy Feb 27, 2024
9c9708d
Build/Test Tools: Add unit tests for `sanitize_hex_color_no_hash()`.
Feb 27, 2024
a5f635e
Build/Test Tools: Add unit tests for `maybe_hash_hex_color()`.
Feb 27, 2024
e80e07f
Build/Test Tools: Add unit tests for `_delete_option_fresh_site()`.
swissspidy Feb 27, 2024
3eafb91
Site Icon/Customizer: Update strings in customizer to align with `opt…
aaronjorbin Feb 27, 2024
2b85d22
Docs: Improve docblock for `WP_Block_Patterns_Registry::register`.
joemcgill Feb 27, 2024
1de7ddb
General: Revert r57698 for WP_List_Util::pluck().
hellofromtonya Feb 27, 2024
b75d47c
Tests: Correct capitalization and fix typos in some test class names.
SergeyBiryukov Feb 27, 2024
a2ef6fa
I18N: Improve docs for pomo library classes.
swissspidy Feb 28, 2024
a69052a
Tests: Address capitalization and docblock inconsistencies in some te…
swissspidy Feb 28, 2024
0366ad8
Plugin Dependencies: Don't assume API response has a `slug` property.
costdev Feb 28, 2024
9da33ad
Tests: Expand `wp_parse_id_list()` unit tests.
SergeyBiryukov Feb 28, 2024
faf0ed0
HTML API: Remove superfluous type-coercing empty() check.
dmsnell Feb 28, 2024
a7943a9
Bundled Theme: Fix focus outline in Twenty Twenty-Four in the editor.
youknowriad Feb 29, 2024
9c415ed
Editor: Prevent infinite loops when filtering the font library folder.
youknowriad Feb 29, 2024
f9ab386
Privacy: Update default privacy page content to use latest block markup.
swissspidy Feb 29, 2024
a92b25a
Interactivity API: Rename `data_wp_context()` to `wp_interactivity_da…
swissspidy Feb 29, 2024
56f1a37
Interactivity API: Revert [57742] pending a Gutenberg package update.
swissspidy Feb 29, 2024
0fb376b
Tests: Use `assertSame()` in post meta revisioning tests.
SergeyBiryukov Feb 29, 2024
186eeaf
Quick/Bulk Edit: Ensure the “All” checkbox is properly toggled in cer…
swissspidy Feb 29, 2024
bb7de8b
Customize: Accessibility: Label menu subitems when updating menus.
joedolson Mar 1, 2024
63a670d
Docs: Correct the placement of `@global` tags in `wp-includes/admin-b…
SergeyBiryukov Mar 1, 2024
3d8f3aa
Docs: Document some globals in `wp-settings.php`.
SergeyBiryukov Mar 2, 2024
0efafc1
Build/Test Tools: Use a consistent parameter name between `rand_str()…
SergeyBiryukov Mar 2, 2024
919b833
Query: Remove leading whitespace from certain database queries.
swissspidy Mar 2, 2024
d1fafd8
Editor: Simplify sanitization code path in `WP_Theme_JSON` after [57496]
swissspidy Mar 2, 2024
c828ba1
Docs: Document the `$xmlrpc_logging` global in `logIO()`.
SergeyBiryukov Mar 2, 2024
5bf25d8
Build/Test Tools: Add initial tests for the `WP_Filesystem_Direct` cl…
swissspidy Mar 2, 2024
04afd90
Editor: do not expose protected post meta fields in block bindings.
swissspidy Mar 2, 2024
ee5142e
Media: Accessibility: Copy attachment properties on site icon crop.
joedolson Mar 2, 2024
238383d
Docs: Document some globals in `wp-admin/setup-config.php`.
SergeyBiryukov Mar 3, 2024
79f570a
Build/Test Tools: Update 3rd-party GitHub Actions.
desrosj Mar 4, 2024
81a4c4c
Build/Test Tools: Fix the `precommit:emoji` script.
desrosj Mar 4, 2024
a5541c0
Docs: Document the `$post` global in comment feed templates.
SergeyBiryukov Mar 4, 2024
798264f
Editor: Update Packages with the latest bug fixes for 6.5 RC 1
youknowriad Mar 4, 2024
0f45a3c
Docs: Update `WP_Query::tax_query` docblock to reflect that the prope…
audrasjb Mar 4, 2024
d61c508
Interactivity API: Rename `data_wp_context()` to `wp_interactivity_da…
swissspidy Mar 4, 2024
787601d
I18N: Cast magic MO marker number to integer.
swissspidy Mar 4, 2024
80adc0b
Media: Use consistent spacing for the media toolbar in both grid and …
antpb Mar 4, 2024
44c41a5
Toolbar: Polish design and code combining duplicate profile links.
joedolson Mar 4, 2024
115b297
UI-Copy: Use capital cased singular for Site Icon.
aaronjorbin Mar 5, 2024
70f3746
Help/About: Add images to the About page.
ryelle Mar 5, 2024
4d562a1
HTML API: Ensure that breadcrumbs are properly retained after seeking.
dmsnell Mar 5, 2024
a2c196c
Plugins: Improve plugin dependency admin notices.
desrosj Mar 5, 2024
17f692b
Plugins: Improve plugin dependency related error messages.
desrosj Mar 5, 2024
7002bce
Coding standards: Apply some changes after `composer format`.
desrosj Mar 5, 2024
eab2cb9
Docs: Document the usage of `$_paused_plugins` and `$_paused_themes` …
SergeyBiryukov Mar 5, 2024
56297f5
Coding Standards: Remove some extra trailing spaces.
SergeyBiryukov Mar 5, 2024
8dbf39e
Docs: Add missing `@global` mention in `wp_interactivity()`.
audrasjb Mar 5, 2024
19c57a2
Partially revert [57774].
audrasjb Mar 5, 2024
6818eb5
Plugins: Fix an overlap issue with plugin cards dependencies notice.
audrasjb Mar 5, 2024
b6bc25b
WordPress 6.5 RC1.
audrasjb Mar 5, 2024
dadca45
Post WordPress 6.5 RC1 version bump.
audrasjb Mar 5, 2024
1a9c58f
Trunk is now 6.6 alpha.
dream-encode Mar 5, 2024
a227c14
Build/Test Tools: Add build process test workflow to old branches tes…
desrosj Mar 6, 2024
37f53c0
Build/Test Tools: Bump version of `trunk` in the `package-lock.json` …
desrosj Mar 6, 2024
f3e19bf
Docs: Add a description for the `$wp_embed` global.
SergeyBiryukov Mar 6, 2024
a7a891a
Upload: Add links back to installer pages.
desrosj Mar 7, 2024
ce88530
Docs: Add a description for the `$table_prefix` global.
SergeyBiryukov Mar 7, 2024
da1e423
Build/Test Tools: Fix typo in `variation-new-font-family.json` fixtur…
swissspidy Mar 7, 2024
a38f5a1
Script loader: enable fetchpriority attribute in the `wp_preload_reso…
adamsilverstein Mar 7, 2024
9a616a5
Block Hooks: Use new Templates Controller filter instead of action.
ockham Mar 7, 2024
ac2ba69
Plugins: Remove extra space in a translatable string.
SergeyBiryukov Mar 8, 2024
968780b
Toolbar: Fix dropdown admin menu styles on front-end.
audrasjb Mar 8, 2024
14d55b8
Docs: Update various HelpHub links to avoid unnecessary redirections.
Mar 8, 2024
f0e61db
Coding Standards: Fix a WPCS indentation issue found in `wp-admin/opt…
audrasjb Mar 8, 2024
0acfd3a
Build/Test Tools: Do not run Props Bot for certain actions from forks.
desrosj Mar 9, 2024
db9058c
Upload: Move an assignment in `wp-admin/upload.php` into a conditiona…
SergeyBiryukov Mar 9, 2024
45ec568
Docs: Update the link to the WordPress Feeds article on Reading Setti…
SergeyBiryukov Mar 10, 2024
4c52fe7
Docs: Update the link to the “Editing wp-config.php” article in `wp-l…
SergeyBiryukov Mar 11, 2024
d09c0f5
Block Hooks: Remove filter global reset from test teardown.
ockham Mar 11, 2024
68fa550
Docs: Update various HelpHub links located in bundled themes to avoid…
audrasjb Mar 11, 2024
e5a7795
Docs: Update various HelpHub links to avoid unnecessary redirections.
audrasjb Mar 11, 2024
e3a5206
REST API: Remove unnecessary upload overrides in font face controller.
peterwilsoncc Mar 11, 2024
dabde02
HTML API: Defer applying attribute updates until necessary.
dmsnell Mar 11, 2024
2452282
HTML API: Trigger active format reconstruction when reaching text nodes.
dmsnell Mar 12, 2024
3c2a87e
HTML API: Add tests ensuring text nodes reconstruct active formatting…
dmsnell Mar 12, 2024
697bd4e
Help/About: Update the About page for WP 6.5 RC2.
audrasjb Mar 12, 2024
6b5ac38
Coding Standards: Use strict comparison in `WP_Image_Editor_GD::_save…
SergeyBiryukov Mar 12, 2024
d780917
Editor: Update Packages with the latest bug fixes for 6.5 RC 2
youknowriad Mar 12, 2024
234ec16
Help/About: Update the About page for WP 6.5 RC2.
swissspidy Mar 12, 2024
b1b97f9
Interactivity API: Ensure proper directive processing on special elem…
dmsnell Mar 12, 2024
4793768
Interactivity API: Do not process directives when there aren’t any.
swissspidy Mar 13, 2024
0d456e2
Interactivity API: Increase hook priority for processing directives.
swissspidy Mar 13, 2024
a6783cf
Editor: disable `shadow.defaultPresets` in default `theme.json`.
swissspidy Mar 13, 2024
0c24793
Coding Standards: Update the config for `WordPress.PHP.NoSilencedErro…
SergeyBiryukov Mar 13, 2024
8fafc3a
I18N: Improve translation file cache group & expiration.
swissspidy Mar 14, 2024
14c94f8
Interactivity API: Do not propagate context from void tags to its sib…
swissspidy Mar 14, 2024
a590468
Coding Standards: Use strict comparison in `wp-admin/options-general.…
SergeyBiryukov Mar 14, 2024
ad9d7ea
Interactivity API: Prevent warning when using a bind directive with a…
swissspidy Mar 14, 2024
6770127
Tests: Fix invalid @covers annotations for Interactivity API
gziolo Mar 15, 2024
b4dea6b
REST API: Prevent error when passing invalid `type` parameter to sear…
swissspidy Mar 15, 2024
2915f33
Script Loader: Add new `script_module_loader_src` filter for the scri…
swissspidy Mar 15, 2024
04993f1
Interactivity API: Do not print state if it’s an empty array.
swissspidy Mar 15, 2024
ded1d86
Twenty Twenty: Use the `$theme_version` variable for font stylesheet.
SergeyBiryukov Mar 15, 2024
26da754
Media: Fall back to available icons if SVG media icons not found.
joedolson Mar 15, 2024
47d2675
Coding Standards: Use strict comparison in `wp-includes/class-wp-them…
SergeyBiryukov Mar 16, 2024
17415a7
Coding Standards: Use strict comparison in `wp-includes/class-wp-walk…
SergeyBiryukov Mar 17, 2024
3d3d510
Build/Test Tools: Make `WP_Filesystem_Direct` tests more robust.
swissspidy Mar 18, 2024
6a0e4aa
Coding Standards: Use strict comparison in `wp-includes/class-walker-…
SergeyBiryukov Mar 18, 2024
fb4a538
Editor: Update Packages with the latest bug fixes for 6.5 RC 3
youknowriad Mar 19, 2024
62c8077
Posts, Post Types: Introduce `delete_post_{$post->post_type}` and `de…
swissspidy Mar 19, 2024
7e1b5ba
Docs: Update various HelpHub links to avoid unnecessary redirections.
audrasjb Mar 19, 2024
4ab2e59
Coding Standards: Rename the `$postid` parameter to `$post_id` in `wp…
SergeyBiryukov Mar 19, 2024
6398a74
Coding Standards: Rename the remaining `$postid` instances in `wp_del…
SergeyBiryukov Mar 19, 2024
4f9b520
Coding Standards: Use strict comparison in `wp-includes/bookmark-temp…
SergeyBiryukov Mar 20, 2024
ae75103
Coding Standards: Rename the `$postid` parameter to `$post_id` in `ha…
swissspidy Mar 20, 2024
8d0aed4
Tests: Remove unnecessary use of `utf8_encode()` in KSES tests.
SergeyBiryukov Mar 21, 2024
46abc71
I18n: Ensure "Patterns" menu item is translatable.
audrasjb Mar 22, 2024
84c21ab
Editor: Check if `mb_strtolower` exists before using it in the font l…
swissspidy Mar 22, 2024
30420b6
Coding Standards: Use strict comparison in `wp-includes/link-template…
SergeyBiryukov Mar 22, 2024
ca8d78e
Editor: Prevent font folder naive filtering causing infinite loops.
peterwilsoncc Mar 22, 2024
0e100d0
Help/About: Update the About page for 6.5.
swissspidy Mar 23, 2024
f6cad36
Editor: Update the Google Fonts font collection URL to the latest ver…
swissspidy Mar 23, 2024
f870189
Coding Standards: Use strict comparison in `wp-includes/bookmark.php`.
SergeyBiryukov Mar 23, 2024
f9b59e9
Coding Standards: Use strict comparison in `wp-includes/ms-blogs.php`.
SergeyBiryukov Mar 24, 2024
e73db80
External Libraries: Update the Requests library to version 2.0.11.
swissspidy Mar 25, 2024
4366183
Coding Standards: Use strict comparison in `wp-includes/ms-load.php`.
SergeyBiryukov Mar 25, 2024
f8e1870
Editor: Relocate font files uploads to the uploads directory.
peterwilsoncc Mar 26, 2024
3858ba2
Media: Fix CSS issue preventing inserting images on smaller viewports.
swissspidy Mar 26, 2024
f25ca58
Coding Standards: Use strict comparison in `wp-includes/pluggable.php`.
SergeyBiryukov Mar 26, 2024
5dff254
Coding Standards: Use strict comparison in `wp-includes/pomo/plural-f…
SergeyBiryukov Mar 27, 2024
9bf0695
Editor: disable `shadow.defaultPresets` for classic themes.
swissspidy Mar 27, 2024
1c430ac
Bundled Themes: Bump default theme versions for release with 6.5.
desrosj Mar 27, 2024
8122587
I18n: Add context to the "Patterns" translatable string for the relat…
audrasjb Mar 27, 2024
18c6a30
Editor: Merge Editor bug fixes ahead of 6.5 RC4.
desrosj Mar 28, 2024
86d4273
Tests: Use an existing user fixture in the test for logging in with a…
SergeyBiryukov Mar 28, 2024
5080f40
Twenty Twenty: Fixes The design of the ordered and unordered lists wi…
karmatosed Mar 28, 2024
6d86c3a
Twenty Eleven: Fixes adding citation text color issue in pullquote bl…
karmatosed Mar 28, 2024
7a59fe8
Twenty Twelve: Fixes table block font size not changing.
karmatosed Mar 28, 2024
f1c098e
Networks and Sites: Remove unused `$wpdb` global in `update_blog_deta…
SergeyBiryukov Mar 29, 2024
ecf20e8
Coding Standards: Use strict comparison in `wp-includes/class-wp-imag…
SergeyBiryukov Mar 30, 2024
e6da884
Coding Standards: Revert [57899] pending test failure investigation.
SergeyBiryukov Mar 30, 2024
d512792
Docs: Fix a few typos in `wp-admin/includes/class-pclzip.php`.
SergeyBiryukov Mar 31, 2024
b094b53
Docs: Improve the docblock for `_wp_filter_font_directory()`. Remove …
azaozz Apr 1, 2024
7d7b92a
Tests: Update expectations in `wp_remote_head()` and `wp_remote_get()…
SergeyBiryukov Apr 1, 2024
1cc5883
Tests: Revert the image size change in `wp_remote_head()` and `wp_rem…
SergeyBiryukov Apr 1, 2024
b6b1ca8
Upgrade/Install: Update the `$_old_files` array for 6.5.
dream-encode Apr 1, 2024
a50bc01
General: Fix various typo issues found in `deprecated.php` and Font L…
audrasjb Apr 1, 2024
5b45d45
Docs: Various typo corrections in `wp-includes/formatting.php`.
audrasjb Apr 1, 2024
6bb8581
Help/About: Remove unused CSS previously intended for the Freedoms sc…
SergeyBiryukov Apr 2, 2024
1909e23
Build/Test Tools: Include 6.4 and 6.5 in upgrade testing.
desrosj Apr 2, 2024
8c91078
Docs: Update `@since` version for `wp_zip_file_is_valid()`.
SergeyBiryukov Apr 2, 2024
6fda95a
Coding Standards: Use strict comparison in `wp-includes/class-wp-imag…
SergeyBiryukov Apr 3, 2024
f158f6d
Build/Test Tools: Migrate to Docker Compose V2.
swissspidy Apr 3, 2024
aa04408
Block Hooks: Pass correct context to filters.
ockham Apr 3, 2024
7d606a3
Options, Meta APIs: Use more sensible default for autoloading options…
felixarntz Apr 3, 2024
06bbc9a
Docs: Fix typo in `wp_mediaelement_fallback` filter description.
SergeyBiryukov Apr 4, 2024
89bd74f
I18N: Always search for script translations in `wp-content/languages/…
swissspidy Apr 4, 2024
554f5b5
Permalinks: Detect FrankenPHP web server support.
swissspidy Apr 4, 2024
90ea883
Build/Test Tools: Update a few image URLs in HTTP and image cropping …
swissspidy Apr 4, 2024
c67ceb0
I18N: Bail early if an invalid text domain is passed to `load_textdom…
swissspidy Apr 4, 2024
fa16bb3
Database: Remove back-compat for database servers that don't support …
johnbillion Apr 4, 2024
ea7888f
Themes: Avoid errors in some environments from `_get_block_templates_…
joemcgill Apr 4, 2024
13fd2f8
Tests: Use an image on WordPress.org CDN in external HTTP tests.
SergeyBiryukov Apr 5, 2024
242f50f
Twenty Twenty-Four: Fixes typo in testimonial pattern.
karmatosed Apr 5, 2024
50b31d9
Media: Use flex-start for full browser support.
aaronjorbin Apr 5, 2024
f216440
Coding Standards: Use strict comparison in `wp-includes/class-wp-imag…
SergeyBiryukov Apr 6, 2024
3d2063c
HTTP API: Add support for a description for HTTP status code 425 (Too…
SergeyBiryukov Apr 7, 2024
9b70a33
Docs: Correct `@since` version for status code 425 in `get_status_hea…
SergeyBiryukov Apr 7, 2024
18db904
Script Loader: Improve asset concatenation Etags.
peterwilsoncc Apr 7, 2024
f18c917
Honor template_hierarchy filters when creating a template in the Site…
jorgefilipecosta Apr 8, 2024
6ef8cf9
Twenty Twenty-Four: Remove pattern from home template to improve perf…
SergeyBiryukov Apr 8, 2024
1393dc2
Coding Standards: Fix missing strict in_array on block-template-utils…
jorgefilipecosta Apr 8, 2024
bf19f16
Editor: skip outputting base layout rules if content and wide size va…
tellthemachines Apr 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"username": "wordpress"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
"version": "20"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/git:1": {}
Expand Down
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ LOCAL_DB_TYPE=mysql
#
# Defaults to 8.0 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
#
# When using `mysql`, see https://hub.docker.com/r/amd64/mysql for valid versions.
# When using `mariadb`, see https://hub.docker.com/r/amd64/mariadb for valid versions.
# When using `mysql`, see https://hub.docker.com/_/mysql for valid versions.
# When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
##
LOCAL_DB_VERSION=8.0

Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/callable-test-core-build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
check-latest: true
Expand All @@ -62,6 +62,11 @@ jobs:
- name: Install npm Dependencies
run: npm ci

- name: Run Emoji precommit task
run: npm run grunt precommit:emoji
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build WordPress to run from ${{ inputs.directory }}
run: npm run build${{ inputs.directory == 'src' && ':dev' || '' }}

Expand All @@ -79,7 +84,7 @@ jobs:
run: git diff --exit-code

- name: Upload ZIP as a GitHub Actions artifact
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: ${{ inputs.directory == 'build' && 'ubuntu-latest' == inputs.os }}
with:
name: wordpress-build-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up PHP
uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
with:
php-version: 'latest'
coverage: none
Expand All @@ -88,7 +88,7 @@ jobs:
run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT

- name: Cache PHPCS scan cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with:
path: |
.cache/phpcs-src.json
Expand All @@ -98,7 +98,7 @@ jobs:
# Since Composer dependencies are installed using `composer update` and no lock file is in version control,
# passing a custom cache suffix ensures that the cache is flushed at least once per week.
- name: Install Composer dependencies
uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
with:
custom-cache-suffix: ${{ steps.get-date.outputs.date }}

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -108,12 +108,11 @@ jobs:
- name: Docker debug information
run: |
docker -v
docker-compose -v
docker-compose run --rm mysql mysql --version
docker-compose run --rm php php --version
docker-compose run --rm php php -m
docker-compose run --rm php php -i
docker-compose run --rm php locale -a
docker compose run --rm mysql mysql --version
docker compose run --rm php php --version
docker compose run --rm php php -m
docker compose run --rm php php -i
docker compose run --rm php locale -a

- name: Install WordPress
env:
Expand All @@ -127,7 +126,7 @@ jobs:
run: npm run test:e2e

- name: Archive debug artifacts (screenshots, HTML snapshots)
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: always()
with:
name: failures-artifacts${{ matrix.LOCAL_SCRIPT_DEBUG && '-SCRIPT_DEBUG' || '' }}-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

steps:
- name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
with:
php-version: '${{ matrix.php }}'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -142,12 +142,11 @@ jobs:
- name: Docker debug information
run: |
docker -v
docker-compose -v
docker-compose run --rm mysql mysql --version
docker-compose run --rm php php --version
docker-compose run --rm php php -m
docker-compose run --rm php php -i
docker-compose run --rm php locale -a
docker compose run --rm mysql mysql --version
docker compose run --rm php php --version
docker compose run --rm php php -m
docker compose run --rm php php -i
docker compose run --rm php locale -a

- name: Install WordPress
run: npm run env:install
Expand Down Expand Up @@ -192,7 +191,7 @@ jobs:
git reset --hard $TARGET_SHA

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -220,7 +219,7 @@ jobs:
run: git reset --hard $GITHUB_SHA

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up PHP
uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
with:
php-version: '7.4'
coverage: none
Expand All @@ -87,15 +87,15 @@ jobs:
run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT

- name: Cache PHP compatibility scan cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with:
path: .cache/phpcompat.json
key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcompat-cache-${{ hashFiles('**/composer.json', 'phpcompat.xml.dist') }}

# Since Composer dependencies are installed using `composer update` and no lock file is in version control,
# passing a custom cache suffix ensures that the cache is flushed at least once per week.
- name: Install Composer dependencies
uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
with:
custom-cache-suffix: ${{ steps.get-date.outputs.date }}

Expand Down
19 changes: 9 additions & 10 deletions .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand All @@ -103,15 +103,15 @@ jobs:
# dependency versions are installed and cached.
##
- name: Set up PHP
uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
with:
php-version: '${{ inputs.php }}'
coverage: none

# Since Composer dependencies are installed using `composer update` and no lock file is in version control,
# passing a custom cache suffix ensures that the cache is flushed at least once per week.
- name: Install Composer dependencies
uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
with:
custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")

Expand All @@ -130,7 +130,6 @@ jobs:
- name: Docker debug information
run: |
docker -v
docker-compose -v

- name: Start Docker environment
run: |
Expand All @@ -141,11 +140,11 @@ jobs:

- name: WordPress Docker container debug information
run: |
docker-compose run --rm mysql ${{ env.LOCAL_DB_TYPE }} --version
docker-compose run --rm php php --version
docker-compose run --rm php php -m
docker-compose run --rm php php -i
docker-compose run --rm php locale -a
docker compose run --rm mysql ${{ env.LOCAL_DB_TYPE }} --version
docker compose run --rm php php --version
docker compose run --rm php php -m
docker compose run --rm php php -i
docker compose run --rm php locale -a

- name: Install WordPress
run: npm run env:install
Expand Down Expand Up @@ -184,4 +183,4 @@ jobs:
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }}
env:
WPT_REPORT_API_KEY: "${{ secrets.WPT_REPORT_API_KEY }}"
run: docker-compose run --rm -e WPT_REPORT_API_KEY -e WPT_PREPARE_DIR=/var/www -e WPT_TEST_DIR=/var/www php php test-runner/report.php
run: docker compose run --rm -e WPT_REPORT_API_KEY -e WPT_PREPARE_DIR=/var/www -e WPT_TEST_DIR=/var/www php php test-runner/report.php
4 changes: 2 additions & 2 deletions .github/workflows/props-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
# The job will run when pull requests are open, ready for review and:
#
# - A comment is added to the pull request.
# - A review is created or commented on.
# - A review is created or commented on (unless PR originates from a fork).
# - The pull request is opened, synchronized, marked ready for review, or reopened.
# - The `props-bot` label is added to the pull request.
if: |
(
github.event_name == 'issue_comment' && github.event.issue.pull_request ||
contains( fromJSON( '["pull_request_review", "pull_request_review_comment"]' ), github.event_name ) ||
( contains( fromJSON( '["pull_request_review", "pull_request_review_comment"]' ), github.event_name ) && ! github.event.pull_request.head.repo.fork ) ||
github.event_name == 'pull_request_target' && github.event.action != 'labeled' ||
'props-bot' == github.event.label.name
) &&
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-zip-default-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Upload theme ZIP as an artifact
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
if-no-files-found: error
name: ${{ matrix.theme }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
echo ${{ github.event.number }} > ./pr-number/NR

- name: Upload PR number as artifact
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: pr-number
path: pr-number/
Expand Down
21 changes: 10 additions & 11 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand All @@ -94,15 +94,15 @@ jobs:
# dependency versions are installed and cached.
##
- name: Set up PHP
uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
with:
php-version: '7.4'
coverage: none

# Since Composer dependencies are installed using `composer update` and no lock file is in version control,
# passing a custom cache suffix ensures that the cache is flushed at least once per week.
- name: Install Composer dependencies
uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
with:
custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")

Expand All @@ -123,7 +123,6 @@ jobs:
- name: Docker debug information
run: |
docker -v
docker-compose -v

- name: Start Docker environment
run: |
Expand All @@ -134,11 +133,11 @@ jobs:

- name: WordPress Docker container debug information
run: |
docker-compose run --rm mysql mysql --version
docker-compose run --rm php php --version
docker-compose run --rm php php -m
docker-compose run --rm php php -i
docker-compose run --rm php locale -a
docker compose run --rm mysql mysql --version
docker compose run --rm php php --version
docker compose run --rm php php -m
docker compose run --rm php php -i
docker compose run --rm php locale -a

- name: Install WordPress
run: npm run env:install
Expand All @@ -152,7 +151,7 @@ jobs:

- name: Upload single site report to Codecov
if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }}
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: wp-code-coverage-single-${{ github.sha }}${{ 'clover' == matrix.format && '.xml' || '' }}
Expand All @@ -176,7 +175,7 @@ jobs:

- name: Upload multisite report to Codecov
if: ${{ matrix.multisite && github.event_name != 'pull_request' }}
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: wp-code-coverage-multisite-${{ github.sha }}${{ 'clover' == matrix.format && '.xml' || '' }}
Expand Down
Loading
Loading