114 Commits

Author SHA1 Message Date
Jb Audras
0a0af13ba7 WordPress 4.5.32.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@58523 602fd350-edb4-49c9-b593-d223f7449a82
2024-06-24 16:35:29 +00:00
Joe McGill
f03a35cb89 WordPress 4.5.31.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@57419 602fd350-edb4-49c9-b593-d223f7449a82
2024-01-30 16:10:44 +00:00
Jb Audras
4dedaa5ec2 WordPress 4.5.30.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@56863 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-12 14:49:24 +00:00
Sergey Biryukov
83de01619e Grouped backports to the 4.5 branch.
- Media: Prevent CSRF setting attachment thumbnails.
- Embeds: Add protocol validation for WordPress Embed code.

Merges [55763] and [55764] to the 4.5 branch.
Props dd32, isabel_brison, martinkrcho, matveb, ocean90, paulkevan, peterwilsoncc, timothyblynjacobs, xknown, youknowriad.

git-svn-id: https://develop.svn.wordpress.org/branches/4.5@55780 602fd350-edb4-49c9-b593-d223f7449a82
2023-05-16 15:39:32 +00:00
Sergey Biryukov
893657b0c9 WordPress 4.5.28.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@54589 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 19:48:59 +00:00
Jonathan Desrosiers
989581b7b0 WordPress 4.5.27.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@54002 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 17:27:45 +00:00
David Baumwald
b1c64b5b3f WordPress 4.5.26.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@52888 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-10 22:14:05 +00:00
Jonathan Desrosiers
008d7c9e01 WordPress 4.5.25.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@52500 602fd350-edb4-49c9-b593-d223f7449a82
2022-01-06 18:46:13 +00:00
Peter Wilson
be4a2d0e74 WordPress 4.5.24.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@50881 602fd350-edb4-49c9-b593-d223f7449a82
2021-05-12 23:20:25 +00:00
Jonathan Desrosiers
494e00830e Build/Test Tools: Backport GitHub Action and build improvements to the 4.5 branch.
This backports several build and test tool improvements to the 4.5 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,50416,50432,50435,50436,50444,50446,50473,50474,50476,50479,50485,50486,50487,50545,50579,50590] to the 4.5 branch.
See #50401, #51801, #51802, #52548, #52612, #52624, #52625, #52645, #52653, #52658, #52660, #52667.

git-svn-id: https://develop.svn.wordpress.org/branches/4.5@50638 602fd350-edb4-49c9-b593-d223f7449a82
2021-04-02 15:39:31 +00:00
Jonathan Desrosiers
5a92c7bd76 Build/Test Tools: Backport the local Docker environment to the 4.5 branch.
This commit introduces the Docker-based local WordPress development environment to the 4.5 branch and converts the Travis test jobs to utilize this environment for easier and more consistent testing.

Merges [44176,45445,45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49267,49335,49358,49360,49362] to the 4.5 branch.
See #48301, #47767.

git-svn-id: https://develop.svn.wordpress.org/branches/4.5@50243 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-08 20:50:12 +00:00
Jonathan Desrosiers
2f3e040c4f Build/Test Tools: Support NodeJS 14.x in the 4.5 branch.
This updates the 4.5 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.

Because older branches use (really) old versions of NodeJS, the local Docker environment cannot be backported since the needed dependencies will not run on these older versions (see #48301). This also blocks the ability to move automated testing over to GitHub Actions (see #50401).

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.5, dependencies that were removed in future releases have also been updated to their latest versions.

Props desrosj, dd32, netweb, jorbin.
Merges [37185,37212,37612,38111,38688,39110,39113-39119,39478,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.5 branch.
See #52341.

git-svn-id: https://develop.svn.wordpress.org/branches/4.5@50208 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 04:19:31 +00:00
Jonathan Desrosiers
a5fc920c18 WordPress 4.5.23.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@49419 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-29 19:34:03 +00:00
Jonathan Desrosiers
d2c2699f9c WordPress 4.5.22.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@47998 602fd350-edb4-49c9-b593-d223f7449a82
2020-06-10 21:32:38 +00:00
Jonathan Desrosiers
939846655e WordPress 4.5.21
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@47675 602fd350-edb4-49c9-b593-d223f7449a82
2020-04-29 17:56:28 +00:00
Sergey Biryukov
e9e95c33cd WordPress 4.5.20
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@46928 602fd350-edb4-49c9-b593-d223f7449a82
2019-12-12 20:29:37 +00:00
Jonathan Desrosiers
578c990d87 WordPress 4.5.19.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@46515 602fd350-edb4-49c9-b593-d223f7449a82
2019-10-14 20:10:22 +00:00
Jonathan Desrosiers
34782dedae WordPress 4.5.18.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@46039 602fd350-edb4-49c9-b593-d223f7449a82
2019-09-04 21:21:17 +00:00
Gary Pendergast
fba7252de7 WordPress 4.5.17
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@44876 602fd350-edb4-49c9-b593-d223f7449a82
2019-03-13 01:24:06 +00:00
Jeremy Felt
58654f5739 Bump 4.5 branch to version 4.5.16.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@44082 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-13 02:12:25 +00:00
Aaron D. Campbell
35f2f3acc0 Bump 4.5 branch to version 4.5.15
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@43411 602fd350-edb4-49c9-b593-d223f7449a82
2018-07-05 16:10:34 +00:00
Aaron D. Campbell
d6f9fa0658 Bump 4.5 branch to version 4.5.14
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@42937 602fd350-edb4-49c9-b593-d223f7449a82
2018-04-03 20:27:08 +00:00
Dion Hulse
a53fbcfca2 Bump the 4.5 branch to 4.5.13.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@42498 602fd350-edb4-49c9-b593-d223f7449a82
2018-01-16 21:40:21 +00:00
John Blackbourn
bc4da3d800 Bump 4.5 branch to 4.5.12.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@42320 602fd350-edb4-49c9-b593-d223f7449a82
2017-11-29 18:59:21 +00:00
Gary Pendergast
24c2979b19 Bump 4.5 branch to version 4.5.11.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@42072 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-31 13:15:10 +00:00
Dominik Schilling (ocean90)
0deb58a551 Bump 4.5 branch to version 4.5.10.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@41513 602fd350-edb4-49c9-b593-d223f7449a82
2017-09-19 20:00:19 +00:00
Aaron D. Campbell
b4edd57c9f Bump 4.7 branch to version 4.5.9.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@40750 602fd350-edb4-49c9-b593-d223f7449a82
2017-05-16 21:48:55 +00:00
Pascal Birchler
b9c3d4c9ad Bump 4.5 branch to version 4.5.8.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@40489 602fd350-edb4-49c9-b593-d223f7449a82
2017-04-20 16:22:27 +00:00
James Nylen
4188433d17 Bump 4.5 branch to version 4.5.7.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@40204 602fd350-edb4-49c9-b593-d223f7449a82
2017-03-06 16:17:16 +00:00
Aaron D. Campbell
c239ef6bb3 Bump 4.5 branch to version 4.5.6.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@39998 602fd350-edb4-49c9-b593-d223f7449a82
2017-01-26 18:20:59 +00:00
Aaron D. Campbell
ad15c71200 Bump 4.5 branch to version 4.5.5.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@39862 602fd350-edb4-49c9-b593-d223f7449a82
2017-01-11 16:54:58 +00:00
Dominik Schilling
765319b225 The 4.5 branch is now 4.5.4-alpha.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@38000 602fd350-edb4-49c9-b593-d223f7449a82
2016-07-07 12:06:34 +00:00
Dominik Schilling (ocean90)
28826f98e5 The 4.5 branch is now 4.5.3-alpha.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@37420 602fd350-edb4-49c9-b593-d223f7449a82
2016-05-12 11:53:57 +00:00
Helen Hou-Sandi
35d105e39e The 4.5 branch is now 4.5.2-alpha.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@37312 602fd350-edb4-49c9-b593-d223f7449a82
2016-04-26 20:24:13 +00:00
Helen Hou-Sandi
f037856d84 The 4.5 branch is now 4.5.1-alpha.
git-svn-id: https://develop.svn.wordpress.org/branches/4.5@37182 602fd350-edb4-49c9-b593-d223f7449a82
2016-04-12 19:55:22 +00:00
Aaron Jorbin
a720ab2501 Bump grunt-contrib-qunit ~0.7.0 → ~1.1.0
See #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@37020 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-16 17:53:51 +00:00
Aaron Jorbin
1e4857c669 Bump grunt-contrib-watch ~0.6.1 → ~1.0.0
See #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@37019 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-16 17:50:54 +00:00
Aaron Jorbin
a702da47a9 Bump grunt-contrib-jshint ~0.11.3 → ~1.0.0
See #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@37017 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-16 17:41:32 +00:00
Aaron Jorbin
a637421857 Revert r36978
grunt-postcss Dropped nodejs 0.10 support and this is causing builds to fail.  Revert until we bump minimum node version. 

See #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@36980 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-13 19:19:44 +00:00
Aaron Jorbin
76c2c7a982 Update grunt-browserify ~4.0.1 → ~5.0.0
Updates underlying broweserify library to 13.0.0

See #35104



git-svn-id: https://develop.svn.wordpress.org/trunk@36979 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-13 19:02:47 +00:00
Aaron Jorbin
b06b9e5713 Update grunt-postcss ~0.7.1 → ~0.8.0
See #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@36978 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-13 18:36:27 +00:00
Dominik Schilling (ocean90)
307f8d8558 Build Tools: Update grunt-rtlcss ~1.6.0 → ~2.0.1.
This updates the underlying RTLCSS framework to 2.0 which provides new options and config settings, see https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md#200---18-feb-2016.

See #35104.

Build: https://build.trac.wordpress.org/changeset/36903

git-svn-id: https://develop.svn.wordpress.org/trunk@36935 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-10 16:00:11 +00:00
Aaron Jorbin
81652abd8b Improve grunt precommit task
Instead of running all tasks, all the time, let's run tasks based on the files changed. PHPUNIT is now a precommit task for all php file changes. 

This adds a new dependency. Please run `npm install`.

Fixes #35557
Props  ericlewis, netweb, jorbin



git-svn-id: https://develop.svn.wordpress.org/trunk@36906 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-09 20:54:10 +00:00
Aaron Jorbin
6d01e8650c Update grunt-contrib-cssmin ~0.14.0 → ~1.0.0
See #35104.


git-svn-id: https://develop.svn.wordpress.org/trunk@36865 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-05 23:36:36 +00:00
Aaron Jorbin
366dab5560 Update grunt-contrib-copy ~0.8.2 → ~1.0.0
See #35104.


git-svn-id: https://develop.svn.wordpress.org/trunk@36864 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-05 23:34:11 +00:00
Aaron Jorbin
a1d75ea8e4 Update grunt-contrib-concat ~0.5.1 → ~1.0.0
see #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@36863 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-05 23:31:16 +00:00
Aaron Jorbin
9973cb2cc7 Update grunt-contrib-compress ~0.14.0 → ~1.1.0
See #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@36862 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-05 23:24:23 +00:00
Aaron Jorbin
a0a26df25f Update grunt-contrib-clean from 0.6.0 → 1.0.0
see #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@36861 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-05 23:18:39 +00:00
Aaron Jorbin
cf923b657f Update Autoprefixer to 6.3.3
See #35104


git-svn-id: https://develop.svn.wordpress.org/trunk@36860 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-05 23:15:52 +00:00
Gary Pendergast
957697adf0 Build Tools: Update grunt-contrib-imagemin to v1.0.0
This updates `imagemin` to 4.0.0, which fixes an error when running `grunt imagemin:core`.

Props netweb.

Fixes #35003.



git-svn-id: https://develop.svn.wordpress.org/trunk@35859 602fd350-edb4-49c9-b593-d223f7449a82
2015-12-11 03:37:36 +00:00