Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #360 from pantheon-systems/release_2.1.4
* Add pantheon-wp-coding-standards (#339) * add our coding standard * run phpcbf * updates the ruleset name to be less generic * add rule exclusions in specific files * bump the php test version * remove excluded squiz rule we're handling that inside Pantheon-WP * manual rule exclusions * use wp_kses to sanitize output * validate & sanitize PHP superclobal * set lint php version to 8.0 * Bump symfony/filesystem from 5.4.21 to 5.4.23 (#341) Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.4.21 to 5.4.23. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/6.2/CHANGELOG.md) - [Commits](symfony/filesystem@v5.4.21...v5.4.23) --- updated-dependencies: - dependency-name: symfony/filesystem dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update CONTRIBUTING.md * fixup changelog and prepare 2.1.4-dev * Bump yoast/phpunit-polyfills from 1.0.5 to 2.0.0 (#343) * Bump yoast/phpunit-polyfills from 1.0.5 to 2.0.0 Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.0.5 to 2.0.0. - [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases) - [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/2.x/CHANGELOG.md) - [Commits](Yoast/PHPUnit-Polyfills@1.0.5...2.0.0) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phil Tyler <[email protected]> * Bump symfony/filesystem from 5.4.23 to 5.4.25 Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.4.23 to 5.4.25. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/6.3/CHANGELOG.md) - [Commits](symfony/filesystem@v5.4.23...v5.4.25) --- updated-dependencies: - dependency-name: symfony/filesystem dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * add the wporg-validator action (#350) * add the wporg-validator action * updates changelog * Fix Readme.md spacing and add linting to ensure it remains (#355) * Fix typo in the label for the certificate path (#352) * [CMSP-519] Tested up to WordPress 6.3 (#354) * Update changelog and CONTRIBUTING (#356) * [CMSP-668] Update to latest Pantheon WP Coding Standard (#357) * use latest pantheon wp coding standards * linting fixes * bump lockfile * update changelog * fix readme * [BUGS-7135]: Updates code to resolve auth issue. (#359) * [BUGS-7135]: Updates code to resolve auth issue. * if wp login not permitted, force saml auth * run phpcbf for easy lint fixes * bump dependencies * don't activate a non-existant theme * change the parent theme * restore the theme to activate back to the custom one * rename the theme styles this is always going to point to the parent theme, so it's better for the stylesheet name to be something generic rather than something outdated * update element that contains the page title * be more verbose in our logging because this prepare script differs from most of our other behat-prepare scripts, let's be more explicit about the steps so we know what it's doing when we look back at this in six+ months * fix CAPSLOCK * use the lint-test GHA to run linting * remove the : --------- Co-authored-by: Ryan Wagner <[email protected]> Co-authored-by: Chris Reynolds <[email protected]> * [CMSP-480] mVDP Readme Update (#349) * adds Patchstack info to readme(s) * update changelog * bump version to 2.1.4 * update changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phil Tyler <[email protected]> Co-authored-by: J Ryan Wagner <[email protected]> Co-authored-by: mscherer <[email protected]> Co-authored-by: Ryan Wagner <[email protected]>
- Loading branch information