Contributors: getpantheon
Tags: pantheon, content, google docs
Requires at least: 5.7
Tested up to: 6.8.1
Stable tag: 1.3.4-dev
Requires PHP: 8.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
The Pantheon Content Publisher plugin can be installed like any other WordPress Plugin, from your WordPress Dashboard, go to Plugins -> Add Plugin and search for: Pantheon Content Publisher, click the Install Now button and then click Activate.
After the plugin is active, set up your connection to Pantheon Content Publisher and Google Drive via the settings page in the WordPress admin dashboard.
Alternately you can download and install the plugin manually:
or
- Clone the repo:
git clone https://github.com/pantheon-systems/pantheon-content-publisher-wordpress.gitin yourwp-content/pluginsfolder
or soon
- Install via Composer:
composer require pantheon-systems/pantheon-content-publisher-wordpress
If installing from source, make sure to follow the build instructions in the Development section below
composer i && npm ito install dependencies.npm run watch/npm run dev/npm run prodto build assets. Since version 1.3.0npm run build:viteto build assets and dist/build folder.- 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 thefeaturelabel to your PR- PRs labeled
featurewill be categorized in the "🚀 Features" section of the release - PRs labeled
major/minor/patchwill 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.