Plugin Directory

Changeset 3389974


Ignore:
Timestamp:
11/04/2025 09:04:46 PM (5 months ago)
Author:
getpantheon
Message:

Update to version 1.3.2 from GitHub

Location:
pantheon-content-publisher
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pantheon-content-publisher/tags/1.3.2/README.txt

    r3389815 r3389974  
    44Requires at least: 5.7
    55Tested up to: 6.8.1
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77Requires PHP: 8.0.0
    88License: GPLv2 or later
     
    1414
    1515== Features ==
     16
    1617= Real-time Preview =
    1718Experience seamless document previews within your WordPress environment as they would appear live on the web.
     
    2627
    2728== Installation ==
    28 Download the Content Publisher WordPress plugin zip file.
    2929
    30 Navigate to Plugins > Add New in your WordPress admin dashboard.
     30The 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.
    3131
    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.
     32After 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 =
    3837This plugin integrates with Google Drive and Google Docs to facilitate document publishing to WordPress.
     
    6362
    6463== Changelog ==
     64
     65= 1.3.2 =
     66* Fix: Resolved issue loading Content Publisher admin screen
    6567
    6668= 1.3.1 =
  • pantheon-content-publisher/tags/1.3.2/pantheon-content-publisher.php

    r3389815 r3389974  
    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
     
    3636define('CPUB_WEBHOOK_SECRET_OPTION_KEY', 'cpub_webhook_secret');
    3737define('CPUB_WEBHOOK_NOTICE_DISMISSED_OPTION_KEY', 'cpub_webhook_notice_dismissed');
    38 define('CPUB_VERSION', '1.3.1');
     38define('CPUB_VERSION', '1.3.2');
    3939
    4040call_user_func(static function ($rootPath) {
  • pantheon-content-publisher/tags/1.3.2/vendor/composer/installed.php

    r3389815 r3389974  
    44        'pretty_version' => 'dev-release',
    55        'version' => 'dev-release',
    6         'reference' => '48535d643817c0767d9b6916b70b27512379e0f4',
     6        'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    5959            'pretty_version' => 'dev-release',
    6060            'version' => 'dev-release',
    61             'reference' => '48535d643817c0767d9b6916b70b27512379e0f4',
     61            'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49',
    6262            'type' => 'wordpress-plugin',
    6363            'install_path' => __DIR__ . '/../../',
  • pantheon-content-publisher/trunk/README.txt

    r3389815 r3389974  
    44Requires at least: 5.7
    55Tested up to: 6.8.1
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77Requires PHP: 8.0.0
    88License: GPLv2 or later
     
    1414
    1515== Features ==
     16
    1617= Real-time Preview =
    1718Experience seamless document previews within your WordPress environment as they would appear live on the web.
     
    2627
    2728== Installation ==
    28 Download the Content Publisher WordPress plugin zip file.
    2929
    30 Navigate to Plugins > Add New in your WordPress admin dashboard.
     30The 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.
    3131
    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.
     32After 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 =
    3837This plugin integrates with Google Drive and Google Docs to facilitate document publishing to WordPress.
     
    6362
    6463== Changelog ==
     64
     65= 1.3.2 =
     66* Fix: Resolved issue loading Content Publisher admin screen
    6567
    6668= 1.3.1 =
  • pantheon-content-publisher/trunk/pantheon-content-publisher.php

    r3389815 r3389974  
    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
     
    3636define('CPUB_WEBHOOK_SECRET_OPTION_KEY', 'cpub_webhook_secret');
    3737define('CPUB_WEBHOOK_NOTICE_DISMISSED_OPTION_KEY', 'cpub_webhook_notice_dismissed');
    38 define('CPUB_VERSION', '1.3.1');
     38define('CPUB_VERSION', '1.3.2');
    3939
    4040call_user_func(static function ($rootPath) {
  • pantheon-content-publisher/trunk/vendor/composer/installed.php

    r3389815 r3389974  
    44        'pretty_version' => 'dev-release',
    55        'version' => 'dev-release',
    6         'reference' => '48535d643817c0767d9b6916b70b27512379e0f4',
     6        'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    5959            'pretty_version' => 'dev-release',
    6060            'version' => 'dev-release',
    61             'reference' => '48535d643817c0767d9b6916b70b27512379e0f4',
     61            'reference' => '6594edbe20b95dffbf4e94603cc90a7d58565c49',
    6262            'type' => 'wordpress-plugin',
    6363            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.