8 Commits

Author SHA1 Message Date
Sergey Biryukov
7a84b80054 WordPress 4.7.25.
git-svn-id: https://develop.svn.wordpress.org/branches/4.7@54592 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 19:50:59 +00:00
Jonathan Desrosiers
6c7764b636 WordPress 4.7.24.
git-svn-id: https://develop.svn.wordpress.org/branches/4.7@54000 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 17:27:32 +00:00
David Baumwald
df4ee7c6b1 WordPress 4.7.23.
git-svn-id: https://develop.svn.wordpress.org/branches/4.7@52884 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-10 22:10:40 +00:00
Jonathan Desrosiers
e1e878dfed WordPress 4.7.22.
git-svn-id: https://develop.svn.wordpress.org/branches/4.7@52498 602fd350-edb4-49c9-b593-d223f7449a82
2022-01-06 18:45:56 +00:00
Peter Wilson
31e43299fd WordPress 4.7.21.
git-svn-id: https://develop.svn.wordpress.org/branches/4.7@50879 602fd350-edb4-49c9-b593-d223f7449a82
2021-05-12 23:18:29 +00:00
Peter Wilson
0bc801b6a4 Version bump for 4.7.20.
git-svn-id: https://develop.svn.wordpress.org/branches/4.7@50746 602fd350-edb4-49c9-b593-d223f7449a82
2021-04-15 01:39:12 +00:00
Jonathan Desrosiers
d38a681043 Build/Test Tools: Backport GitHub Action and build improvements to the 4.7 branch.
This backports several build and test tool improvements to the 4.7 branch. Most notably, this includes:

- The changes required to allow each workflow to be triggered by the `workflow_dispatch` event so that tests can be run on a schedule [50590].
- Splitting single site and multisite tests into parallel jobs [50379].
- Split slow tests into separate, parallel jobs for PHP <= 5.6 [50444].
- Better branch and path scoping for GitHub Action workflows when running on `pull_request` [50432,50479].
- Several `devDependency` updates.

Merges [50379,50387,50413,50416,50432,50435,50436,50444,50446,50473,50474,50476,50479,50485,50486,50487,50545,50579,50590] to the 4.7 branch.
See #50401, #51801, #51802, #52548, #52608, #52612, #52624, #52625, #52645, #52653, #52658, #52660, #52667.

git-svn-id: https://develop.svn.wordpress.org/branches/4.7@50636 602fd350-edb4-49c9-b593-d223f7449a82
2021-04-02 15:26:02 +00:00
Jonathan Desrosiers
0f989b3ae3 Build/Test Tools: Support NodeJS 14.x in the 4.7 branch.
This updates the 4.7 branch to support the latest LTS version of NodeJS (currently 14.x), allowing the same version to be used across all WordPress branches that receive security updates as a courtesy.

This also replaces the `npm-shrinkwrap.json` with a `package-lock.json` file. Lock files were not supported in earlier versions of NPM, but can now be used.

In addition to backporting the package updates that happened after branching 4.7, dependencies that were removed in future releases have also been updated to their latest versions.

Props desrosj, dd32, netweb, jorbin.
Merges [42460-42461,42463,42887,43320,43323,43977,44219,44233,44728,45321,45765,46404,46408-46409,47404,47867-47869,47872-47873,48705,49636,49933,49937,49939,50017,50126,50176,50185,50192] to the 4.7 branch.
See #52341.

git-svn-id: https://develop.svn.wordpress.org/branches/4.7@50204 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 04:12:00 +00:00