Commits
User selector
Commit History
Commits on Oct 17, 2022
Grouped backports to the 5.4 branch.
Show description for 2ab7887committed
Commits on Sep 24, 2021
Build/Test Tools: Fix test forward-compatibility layer.
Show description for a92437ecommitted
Commits on Sep 21, 2021
Build/Test Tools: Introduce the PHPUnit Polyfills package for easier cross branch testing.
Show description for 0880a88committed
Commits on Apr 15, 2021
Grouped merges for 5.4.5.
Show description for 030bf13committed
Commits on Mar 26, 2021
Build/Test Tools: Backport GitHub Action and build improvements to the 5.4 branch.
Show description for 84606b7committed
Commits on Feb 5, 2021
Build/Test Tools: Fix tests after [50189].
Show description for 74adc1bcommitted
Commits on Oct 29, 2020
General: WordPress updates
Show description for f91233ecommitted
Commits on Jul 7, 2020
Tests: Temporarily skip PDF tests if they fail due to ImageMagick permission errors.
Show description for 0de3bb6committed
Commits on Jun 10, 2020
Editor: Ensure latest comments can only be viewed from public posts.
Show description for 9a3ba04committedEmbeds: Ensure that the title attribute is set correctly on embeds.
Show description for 7e4bf4ecommitted
Commits on May 22, 2020
REST API: Ensure proper namespacing when registering routes.
Show description for bdbfcefcommitted
Commits on Apr 29, 2020
Docs: Correct `@since` versions, remove duplicate comment.
Show description for 1684332committedFormatting: Expand sanitize_file_name to have better support for utf8 characters.
Show description for e996da8committedUser: Invalidate user_activation_key on password update.
Show description for fe00856committedCustomize: Add additional filters to Customizer to prevent JSON corruption.
Show description for 1179f08committed
Commits on Apr 9, 2020
REST API: Fix _fields filtering of registered rest fields.
Show description for 6116223committedREST API: Fix revisions controller get_item permission check.
Show description for 88e7874committed
Commits on Mar 3, 2020
Scripts: Use core-js url as polyfill for window.URL.
Show description for ac4de42committed
Commits on Mar 2, 2020
Tests: Add a unit test to ensure the "Supported Versions" section of GitHub Security Policy always includes the latest stable branch.
Show description for 98003a7committed
Commits on Feb 26, 2020
Build/Test Tools: Remove redundant `Tests_Post_Types::register_post_type()` helper method, use `register_post_type()` directly.
Show description for bc5a7e9committed
Commits on Feb 25, 2020
Comments: Restore the fourth parameter of `comments_number()` as `$post_id`, for consistency with `get_comments_number_text()`.
Show description for a6b80a3committedREST API: Correctly infer empty objects passed via query parameters.
Show description for 4e0062ecommittedREST API: Permit access to the themes controller if user can edit any post type.
Show description for b519045committedREST API: Apply all relevant block rendering filters when rendering block previews.
Show description for a0ac0ffcommittedPosts, Post Types: Ensure `delete_posts` is included in default post type capabilities regardless of `map_meta_cap` value.
Show description for 317e1c0committed
Commits on Feb 24, 2020
REST API: Fix namespace shadowing issue in route matching logic.
Show description for 4e18f78committed
Commits on Feb 21, 2020
Build/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
Show description for 8837ebdcommitted
Commits on Feb 20, 2020
REST API: Don't assume all item schemas have properties.
Show description for 8a62f46committedREST API: Fix links format in OPTIONS requests for non-variable routes.
Show description for be371a7committed
Commits on Feb 19, 2020
REST API: Warn if registering array settings without an items schema.
Show description for 727faabcommittedTests: Correct assertions in `test_site_dates_are_gmt()`.
Show description for e4dda92committedPosts, Post Types: Discard `tags_input` parameter in `wp_update_post()` if it's the same as existing post tags.
Show description for 2d73050committedTests: Use delta comparison in `test_site_dates_are_gmt()` to avoid race conditions.
Show description for 8de2257committedTests: Remove an irrelevant `tags_input` property assertion from `test_get_page_template_property()`.
Show description for 2213eb3committed
Commits on Feb 14, 2020
Tests: Rename `$d` variable in some date/time tests to `$format` for clarity.
Show description for d4cc385committed