diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ff640b6..f8b31ff 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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: @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ae29c24..7dca060 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c64533e..faf76d9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 049e340..4e935ef 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,7 +16,7 @@ - [ ] I've tested the code. - [ ] My code follows the repository code - style. + style. - [ ] My code follows the accessibility standards. - [ ] My code follows the PHP DocBlock documentation diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d882d84..cd7640a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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 diff --git a/README.md b/README.md index a435ed0..5a74c16 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,17 @@

Publish WordPress content from Google Docs with Pantheon Content Cloud.
- Report bug + Report bug · - Request feature + Request feature · Check out PCC Docs

-[![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)
@@ -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_** @@ -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. @@ -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 @@ -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. diff --git a/app/Plugin.php b/app/Plugin.php index 7d7f141..98324fe 100644 --- a/app/Plugin.php +++ b/app/Plugin.php @@ -3,7 +3,7 @@ /** * The plugin singleton class. * - * @package pantheon\pcc-for-wordpress + * @package pantheon\pantheon-content-publisher-for-wordpress */ namespace PCC; diff --git a/composer.json b/composer.json index 3497e05..b1f88df 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/package-lock.json b/package-lock.json index 0df0ddc..46633d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "pcc-for-wordpress", + "name": "pantheon-content-publisher-for-wordpress", "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "pcc-for-wordpress", + "name": "pantheon-content-publisher-for-wordpress", "version": "1.1.1", "dependencies": { "@pantheon-systems/pcc-sdk-core": "^3.6.0", diff --git a/package.json b/package.json index baf82e6..71a4d5d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pcc-for-wordpress", + "name": "pantheon-content-publisher-for-wordpress", "version": "1.1.1", "description": "Publish WordPress content from Google Docs with Pantheon Content Cloud.", "scripts": { diff --git a/pcc-for-wordpress.php b/pantheon-content-publisher-for-wordpress.php similarity index 95% rename from pcc-for-wordpress.php rename to pantheon-content-publisher-for-wordpress.php index 7de1b56..86b6ebc 100644 --- a/pcc-for-wordpress.php +++ b/pantheon-content-publisher-for-wordpress.php @@ -10,7 +10,7 @@ * Author URI: https://pantheon.io * Version: 1.1.1 * - * @package pantheon\pcc-for-wordpress + * @package pantheon\pantheon-content-publisher-for-wordpress */ namespace PCC;