Commits
User selector
Commit History
Commits on Oct 17, 2022
Grouped backports to the 5.5 branch.
Show description for d75cbbbcommitted
Commits on Sep 24, 2021
Build/Test Tools: Fix test forward-compatibility layer.
Show description for 542cc07committed
Commits on Sep 21, 2021
Build/Test Tools: Introduce the PHPUnit Polyfills package for easier cross branch testing.
Show description for b10af88committed
Commits on Apr 15, 2021
Grouped merges for 5.5.4.
Show description for 992ddcbcommitted
Commits on Mar 26, 2021
Build/Test Tools: Backport GitHub Action and build improvements to the 5.5 branch.
Show description for 0c331f2committed
Commits on Feb 5, 2021
Build/Test Tools: Fix tests after [50188].
Show description for 9c60139committed
Commits on Jan 30, 2021
Tests: Set up the plugin download in multisite plugin tests to come locally.
Show description for 7af037bcommittedTests: Disable update checks while running REST API plugin installation tests.
Show description for fc73f5dcommitted
Commits on Oct 29, 2020
Meta: Sanitize meta key before checking protection status.
Show description for 9ece9cfcommittedEmbeds: Disable embeds on deactivated Multisite sites.
Show description for e2142c2committedExternal Libraries: Disable deserialization in Requests_Utility_FilteredIterator
Show description for f854286committed
Commits on Oct 27, 2020
Posts, Post Types: Check if taxonomy is set for the `tax_input` parameter of `wp_insert_post()`.
Show description for 7ba72fecommitted
Commits on Oct 22, 2020
Community Events: Display dates and times in the user's time zone.
Show description for c8683c8committedXML-RPC: Fix length validation of anonymous commenter's email address.
Show description for 81b8d74committed
Commits on Aug 31, 2020
Tests: Move the tests for `get_the_modified_time()` to a more appropriate place.
Show description for ffb0bf9committedDate/Time: Make sure `get_the_date()` and related functions return correct time if the format was specified as `false`.
Show description for 01c8960committedTests: Bring some consistency to Date/Time tests:
Show description for 0318febcommittedTests: Reset the `$wp_sitemap` global after each test, so that sitemaps are re-initialized when the next test runs.
Show description for 28022ebcommitted
Commits on Aug 27, 2020
Tests: Update `wp_add_inline_script()` unit tests to account for the `jquery` handle being an alias for `jquery-core` again.
Show description for b16bfc4committedREST API: Fix multi-type schemas with integer fields.
Show description for 61b9a7fcommittedTaxonomy: Make sure `wp_terms_checklist()` and `Walker_Category_Checklist::start_el()` properly handle an array of strings as `selected_cats` or `popular_cats` values.
Show description for d67396ccommittedTests: Update one more test to account for lazy-loading being disabled for custom logos by default.
Show description for 1699ff7committedTests: Update unit tests to account for lazy-loading being disabled for custom logos by default.
Show description for 8cab089committedSitemaps: Prevent incorrect redirection of paged sitemap requests.
Show description for 6862626committed
Commits on Aug 18, 2020
Formatting: Make the check for empty text in `wp_trim_excerpt()` more resilient.
Show description for ba58ceecommitted
Commits on Aug 17, 2020
REST API: Add uniqueItems as a permitted endpoint argument JSON Schema keyword.
Show description for 3212a7dcommitted
Commits on Aug 7, 2020
Themes: Add unlink-homepage-logo to the create_initial_theme_features() registration for the custom-logo theme feature.
Show description for 89c0054committedComments: Update comment cache in the upgrade routine for changing the `comment_type` DB field value in comments table.
Show description for ed42560committed
Commits on Jul 28, 2020
Taxonomy: Rename the `default_taxonomy_$taxonomy` option key to `default_term_$taxonomy`.
Show description for cded42acommittedTaxonomy: Ensure the `child_of` argument of `get_terms()` works as expected with `'fields' => 'id=>name'` or `'id=>slug'`.
Show description for 6e66f08committedREST API: Remove assets field from block directory controller.
Show description for b29101acommitted
Commits on Jul 27, 2020
Mail: PHPMailer swap to use is_email for the default validator.
Show description for 8c9b33ccommittedREST API: Fix warning when using `set_param()` on a JSON request with no body.
Show description for 5149a7ecommittedTests: Add more fixtures to `get_lastpostdate()` and `get_lastpostmodified()` tests.
Show description for fc62131committedPosts, Post Types: Pass the post type to `get_lastpostdate()` in `get_lastpostmodified()`.
Show description for 581deffcommitted