Changeset 3389974
- Timestamp:
- 11/04/2025 09:04:46 PM (5 months ago)
- Location:
- pantheon-content-publisher
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from pantheon-content-publisher/trunk)
-
tags/1.3.2/README.txt (modified) (4 diffs)
-
tags/1.3.2/pantheon-content-publisher.php (modified) (2 diffs)
-
tags/1.3.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/pantheon-content-publisher.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pantheon-content-publisher/tags/1.3.2/README.txt
r3389815 r3389974 4 4 Requires at least: 5.7 5 5 Tested up to: 6.8.1 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 Requires PHP: 8.0.0 8 8 License: GPLv2 or later … … 14 14 15 15 == Features == 16 16 17 = Real-time Preview = 17 18 Experience seamless document previews within your WordPress environment as they would appear live on the web. … … 26 27 27 28 == Installation == 28 Download the Content Publisher WordPress plugin zip file.29 29 30 Navigate to Plugins > Add New in your WordPress admin dashboard. 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. 31 31 32 Click “Upload Plugin,” select the downloaded zip file, then “Install Now” and activate the plugin. 33 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. 35 33 36 34 == Integration with Third-Party Services == 35 37 36 = Important Disclosure = 38 37 This plugin integrates with Google Drive and Google Docs to facilitate document publishing to WordPress. … … 63 62 64 63 == Changelog == 64 65 = 1.3.2 = 66 * Fix: Resolved issue loading Content Publisher admin screen 65 67 66 68 = 1.3.1 = -
pantheon-content-publisher/tags/1.3.2/pantheon-content-publisher.php
r3389815 r3389974 9 9 * Author: Pantheon 10 10 * Author URI: https://pantheon.io 11 * Version: 1.3. 111 * Version: 1.3.2 12 12 * License: GPLv2 or later 13 13 * License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 define('CPUB_WEBHOOK_SECRET_OPTION_KEY', 'cpub_webhook_secret'); 37 37 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'); 39 39 40 40 call_user_func(static function ($rootPath) { -
pantheon-content-publisher/tags/1.3.2/vendor/composer/installed.php
r3389815 r3389974 4 4 'pretty_version' => 'dev-release', 5 5 'version' => 'dev-release', 6 'reference' => ' 48535d643817c0767d9b6916b70b27512379e0f4',6 'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 59 59 'pretty_version' => 'dev-release', 60 60 'version' => 'dev-release', 61 'reference' => ' 48535d643817c0767d9b6916b70b27512379e0f4',61 'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49', 62 62 'type' => 'wordpress-plugin', 63 63 'install_path' => __DIR__ . '/../../', -
pantheon-content-publisher/trunk/README.txt
r3389815 r3389974 4 4 Requires at least: 5.7 5 5 Tested up to: 6.8.1 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 Requires PHP: 8.0.0 8 8 License: GPLv2 or later … … 14 14 15 15 == Features == 16 16 17 = Real-time Preview = 17 18 Experience seamless document previews within your WordPress environment as they would appear live on the web. … … 26 27 27 28 == Installation == 28 Download the Content Publisher WordPress plugin zip file.29 29 30 Navigate to Plugins > Add New in your WordPress admin dashboard. 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. 31 31 32 Click “Upload Plugin,” select the downloaded zip file, then “Install Now” and activate the plugin. 33 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. 35 33 36 34 == Integration with Third-Party Services == 35 37 36 = Important Disclosure = 38 37 This plugin integrates with Google Drive and Google Docs to facilitate document publishing to WordPress. … … 63 62 64 63 == Changelog == 64 65 = 1.3.2 = 66 * Fix: Resolved issue loading Content Publisher admin screen 65 67 66 68 = 1.3.1 = -
pantheon-content-publisher/trunk/pantheon-content-publisher.php
r3389815 r3389974 9 9 * Author: Pantheon 10 10 * Author URI: https://pantheon.io 11 * Version: 1.3. 111 * Version: 1.3.2 12 12 * License: GPLv2 or later 13 13 * License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 define('CPUB_WEBHOOK_SECRET_OPTION_KEY', 'cpub_webhook_secret'); 37 37 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'); 39 39 40 40 call_user_func(static function ($rootPath) { -
pantheon-content-publisher/trunk/vendor/composer/installed.php
r3389815 r3389974 4 4 'pretty_version' => 'dev-release', 5 5 'version' => 'dev-release', 6 'reference' => ' 48535d643817c0767d9b6916b70b27512379e0f4',6 'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 59 59 'pretty_version' => 'dev-release', 60 60 'version' => 'dev-release', 61 'reference' => ' 48535d643817c0767d9b6916b70b27512379e0f4',61 'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49', 62 62 'type' => 'wordpress-plugin', 63 63 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.