Plugin Directory

Changeset 3028232


Ignore:
Timestamp:
01/29/2024 12:46:06 PM (2 years ago)
Author:
Mark Young
Message:

Update to version 3.2.20 from GitHub

Location:
gathercontent-import
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gathercontent-import/tags/3.2.20/README.md

    r2980223 r3028232  
    1 # GatherContent Plugin -- Version 3.2.19 #
     1# GatherContent Plugin -- Version 3.2.20 #
    22
    33This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa.
     
    4747
    4848## Changelog ##
     49
     50### 3.2.20 ###
     51* Resolved bug missing WPSEO_Social_admin class
    4952
    5053### 3.2.19 ###
  • gathercontent-import/tags/3.2.20/gathercontent-importer.php

    r2980223 r3028232  
    44 * Plugin URI:   http://www.gathercontent.com
    55 * Description:  Imports items from GatherContent to your wordpress site
    6  * Version:      3.2.19
     6 * Version:      3.2.20
    77 * Author:       GatherContent
    88 * Requires PHP: 7.0
     
    3232
    3333// Useful global constants
    34 define( 'GATHERCONTENT_VERSION', '3.2.19' );
    35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.19' );
     34define( 'GATHERCONTENT_VERSION', '3.2.20' );
     35define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.20' );
    3636define( 'GATHERCONTENT_SLUG', 'gathercontent-import' );
    3737define( 'GATHERCONTENT_PLUGIN', __FILE__ );
  • gathercontent-import/tags/3.2.20/readme.txt

    r2980223 r3028232  
    55Requires at least: 5.6.0
    66Tested up to: 6.3
    7 Stable tag: 3.2.19
     7Stable tag: 3.2.20
    88License: GPL-2.0+
    99Requires PHP: 7.0
     
    6565
    6666== Changelog ==
     67
     68= 3.2.20 =
     69* Resolved bug missing WPSEO_Social_admin class
    6770
    6871= 3.2.19 =
  • gathercontent-import/trunk/README.md

    r2980223 r3028232  
    1 # GatherContent Plugin -- Version 3.2.19 #
     1# GatherContent Plugin -- Version 3.2.20 #
    22
    33This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa.
     
    4747
    4848## Changelog ##
     49
     50### 3.2.20 ###
     51* Resolved bug missing WPSEO_Social_admin class
    4952
    5053### 3.2.19 ###
  • gathercontent-import/trunk/gathercontent-importer.php

    r2980223 r3028232  
    44 * Plugin URI:   http://www.gathercontent.com
    55 * Description:  Imports items from GatherContent to your wordpress site
    6  * Version:      3.2.19
     6 * Version:      3.2.20
    77 * Author:       GatherContent
    88 * Requires PHP: 7.0
     
    3232
    3333// Useful global constants
    34 define( 'GATHERCONTENT_VERSION', '3.2.19' );
    35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.19' );
     34define( 'GATHERCONTENT_VERSION', '3.2.20' );
     35define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.20' );
    3636define( 'GATHERCONTENT_SLUG', 'gathercontent-import' );
    3737define( 'GATHERCONTENT_PLUGIN', __FILE__ );
  • gathercontent-import/trunk/readme.txt

    r2980223 r3028232  
    55Requires at least: 5.6.0
    66Tested up to: 6.3
    7 Stable tag: 3.2.19
     7Stable tag: 3.2.20
    88License: GPL-2.0+
    99Requires PHP: 7.0
     
    6565
    6666== Changelog ==
     67
     68= 3.2.20 =
     69* Resolved bug missing WPSEO_Social_admin class
    6770
    6871= 3.2.19 =
Note: See TracChangeset for help on using the changeset viewer.