Skip to content

Commit

Permalink
Release 1.2.3 (#223)
Browse files Browse the repository at this point in the history
* [CMS-1033] Add GH action for deployments to wp.org (#203)

* Cleanup distignore

* Link readme files to new contrib doc

* Add CONTRIBUTING.md, add automation for wp.org

* distignore behat.yml

* add CODEOWNERS and distignore

* Add assets

* Fix GH action (#205)

* Make dependabot target develop branch (#209)

* Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0

Bumps [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) from 0.7.2 to 1.0.0.
- [Release notes](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/.github_changelog_generator)
- [Commits](PHPCSStandards/composer-installer@v0.7.2...v1.0.0)

---
updated-dependencies:
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0

Bumps [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) from 0.7.2 to 1.0.0.
- [Release notes](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/.github_changelog_generator)
- [Commits](PHPCSStandards/composer-installer@v0.7.2...v1.0.0)

---
updated-dependencies:
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* handle models that are not instances of the Model class

* Bump grunt from 1.5.3 to 1.6.1

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.3 to 1.6.1.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.5.3...v1.6.1)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump yoast/phpunit-polyfills from 1.0.3 to 1.0.4

Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/develop/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Test more versions of PHP (#218)

* add our coding standards

* ignore tests/

* phpcbf changes

* ignore the rule that doesn't matter

* ignore nonce check

* sanitization fixes

* ignore missing param tags in docblocks for cli commands

* ignore sniffs for unused variables
while the variables aren't used, the functions that are extended might still expect the param to exist, so we're just going to ignore the sniff

* spacing

* ignore some annoying sniffs

* explain why we are ignoring sniffs at the file level

* use php 8.1 image for linting

* use php8.0 image for linting

* return type must be void

* ignore platform requirements for composer install
don't error for < php8.0 when running 7.4 tests

* Release 1.2.2 (#219)

* Bump yoast/phpunit-polyfills from 1.0.3 to 1.0.4

Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/develop/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Test more versions of PHP (#218)

* Release 1.2.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump version

* add chris and john to contributors

* add cms-platform to codeowners

* update changelog

* update the lockfile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: John Spellman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 6, 2023
1 parent 1d44fa4 commit a2c7b01
Show file tree
Hide file tree
Showing 12 changed files with 1,067 additions and 731 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
lint:
working_directory: ~/pantheon-systems/pantheon-advanced-page-cache
docker:
- image: quay.io/pantheon-public/build-tools-ci:8.x-php8.2
- image: quay.io/pantheon-public/build-tools-ci:8.x-php8.0
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- restore_cache:
keys:
- test-phpunit-dependencies-{{ checksum "composer.json" }}
- run: composer install -n --prefer-dist
- run: composer install -n --prefer-dist --ignore-platform-reqs
- save_cache:
key: test-phpunit-dependencies-{{ checksum "composer.json" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @pantheon-systems/cms-ecosystem
* @pantheon-systems/cms-platform @pantheon-systems/cms-ecosystem
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Pantheon Advanced Page Cache #

**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [kporras07](https://profiles.wordpress.org/kporras07)
**Tags:** pantheon, cdn, cache
**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [kporras07](https://profiles.wordpress.org/kporras07) [jspellman](https://profiles.wordpress.org/jspellman/) [jazzs3quence](https://profiles.wordpress.org/jazzs3quence/)
**Tags:** pantheon, cdn, cache
**Requires at least:** 4.7
**Tested up to:** 6.1
**Stable tag:** 1.2.2
**Tested up to:** 6.2
**Stable tag:** 1.2.3
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Automatically clear related pages from Pantheon's Edge when you update content. High TTL. Fresh content. Visitors never wait.

Expand Down Expand Up @@ -304,6 +304,9 @@ See [CONTRIBUTING.md](https://github.com/pantheon-systems/pantheon-advanced-page

## Changelog ##

## 1.2.3 (April 5, 2023) ##
* Bump tested up to version to 6.2

## 1.2.2 (March 14, 2023) ##
* Adds PHP 8.2 compatibility [[#218](https://github.com/pantheon-systems/pantheon-advanced-page-cache/pull/218)].
* Bump dependencies [[#204](https://github.com/pantheon-systems/pantheon-advanced-page-cache/pull/204)].
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"behat/mink-extension": "^2.2",
"behat/mink-goutte-driver": "^1.2",
"pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master",
"wp-coding-standards/wpcs": "dev-develop as 2.3.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpunit/phpunit": "^9",
"phpcompatibility/php-compatibility": "^9.3",
"yoast/phpunit-polyfills": "^1.0"
"yoast/phpunit-polyfills": "^1.0",
"pantheon-systems/pantheon-wp-coding-standards": "^1.0"
},
"scripts": {
"lint": "@phpcs",
"phpcs": "vendor/bin/phpcs",
"phpcs": "vendor/bin/phpcs --ignore=tests/* -s --standard=Pantheon-WP .",
"phpcbf": "vendor/bin/phpcbf --ignore=tests/* --standard=Pantheon-WP .",
"phpunit": "vendor/bin/phpunit",
"test": "@phpunit"
},
Expand Down
Loading

0 comments on commit a2c7b01

Please sign in to comment.