Publish WordPress content from Google Docs with Pantheon Content Cloud.
Report bug
·
Request feature
·
Check out PCC Docs
- Table of contents
- Quick start
- Development
- Repository Actions
- Requirements
- Bugs and feature requests
- Documentation
- Versioning
- Changelog
This is a WordPress plugin. It can be installed via the usual WordPress Dashboard workflow.
or
- Clone the repo:
git clone https://github.com/pantheon-systems/pantheon-content-publisher-for-wordpress.git
in yourwp-content/plugins
folder
or
- 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 section below
composer i && npm i
to install dependencies.npm run watch
/npm run dev
/npm run prod
to build assets.- Read through our contributing guidelines for additional information. Included are directions for opening issues, coding standards and miscellaneous notes.
This repository takes advantage of the following workflows to automate the release & testing processes:
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.
To take advantage of these automations, make sure to read the available config files and workflow recipes, available in
the .github
folder in the root of this repository.
Examples: (read the config files for full configuration)
feature/<branch-name>
orfeat/<branch-name>
adds thefeature
label to your PR- PRs labeled
feature
will be categorized in the "🚀 Features" section of the release - PRs labeled
major
/minor
/patch
will bump the major/minor/patch version number of the release
Pantheon Content Publisher is dependent on:
- Minimum PHP version 8.0
- Minimum WordPress version 5.7
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Documentation is available at pcc.pantheon.io/docs.
For transparency into our release cycle and in striving to maintain backward compatibility, Pantheon Content Publisher is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we adhere to those rules whenever possible.
You may find changelogs for each version of Pantheon Content Publisher released in the Releases section of this repository.