Skip to content

Commit

Permalink
Merge pull request #200 from pantheon-systems/cms-932-release-prep
Browse files Browse the repository at this point in the history
[CMS-932] Prep 1.1.0 release
  • Loading branch information
John Spellman authored Nov 1, 2022
2 parents 8719739 + 16fb714 commit 53fa644
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Pantheon Advanced Page Cache #
[![Actively Maintained](https://img.shields.io/badge/Pantheon-Actively_Maintained-yellow?logo=pantheon&color=FFDC28)](https://pantheon.io/docs/oss-support-levels#actively-maintained-support)

**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber)
**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [kporras07](https://profiles.wordpress.org/kporras07)
**Tags:** pantheon, cdn, cache
**Requires at least:** 4.7
**Tested up to:** 5.9
**Stable tag:** 1.0.0
**Tested up to:** 6.1
**Stable tag:** 1.1.0
**License:** GPLv2 or later
**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.

## Description ##

[![Travis CI](https://travis-ci.org/pantheon-systems/pantheon-advanced-page-cache.svg?branch=master)](https://travis-ci.org/pantheon-systems/pantheon-advanced-page-cache) [![CircleCI](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache.svg?style=svg)](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache)
[![Actively Maintained](https://img.shields.io/badge/Pantheon-Actively_Maintained-yellow?logo=pantheon&color=FFDC28)](https://pantheon.io/docs/oss-support-levels#actively-maintained-support) [![CircleCI](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache.svg?style=svg)](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache)

For sites wanting fine-grained control over how their responses are represented in their edge cache, Pantheon Advanced Page Cache is the golden ticket. Here's a high-level overview of how the plugin works:

Expand Down Expand Up @@ -293,8 +292,18 @@ Different WordPress actions cause different surrogate keys to be purged, documen
* Purges surrogate keys: `rest-setting-<name>`
* Affected views: REST API resource endpoint

## Plugin Integrations ##

Pantheon Advanced Page Cache integrates with WordPress plugins, including:

* [WPGraphQL](https://wordpress.org/plugins/wp-graphql/)

## Changelog ##

### 1.1.0 (November 1, 2022) ###
* Hook into WPGraphQL to emit surrogate keys [[#199](https://github.com/pantheon-systems/pantheon-advanced-page-cache/pull/199)].
* Add Plugin Integrations section to README

### 1.0.0 (March 2, 2020) ###
* Plugin is stable.

Expand Down
18 changes: 14 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
=== Pantheon Advanced Page Cache ===
Contributors: getpantheon, danielbachhuber
Contributors: getpantheon, danielbachhuber, kporras07
Tags: pantheon, cdn, cache
Requires at least: 4.7
Tested up to: 5.9
Stable tag: 1.0.0
**Tested up to:** 6.1
**Stable tag:** 1.1.0
License: GPLv2 or later
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.

== Description ==

[![Travis CI](https://travis-ci.org/pantheon-systems/pantheon-advanced-page-cache.svg?branch=master)](https://travis-ci.org/pantheon-systems/pantheon-advanced-page-cache) [![CircleCI](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache.svg?style=svg)](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache)
[![CircleCI](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache.svg?style=svg)](https://circleci.com/gh/pantheon-systems/pantheon-advanced-page-cache)

For sites wanting fine-grained control over how their responses are represented in their edge cache, Pantheon Advanced Page Cache is the golden ticket. Here's a high-level overview of how the plugin works:

Expand Down Expand Up @@ -291,8 +291,18 @@ Different WordPress actions cause different surrogate keys to be purged, documen
* Purges surrogate keys: `rest-setting-<name>`
* Affected views: REST API resource endpoint

## Plugin Integrations ##

Pantheon Advanced Page Cache integrates with WordPress plugins, including:

* [WPGraphQL](https://wordpress.org/plugins/wp-graphql/)

== Changelog ==

### 1.1.0 (November 1, 2022) ###
* Hook into WPGraphQL to emit surrogate keys [[#199](https://github.com/pantheon-systems/pantheon-advanced-page-cache/pull/199)].
* Add Plugin Integrations section to README

= 1.0.0 (March 2, 2020) =
* Plugin is stable.

Expand Down

0 comments on commit 53fa644

Please sign in to comment.