Plugin Directory

Changeset 3353552


Ignore:
Timestamp:
08/31/2025 11:53:48 PM (7 months ago)
Author:
pinecast
Message:

[2.0.1] Bump patch version

Location:
pinecast-wp-sync
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pinecast-wp-sync/tags/2.0.1/trunk/pinecast.php

    r3353550 r3353552  
    99
    1010        /** @var string Plugin version */
    11         public $version = '2.0.0';
     11        public $version = '2.0.1';
    1212
    1313        /** @var string Main plugin file */
  • pinecast-wp-sync/tags/2.0.1/trunk/plugin.php

    r3353549 r3353552  
    44 * Plugin URI:      https://help.pinecast.com/articles/3072843-pinecast-wordpress-sync-plugin
    55 * Description:     Sync your Pinecast podcast episodes from Pinecast to WordPress
    6  * Version:         2.0.0
     6 * Version:         2.0.1
    77 * Author:          Pinecast
    88 * Author URI:      https://pinecast.com
  • pinecast-wp-sync/tags/2.0.1/trunk/readme.txt

    r3353551 r3353552  
    44Requires at least: 5.2
    55Tested up to: 6.8.2
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • pinecast-wp-sync/trunk/pinecast.php

    r3353550 r3353552  
    99
    1010        /** @var string Plugin version */
    11         public $version = '2.0.0';
     11        public $version = '2.0.1';
    1212
    1313        /** @var string Main plugin file */
  • pinecast-wp-sync/trunk/plugin.php

    r3353549 r3353552  
    44 * Plugin URI:      https://help.pinecast.com/articles/3072843-pinecast-wordpress-sync-plugin
    55 * Description:     Sync your Pinecast podcast episodes from Pinecast to WordPress
    6  * Version:         2.0.0
     6 * Version:         2.0.1
    77 * Author:          Pinecast
    88 * Author URI:      https://pinecast.com
  • pinecast-wp-sync/trunk/readme.txt

    r3353551 r3353552  
    44Requires at least: 5.2
    55Tested up to: 6.8.2
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.