Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/v1.1.2 #77

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ patches and features.

## Using the issue tracker

The [issue tracker](https://github.com/pantheon-systems/pcc-for-wordpress/issues) is
The [issue tracker](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/issues) is
the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests)
and [submitting pull requests](#pull-requests), but please respect the following
restrictions:
Expand Down Expand Up @@ -40,7 +40,7 @@ them:
- `question` - General support/questions issue bucket.

For a complete look at our labels, see
the [project labels page](https://github.com/pantheon-systems/pcc-for-wordpress/labels).
the [project labels page](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/labels).

## Bug reports

Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ labels: bug

Before opening:

- [Search for duplicate or closed issues](https://github.com/pantheon-systems/pcc-for-wordpress/issues?utf8=%E2%9C%93&q=is%3Aissue)
- Validate and [lint](https://github.com/pantheon-systems/pcc-for-wordpress/blob/master/phpcs.xml) any PHP code to avoid
- [Search for duplicate or closed issues](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/issues?utf8=%E2%9C%93&q=is%3Aissue)
- Validate
and [lint](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/master/phpcs.xml) any PHP
code to avoid
common problems
- Read
the [contributing guidelines](https://github.com/pantheon-systems/pcc-for-wordpress/blob/primary/.github/CONTRIBUTING.md)
the [contributing guidelines](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/primary/.github/CONTRIBUTING.md)

Bug reports must include:

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ labels: feature

Before opening:

- [Search for duplicate or closed issues](https://github.com/pantheon-systems/pcc-for-wordpress/issues?utf8=%E2%9C%93&q=is%3Aissue)
- [Search for duplicate or closed issues](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/issues?utf8=%E2%9C%93&q=is%3Aissue)
- Read
the [contributing guidelines](https://github.com/pantheon-systems/pcc-for-wordpress/blob/master/.github/CONTRIBUTING.md)
the [contributing guidelines](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/master/.github/CONTRIBUTING.md)

Feature requests must include:

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- [ ] I've tested the code.
- [ ] My code follows the repository code
style. <!-- Ruleset: https://github.com/pantheon-systems/pcc-for-wordpress/blob/primary/phpcs.xml/ -->
style. <!-- Ruleset: https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/primary/phpcs.xml/ -->
- [ ] My code follows the accessibility
standards. <!-- Guidelines: https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/ -->
- [ ] My code follows the PHP DocBlock documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version-resolver:
- 'patch'
default: patch
template: |
## [v$RESOLVED_VERSION(####-##-##)](https://github.com/pantheon-systems/pcc-for-wordpress/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)
## [v$RESOLVED_VERSION(####-##-##)](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)

$CHANGES

Expand Down
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
<p align="center">
<i>Publish WordPress content from Google Docs with Pantheon Content Cloud.</i>
<br>
<a href="https://github.com/pantheon-systems/pcc-for-wordpress/issues/new?template=bug_report.md&labels=bug">Report bug</a>
<a href="https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/issues/new?template=bug_report.md&labels=bug">Report bug</a>
·
<a href="https://github.com/pantheon-systems/pcc-for-wordpress/issues/new?template=feature_request.md&labels=feature">Request feature</a>
<a href="https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/issues/new?template=feature_request.md&labels=feature">Request feature</a>
·
<a href="https://pcc.pantheon.io/docs" target="_blank">Check out PCC Docs</a>
</p>

<div align="center">

[![Style Lint](https://github.com/pantheon-systems/pcc-for-wordpress/actions/workflows/php-style-lint.yml/badge.svg)](https://github.com/pantheon-systems/pcc-for-wordpress/actions/workflows/php-style-lint.yml)
[![PHP Compatibility 8.x](https://github.com/pantheon-systems/pcc-for-wordpress/actions/workflows/php-version-compatibility.yml/badge.svg)](https://github.com/pantheon-systems/pcc-for-wordpress/actions/workflows/php-version-compatibility.yml)
[![Style Lint](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/actions/workflows/php-style-lint.yml/badge.svg)](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/actions/workflows/php-style-lint.yml)
[![PHP Compatibility 8.x](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/actions/workflows/php-version-compatibility.yml/badge.svg)](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/actions/workflows/php-version-compatibility.yml)

</div>

Expand All @@ -40,16 +40,17 @@

This is a WordPress plugin. It can be installed via the usual WordPress Dashboard workflow.

- [Download the latest release.](https://github.com/pantheon-systems/pcc-for-wordpress/releases/)
- [Download the latest release.](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/releases/)

or

- Clone the repo: `git clone https://github.com/pantheon-systems/pcc-for-wordpress.git` in your `wp-content/plugins`
- Clone the repo: `git clone https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress.git` in
your `wp-content/plugins`
folder

or

- Install via Composer: `composer require pantheon-systems/pcc-for-wordpress`
- Install via Composer: `composer require pantheon-systems/pantheon-content-publisher-for-wordpress`

**_If installing from source, make sure to follow the build instructions in the [Development](#development) section
below_**
Expand All @@ -59,18 +60,18 @@ below_**
1. `composer i && npm i` to install dependencies.
2. `npm run watch` / `npm run dev` / `npm run prod` to build assets.
3. Read through
our [contributing guidelines](https://github.com/pantheon-systems/pcc-for-wordpress/blob/primary/.github/CONTRIBUTING.md)
our [contributing guidelines](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/primary/.github/CONTRIBUTING.md)
for additional information. Included are directions for opening issues, coding standards and miscellaneous notes.

## Repository Actions

This repository takes advantage of the following workflows to automate the release & testing processes:

- [PHPCS](https://github.com/pantheon-systems/pcc-for-wordpress/blob/primary/.github/workflows/php-style-lint.yml)
- [PHPCompatibility](https://github.com/pantheon-systems/pcc-for-wordpress/blob/primary/.github/workflows/php-version-compatibility.yml)
- [PHPCS](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/primary/.github/workflows/php-style-lint.yml)
- [PHPCompatibility](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/primary/.github/workflows/php-version-compatibility.yml)
- [Release Drafter](https://github.com/marketplace/actions/release-drafter)
- [PR Labeler](https://github.com/marketplace/actions/pr-labeler)
- [A custom workflow that builds release artifacts](https://github.com/pantheon-systems/pcc-for-wordpress/blob/primary/.github/workflows/release-artifact.yml)
- [A custom workflow that builds release artifacts](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/primary/.github/workflows/release-artifact.yml)

These workflows will build a release draft and keep it up-to-date as new PRs are merged. Once a release is published, a
ready-to-install zip file will be generated and attached to the newly-published release.
Expand All @@ -93,9 +94,9 @@ Pantheon Content Publisher is dependent on:
## Bugs and feature requests

Have a bug or a feature request? Please first read
the [issue guidelines](https://github.com/pantheon-systems/pcc-for-wordpress/blob/primary/.github/CONTRIBUTING.md#using-the-issue-tracker)
the [issue guidelines](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/blob/primary/.github/CONTRIBUTING.md#using-the-issue-tracker)
and search for existing and closed issues. If your problem or idea is not addressed
yet, [please open a new issue](https://github.com/pantheon-systems/pcc-for-wordpress/issues/new).
yet, [please open a new issue](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/issues/new).

## Documentation

Expand All @@ -110,4 +111,5 @@ adhere to those rules whenever possible.
## Changelog

You may find changelogs for each version of Pantheon Content Publisher released
in [the Releases section](https://github.com/pantheon-systems/pcc-for-wordpress/releases) of this repository.
in [the Releases section](https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress/releases) of this
repository.
4 changes: 3 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: getpantheon
Tags: pantheon
Requires at least: 5.7
Tested up to: 6.6.1
Stable tag: 1.1.1
Stable tag: 1.1.2
Requires PHP: 8.0.0

Publish WordPress content from Google Docs with Pantheon Content Cloud.
Expand All @@ -20,6 +20,8 @@ Trying to directly edit a page built with Pantheon Content Publisher will redire
All posts/pages created with Pantheon Content Publisher will remain on your WordPress site. However, you will no longer be able to edit them from Google Docs.

== Changelog ==
= 1.1.2 =
* Feature: Add disconnect button on intermediary screens of auth/config flow
= 1.1.1 =
* Fix: Verify collection URL logic
= 1.1.0 =
Expand Down
2 changes: 1 addition & 1 deletion app/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* The plugin singleton class.
*
* @package pantheon\pcc-for-wordpress
* @package pantheon\pantheon-content-publisher-for-wordpress
*/

namespace PCC;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pantheon-systems/pcc-for-wordpress",
"name": "pantheon-systems/pantheon-content-publisher-for-wordpress",
"type": "wordpress-plugin",
"description": "Publish WordPress content from Google Docs with Pantheon Content Cloud.",
"keywords": [
Expand Down
Loading
Loading