45182 Commits

Author SHA1 Message Date
Aaron Jorbin
4c803fbdc6 Grouped Backports to the 5.9 branch
- Install: When populating options, maybe_serialize instead of always serialize.
- Uploads: Check for and verify ZIP archives.

Merges [57388] and [57389] to the 5.9 branch.

Props costdev, peterwilsoncc, azaozz, tykoted, johnbillion, desrosj, afragen, jorbin, xknown.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@57396 602fd350-edb4-49c9-b593-d223f7449a82
2024-01-30 14:43:15 +00:00
Jonathan Desrosiers
2fac376ece Build/Test Tools: Change the default value of LOCAL_PHP.
This changes the default value for `LOCAL_PHP` in the 5.9 branch from `latest` to `8.1-fpm` to reflect the highest version of PHP this branch will support (with beta support).

After this change, future updates to the `latest` container built and published by the `wpdev-docker-images` repository will not cause failures in this branch.

This also pins the version of PHP used in the E2E test workflow to PHP 8.0 to avoid deprecated notices related to #54914, which was not fixed until version 6.1.

Follow up to [57198], [57199], [57200].

See #60095.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@57201 602fd350-edb4-49c9-b593-d223f7449a82
2023-12-18 19:52:39 +00:00
Jb Audras
eab56ab608 WordPress 5.9.8.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@56891 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-12 15:35:27 +00:00
Joe McGill
b1a15b76ae Grouped backports to the 5.9 branch.
- REST API: Limit `search_columns` for users without `list_users`.
- Comments: Prevent users who can not see a post from seeing comments on it.
- Application Passwords: Prevent the use of some pseudo protocols in application passwords.
- Restrict media shortcode ajax to certain type
- REST API: Ensure no-cache headers are sent when methods are overriden.
- Prevent unintended behavior when certain objects are unserialized.

Merges [56833], [56834], [56835], [56836], [56837], and [56838] to the 5.9 branch.
Props xknown, jorbin, Vortfu, joehoyle, timothyblynjacobs, peterwilsoncc, ehtis, tykoted, martinkrcho, paulkevan, dd32, antpb, rmccue.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@56875 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-12 15:03:26 +00:00
Jonathan Desrosiers
e5dd3fa50c WordPress 5.9.7.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@55836 602fd350-edb4-49c9-b593-d223f7449a82
2023-05-20 04:12:29 +00:00
Jonathan Desrosiers
73de8ad1ab Editor: Restore shortcode support for block templates.
Follow up to [55761].

Props youknowriad, Clorith, desrosj, antpb, Otto42, johnbillion, jorbin, rmccue, timothyblynjacobs, mikeschroder, peterwilsoncc, audrasjb, matveb, noisysocks, xknown, ehtis, isabel_brison, talldanwp, gziolo, chriscct7, davidbaumwald.
Merges [55828] to the 5.9 branch.
See #58333.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@55832 602fd350-edb4-49c9-b593-d223f7449a82
2023-05-20 04:03:23 +00:00
Jb Audras
65eaadf2bb Grouped backports to the 5.9 branch.
- Media: Prevent CSRF setting attachment thumbnails.
- Embeds: Add protocol validation for WordPress Embed code.
- I18N: Introduce sanitization function for locale.
- Editor: Ensure block comments are of a valid form.
- Editor: Remove shortcode support from block templates.

Merges [55760-55764] to the 5.9 branch.
Props dd32, isabel_brison, martinkrcho, matveb, ocean90, paulkevan, peterwilsoncc, timothyblynjacobs, xknown, youknowriad.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@55774 602fd350-edb4-49c9-b593-d223f7449a82
2023-05-16 15:21:39 +00:00
Jonathan Desrosiers
1374e4bba8 General: Update SVN mergeinfo.
Missed in [55516].


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@55536 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-10 16:37:08 +00:00
Jonathan Desrosiers
2b10ea01c6 Build/Test Tools: Backport updates to GitHub Actions.
This backports several changesets to GitHub Actions workflows. These changesets:

- address the deprecated notices related to save-output and set-output to ensure the workflows continue to run after these are removed.
- adds support for automatically retrying a failed workflow once.
- removes workflow files that are not applicable to the branch.

Merges [53736], [53737], [53940], [53947], [54039], [54108], [54293], [54313], [54342], [54343], [54373], [54511], [54649], [54650], [54651], [54674], [54750], [54852], [55152], [55487] to the 5.9 branch.
See #55652, #56407, #54695, #56820, #56816, #56793, #56820, #57572.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@55516 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-10 15:52:41 +00:00
Sergey Biryukov
5c9b321e41 Tests: Adjust the expected mime type for WOFF fonts on PHP 8.1.12+.
As of PHP 8.1.12, which includes libmagic/file update to version 5.42, the expected mime type for WOFF files has changed to `font/woff`, so the type needs to be adjusted accordingly in `wp_check_filetype_and_ext()` tests.

References:
* [https://github.com/php/php-src/issues/8805 php-src: #8805: finfo returns wrong mime type for woff/woff2 files]
* [https://www.php.net/ChangeLog-8.php#8.1.12 PHP 8.1.12 changelog]

Follow-up to [40124], [54508], [54509], [54724].

Props desrosj, jrf, costdev, SergeyBiryukov.
Merges [55462] to the 5.9 branch.
Fixes #56817.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@55498 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-09 14:04:51 +00:00
Peter Wilson
88b0e2fe7f I18N: Add new strings to about.php for use with end-of-life updates.
This changeset adds two additional translation strings in the changelog file, for use when releasing the final version of WordPress on a particular branch.

Props peterwilsoncc, audrasjb, mukesh27.
Merges [55350] to the 5.9 branch.
Fixes #57216.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@55373 602fd350-edb4-49c9-b593-d223f7449a82
2023-02-21 02:39:11 +00:00
Peter Wilson
c0100797c9 Built/Test tools, HTTP API: Refactor test for multiple location headers.
Remove wordpress.org as an external dependency testing `WP_HTTP::handle_redirects()`.

This refactors and reenables an existing test to call the `WP_HTTP::handle_redirects()` method directly with a mocked array of HTTP headers containing multiple location headers.

The test is moved from the external-http group to the http test group as it no longer makes an HTTP request.

Follow up to [54955].

Props SergeyBiryukov, dd32, peterwilsoncc.
Merges [54968] to the 5.9 branch.
Fixes #57306.
See #56793.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54976 602fd350-edb4-49c9-b593-d223f7449a82
2022-12-15 04:22:11 +00:00
Peter Wilson
94d0172959 Media: Add object-fit to the allowed list of CSS properties.
This resolves a bug in Featured Image blocks where `object-fit` was being removed during the `render_callback`.

Props raduiason, pbiron, kebbet, SergeyBiryukov, bernhard-reiter, ironprogrammer, xknown, audrasjb, ckanderson22, ivanjeronimo, seriouslysenpai, davidbaumwald.
Merges [54675] to the 5.9 branch.
Fixes #56855.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54764 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-08 04:35:26 +00:00
Aaron Jorbin
007118d6ad Revert accidental 5.9 branch commits [54655] and [54656]
Unprops audrasjb.
See #56867, #56792, #56862, #56792.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54657 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-20 18:18:19 +00:00
Jb Audras
20012ba453 Docs: Add missing default parameter value in trackback_response() docblock.
Props rakibwordpress, audrasjb, SergeyBiryukov.
Fixes #56867.
See #56792.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54656 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-20 16:40:07 +00:00
Jb Audras
652f89001b Docs: Add missing default parameter value in themes_api() docblock.
Props rezakhan995, costdev.
Fixes #56862.
See #56792.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54655 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-20 16:36:19 +00:00
Jb Audras
6a86cc34d9 WordPress 5.9.5.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54580 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 19:43:02 +00:00
Jonathan Desrosiers
67cf588d27 Editor: Bump @wordpress packages for 5.9.5.
Package updates for bug fixes:

* @wordpress/block-directory: 3.0.30
* @wordpress/block-library: 6.0.29
* @wordpress/customize-widgets: 2.0.30
* @wordpress/edit-post: 5.0.30
* @wordpress/edit-site: 3.0.30
* @wordpress/edit-widgets: 3.1.25
* @wordpress/widgets: 2.0.25

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54564 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 18:08:24 +00:00
Jonathan Desrosiers
5a1c18ba97 Partial revert of [54545].
Removes unrelated `package.json` changes.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54549 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 17:46:39 +00:00
Jb Audras
6d9162d4ca Grouped backports to the 5.9 branch.
- Editor: Bump @wordpress packages for the 5.9 branch,
- Media: Refactor search by filename within the admin,
- REST API: Lockdown post parameter of the terms endpoint,
- Customize: Escape blogname option in underscores templates,
- Query: Validate relation in `WP_Date_Query`,
- Users: Revert use of shared objects for current user,
- Posts, Post types: Apply KSES to post-by-email content,
- General: Validate host on "Are you sure?" screen,
- Posts, Post types: Remove emails from post-by-email logs,
- Pings/trackbacks: Apply KSES to all trackbacks,
- Mail: Reset PHPMailer properties between use,
- Comments: Apply kses when editing comments,
- Widgets: Escape RSS error messages for display.

Merges [54521-54530] to the 5.9 branch.
Props audrasjb, costdev, cu121, dd32, davidbaumwald, ehtis, johnbillion, johnjamesjacoby, martinkrcho, matveb, oztaser, paulkevan, peterwilsoncc, ravipatel, SergeyBiryukov, talldanwp, timothyblynjacobs, tykoted, voldemortensen, vortfu, xknown.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54545 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 17:39:34 +00:00
Peter Wilson
7c29fcf107 Tests: Replace the timezone used in date/time tests.
The `Europe/Kiev` timezone has been deprecated in PHP 8.2 and replaced with `Europe/Kyiv`.

The tests updated in this commit are testing the WordPress date/time functionality. They are **not** testing whether WP or PHP can handle deprecated timezone names correctly.

To ensure the tests follow the original purpose, the use of `Europe/Kiev` within these tests is now replaced with the `Europe/Helsinki` timezone, which is within the same timezone as `Europe/Kyiv`. This should ensure that these tests run without issue and test what they are supposed to be testing on every supported PHP version (unless at some point in the future `Europe/Helsinki` would be renamed, but that's a bridge to cross if and when).

Note: Separate tests should/will be added to ensure that relevant date/time related functions handle a deprecated timezone correctly, but that is not something ''these'' tests are supposed to be testing.

Follow-up to [45853], [45856], [45876], [45882], [45887], [45908], [45914], [46577], [46154], [46580], [46864], [46974], [54207].

Props jrf, costdev, SergeyBiryukov.
Merges [54217] to the 5.9 branch.
See #56468.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54513 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-14 06:49:30 +00:00
Peter Wilson
560efbf407 Security: Introduce strings to indicate support status.
Add strings for use in future maintenance/security releases to indicate the security support status of the version of WordPress.

Two strings are introduced:

* indicating the version of WordPress is not receiving security updates, and,
* indicating the version of WordPress will shortly stop receiving security updates.

This change does not make use of the strings, the purpose is to make them available to translators prior to dropping support of selected versions of WordPress.

Props costdev, chesio, robinwpdeveloper, desrosj, rudlinkon, mukesh27, sumitbagthariya16.
Merges [54322] to the 5.9 branch.
See #56532.



git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54431 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-10 04:45:54 +00:00
Jonathan Desrosiers
63d0b8eb87 WordPress 5.9.4.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53988 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 17:23:22 +00:00
Sergey Biryukov
969da707a3 Grouped backports to the 5.9 branch.
- Posts, Post Types: Escape output within `the_meta()`.
- General: Ensure bookmark query limits are numeric.
- Plugins: Escape output in error messages.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53964 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 15:22:21 +00:00
Sergey Biryukov
6bcc6441a3 Block Patterns: Update the value used for keywords.
Patterns on the [https://wordpress.org/patterns/ Pattern Directory] can have keywords for better discoverability while searching. The way these are stored [69548ff1f0 was changed from a taxonomy to meta value], but the `/wp/v2/pattern-directory/patterns` endpoint was still pulling from that old value.

The correct property to use for this field is `meta.wpop_keywords`, which returns a single string with comma-separated keywords.

Follow-up to [51021].

Props ryelle, TimothyBlynJacobs.
Merges [53665] to the 5.9 branch.
See #56126.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53674 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-06 16:18:24 +00:00
Jonathan Desrosiers
3345113336 Build/Test Tools: Update 3rd party GitHub Actions.
This updates the following GitHub Actions to the latest versions:

- `actions/checkout`
- `actions/cache`
- `actions/github-script`
- `actions/setup-node`
- `codecov/codecov-action`
- `ramsey/composer-install`
- `shivammathur/setup-php`
- `slackapi/slack-github-action`

Various inline documentation updates are also included.

Merges [53112], [53581], [53582], and [53592] to the 5.9 branch.
See #55652.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53596 602fd350-edb4-49c9-b593-d223f7449a82
2022-06-30 16:25:47 +00:00
Sergey Biryukov
e1b417f5dc Build/Test Tools: Pass GitHub Actions environment variables to the Docker container.
This ensures that `WP_UnitTestCase::skipOnAutomatedBranches()` has access to the `GITHUB_REF` and `GITHUB_EVENT_NAME` variables, so that some tests can be skipped when appropriate.

Additionally, account for renaming the `master` branch to `trunk` in November 2021.

Follow-up to [40241], [46999], [49264], [49267], [51868].

Merges [53349] to the 5.9 branch.
Fixes #55668.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53351 602fd350-edb4-49c9-b593-d223f7449a82
2022-05-04 11:43:28 +00:00
Sergey Biryukov
ea2e02a11c Security: Add 5.9 to the list of versions receiving security updates.
Merges a part of [52448] to the 5.9 branch.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53348 602fd350-edb4-49c9-b593-d223f7449a82
2022-05-03 21:41:40 +00:00
Sergey Biryukov
0ea7a38664 Post WordPress 5.9.3 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53081 602fd350-edb4-49c9-b593-d223f7449a82
2022-04-05 20:02:14 +00:00
Jb Audras
8008f01e3f WordPress 5.9.3.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53079 602fd350-edb4-49c9-b593-d223f7449a82
2022-04-05 19:06:33 +00:00
Jb Audras
7812f57f37 Help/About: Update the About page with the correct number of bugfixes for WP 5.9.3.
See #55473.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53078 602fd350-edb4-49c9-b593-d223f7449a82
2022-04-05 14:43:01 +00:00
Jb Audras
5c3ae7edfd Help/About: Update the About page for WordPress 5.9.3.
Props audrasjb, SergeyBiryukov.
Fixes #55473.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53073 602fd350-edb4-49c9-b593-d223f7449a82
2022-04-05 10:32:20 +00:00
Jb Audras
e0b75a46c4 Post WordPress 5.9.3 RC1 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53032 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-30 21:41:31 +00:00
Jb Audras
8b3d9f31dc WordPress 5.9.3 RC1.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53031 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-30 21:20:55 +00:00
Jb Audras
beb96fe351 Update WordPress packages for 5.9.3.
Updated packages:

- @wordpress/block-directory@3.0.29
- @wordpress/block-library@6.0.28
- @wordpress/customize-widgets@2.0.29
- @wordpress/edit-post@5.0.29
- @wordpress/edit-site@3.0.29
- @wordpress/edit-widgets@3.1.24

Props mamaduka, jorgefilipecosta.
Fixes #55474.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53030 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-30 11:28:30 +00:00
Jb Audras
1a569f3e87 Customizer: When a block theme is active, add an information about Site Editor in the Customizer.
This change adds an information notice to the customizer when a block theme is active and the customizer is also available (for example when a plugin activates it), to encourage people to use the Site Editor for the best full site customization experience.

Props ironprogrammer, antonvlasenko, Clorith, audrasjb, psmits1567, tobifjellner, costdev, webcommsat, joedolson, pbiron.
Merges [53024] and [53025] to the 5.9 branch.
Fixes #54939.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53026 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 20:16:36 +00:00
Jb Audras
7a6a2ec3bb Filesystem API: Include the ssh-ed25519 public key signature algorithm as an alternative to ssh-rsa.
The `ssh-rsa` signature algorithm is disabled by default as of OpenSSH 8.8, which breaks SSH2 uploads in WordPress on modern systems. `ssh-ed25519` is one of the suggested alternatives, supported since OpenSSH 6.5.

References:

- OpenSSH 8.2 release notes
- OpenSSH 8.7 release notes
- OpenSSH 8.8 release notes

Follow-up to [8865].

Props richybkreckel, dd32, SergeyBiryukov.
Merges [52807] to the 5.9 branch.
Fixes #52409.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53022 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 16:28:45 +00:00
Jb Audras
aae08058cf Administration: Do not specify menu order for the Widgets menu when the active theme is a block theme.
When using a block theme that declares Widgets support, it's better to not specify a menu order for the Widgets menu to avoid conflicts between menu items order.

Props Rufus87, ironprogrammer, audrasjb, hellofromTonya, davidbaumwald.
Merges [53020] to the 5.9 branch.
Fixes #54916.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53021 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 16:22:29 +00:00
Jb Audras
8cbd8c0c7b Editor: Fix broken asset URLs when using WP outside of the regular directory
Both CSS and JS URLs were totally broken for some of the newer blocks (e.g. the navigation block in the 2022 theme) when WP core is outside of the current directory using a different prefix.

Props gziolo, SergeyBiryukov, pgpagely, Mamaduka.
Merges [52939] to the 5.9 branch.
Fixes #55311.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53019 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 15:41:42 +00:00
Jb Audras
99e04b155c Editor: Change location of block support styles in wp_head.
Backports changes from https://github.com/WordPress/gutenberg/pull/39164.

Props ndiego, alexstine, cbravobernal, mamaduka.
Merges [53015] to the 5.9 branch.
See #55474.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53017 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 13:47:15 +00:00
Jb Audras
f4837d7b62 Editor: Use wp_unique_id() instead of uniqid() to generate CSS class names.
Backports changes from https://github.com/WordPress/gutenberg/pull/38891.
See https://github.com/WordPress/gutenberg/issues/38889.

Props westonruter, mamaduka.
Merges [53012] to the 5.9 branch.
See #55474.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53013 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 13:07:07 +00:00
Jb Audras
930b56bd36 Themes: Avoid undefined variable warning on get_svg_filters().
This change fixes an undefined variable warning thrown when `duotone` color setting was set to null in Block Themes `theme.json` file.

Follow-up to [52768].

Props aliakseyenkaihar, audrasjb, rafiahmedd.
Merges [52791] to the 5.9 branch.
Fixes #55241.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53009 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 09:10:55 +00:00
Jb Audras
5963fa5694 Themes: Hide block themes live preview link following installation.
Prevent the Customizer/Live Preview button from showing for installed block themes when on the theme installation page.

Props antonvlasenko, costdev, ironprogrammer.
Merges [52819] to the 5.9 branch.
Fixes #54878.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53008 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-29 08:53:31 +00:00
Jb Audras
e258cac7bc Media: Make get_post_galleries() only return galleries.
This change makes sure only gallery content is returned by `get_post_galleries()`. It fixes an issue where non gallery block content was also returned by the function.

Props BinaryMoon, costdev, glendaviesnz.
Merges [52797] to the 5.9 branch.
Fixes #55203.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53006 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-28 20:51:00 +00:00
Jb Audras
1f2b9ce4f9 Editor: Optimize preload paths for post and site editors.
This patch optimizes preload paths in post and site editors so that they match the real requests:

- Remove the `/` preload as the payload is very big and the response is not needed on any critical path.
- Modify the preloaded path for `/wp/v2/taxonomies` so that it corresponds to what `loadTaxonomyEntities` requests. After Gutenberg PR 37685 was merged to core, these preloads need to be modified to use `context=view` instead of `context=edit`.
- Modify the `/wp/v2/users/me` path so that it matches the real request (no query params).
- Add a preload of `/wp/v2/settings` because it is requested on critical path (editor boot). Site editor already preloads this, the changeset is only adding it to the post editor.

This is related to Gutenberg PR 39256 which introduces compatibility code to modify the preload paths with a filter, when the Gutenberg plugin is active.
See https://github.com/WordPress/gutenberg/pull/39256.

Props jsnajdr, noisysocks.
Merges [52995] to the 5.9 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53005 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-28 20:29:09 +00:00
Sergey Biryukov
0b800e21c3 Post WordPress 5.9.2 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@52920 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-11 02:31:20 +00:00
Jorge Costa
27d3af825b Block Editor: Improve Global Styles filtering order.
From the conceptual point it makes sense to execute global styles filters before post filters. So the post filters are always the last.

Props xknown, sergey, audrasjb, vortfu, oandregal, get_dave.
Merges [52895] to the 5.9 branch.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@52896 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-10 23:36:14 +00:00
Jorge Costa
c78c876173 Update WordPress packages.
Updates the WordPress packages to their most recent patch versions.

Props xknown, sergey, audrasjb.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@52894 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-10 23:01:12 +00:00
Jb Audras
1b34d90183 WordPress 5.9.2.
git-svn-id: https://develop.svn.wordpress.org/branches/5.9@52874 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-10 22:00:39 +00:00
Jb Audras
0709236f2b External Librairies: Update jQuery.query to version 2.2.3.
This updates the "jquery-query" library from version 2.1.7 to 2.2.3.

Props jorbin, peterwilsoncc, xknown, audrasjb, jorgefilipecosta.
Merges [52844] to the 5.9 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/5.9@52845 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-10 19:18:24 +00:00