Skip to content

Commit 6594edb

Browse files
Update version and readme files (#164) (#165)
* Update README.txt for 1.3.2 --------- Co-authored-by: Scott Buscemi <scottbuscemi@users.noreply.github.com>
1 parent 548437d commit 6594edb

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** pantheon, content, google docs
55
**Requires at least:** 5.7
66
**Tested up to:** 6.8.1
7-
**Stable tag:** 1.3.1
7+
**Stable tag:** 1.3.2
88
**Requires PHP:** 8.0.0
99
**License:** GPLv2 or later
1010
**License URI:** <http://www.gnu.org/licenses/gpl-2.0.html>

README.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: getpantheon
33
Tags: pantheon
44
Requires at least: 5.7
55
Tested up to: 6.8.1
6-
Stable tag: 1.3.1
6+
Stable tag: 1.3.2
77
Requires PHP: 8.0.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -13,6 +13,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Perfect for editorial teams who collaborate on content within Google Docs, this plugin ensures a smooth transition from document creation to web publishing, facilitating real-time previews and direct publishing options.
1414

1515
== Features ==
16+
1617
= Real-time Preview =
1718
Experience seamless document previews within your WordPress environment as they would appear live on the web.
1819

@@ -25,15 +26,13 @@ Choose to publish as either a WordPress post or page, adapting to your site's co
2526
For more information, please check [Pantheon Content Publisher documentation](https://docs.content.pantheon.io).
2627

2728
== Installation ==
28-
Download the Content Publisher WordPress plugin zip file.
29-
30-
Navigate to Plugins > Add New in your WordPress admin dashboard.
3129

32-
Click “Upload Plugin,” select the downloaded zip file, then “Install Nowand activate the plugin.
30+
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.
3331

34-
Set up your connection to Pantheon Content Publisher and Google Drive via the settings page in the WordPress admin dashboard.
32+
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.
3533

3634
== Integration with Third-Party Services ==
35+
3736
= Important Disclosure =
3837
This plugin integrates with Google Drive and Google Docs to facilitate document publishing to WordPress.
3938
When enabled, it will access documents from these services for the purposes of rendering previews and enabling publishing functionality via the [Pantheon Content Publisher service](https://docs.content.pantheon.io). These services are not processing any data or content originating from WordPress or the plugin itself and no other third-party service is used to process data.
@@ -63,6 +62,9 @@ All posts/pages created with Pantheon Content Publisher will remain on your Word
6362

6463
== Changelog ==
6564

65+
= 1.3.2 =
66+
* Fix: Resolved issue loading Content Publisher admin screen
67+
6668
= 1.3.1 =
6769
* Add migration script to update post metadata and wp options with the new cpub_ prefix
6870
* Compatibility: Update plugin naming, prefixes and structure for WordPress.org submission

pantheon-content-publisher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin URI: https://github.com/pantheon-systems/pantheon-content-publisher-wordpress/
99
* Author: Pantheon
1010
* Author URI: https://pantheon.io
11-
* Version: 1.3.1
11+
* Version: 1.3.2
1212
* License: GPLv2 or later
1313
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1414
*/
@@ -35,7 +35,7 @@
3535
define('CPUB_ENDPOINT', 'https://addonapi-gfttxsojwq-uc.a.run.app');
3636
define('CPUB_WEBHOOK_SECRET_OPTION_KEY', 'cpub_webhook_secret');
3737
define('CPUB_WEBHOOK_NOTICE_DISMISSED_OPTION_KEY', 'cpub_webhook_notice_dismissed');
38-
define('CPUB_VERSION', '1.3.1');
38+
define('CPUB_VERSION', '1.3.2');
3939

4040
call_user_func(static function ($rootPath) {
4141
$autoload = "{$rootPath}vendor/autoload.php";

0 commit comments

Comments
 (0)