-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
32 lines (26 loc) · 1.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== Pantheon Content Publisher ===
Contributors: getpantheon
Tags: pantheon
Requires at least: 5.7
Tested up to: 6.6.1
Stable tag: 1.1.1
Requires PHP: 8.0.0
Publish WordPress content from Google Docs with Pantheon Content Cloud.
== Frequently Asked Questions ==
= How do I connect Pantheon Content Publisher to Google Drive? =
You can generate an access token at https://pcc.pantheon.io/auth.
= Why can’t I edit posts/pages directly? =
Trying to directly edit a page built with Pantheon Content Publisher will redirect you to its respective Google Document. This is done to maintain consistency between the two platforms.
= What happens if I disconnect Pantheon Content Publisher from my Google Drive? =
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.1 =
* Fix: Verify collection URL logic
= 1.1.0 =
* Feature: Check if plugin is correctly configured before hooking logic
* Feature: Disconnect collection when site URL changes
* Fix: enable style tags globally
= 1.0.1 =
* Fix: Update PCC PHP SDK dependency
= 1.0.0 =
Initial Release