Plugin Directory

Changeset 2960764


Ignore:
Timestamp:
08/30/2023 03:49:00 PM (3 years ago)
Author:
Mark Young
Message:

Update to version 3.2.17 from GitHub

Location:
gathercontent-import
Files:
8 edited
1 copied

Legend:

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

    r2850321 r2960764  
    1 # GatherContent Plugin -- Version 3.2.16 #
     1# GatherContent Plugin -- Version 3.2.17 #
    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.17 ###
     51* Updated `spl_autoload_register` to be PHP8 compatible
    4952
    5053### 3.2.16 ###
  • gathercontent-import/tags/3.2.17/gathercontent-importer.php

    r2850321 r2960764  
    44 * Plugin URI:   http://www.gathercontent.com
    55 * Description:  Imports items from GatherContent to your wordpress site
    6  * Version:      3.2.16
     6 * Version:      3.2.17
    77 * Author:       GatherContent
    88 * Requires PHP: 7.0
     
    3232
    3333// Useful global constants
    34 define( 'GATHERCONTENT_VERSION', '3.2.16' );
    35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.16' );
     34define( 'GATHERCONTENT_VERSION', '3.2.17' );
     35define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.17' );
    3636define( 'GATHERCONTENT_SLUG', 'gathercontent-import' );
    3737define( 'GATHERCONTENT_PLUGIN', __FILE__ );
  • gathercontent-import/tags/3.2.17/includes/functions/core.php

    r2675190 r2960764  
    6363    };
    6464
    65     spl_autoload_register( $n( 'autoload' ), false );
     65    spl_autoload_register($n( 'autoload' ));
    6666
    6767    include_once GATHERCONTENT_PATH . 'vendor/autoload.php';
  • gathercontent-import/tags/3.2.17/readme.txt

    r2850321 r2960764  
    44Tags: structured content, gather content, gathercontent, import, migrate, export, mapping, production, writing, collaboration, platform, connect, link, gather, client, word, production
    55Requires at least: 5.6.0
    6 Tested up to: 6.1
    7 Stable tag: 3.2.16
     6Tested up to: 6.3
     7Stable tag: 3.2.17
    88License: GPL-2.0+
    99Requires PHP: 7.0
     
    6565
    6666== Changelog ==
     67
     68= 3.2.17 =
     69* Updated spl_autoload_register to be PHP8 compatible
    6770
    6871= 3.2.16 =
  • gathercontent-import/trunk/README.md

    r2850321 r2960764  
    1 # GatherContent Plugin -- Version 3.2.16 #
     1# GatherContent Plugin -- Version 3.2.17 #
    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.17 ###
     51* Updated `spl_autoload_register` to be PHP8 compatible
    4952
    5053### 3.2.16 ###
  • gathercontent-import/trunk/gathercontent-importer.php

    r2850321 r2960764  
    44 * Plugin URI:   http://www.gathercontent.com
    55 * Description:  Imports items from GatherContent to your wordpress site
    6  * Version:      3.2.16
     6 * Version:      3.2.17
    77 * Author:       GatherContent
    88 * Requires PHP: 7.0
     
    3232
    3333// Useful global constants
    34 define( 'GATHERCONTENT_VERSION', '3.2.16' );
    35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.16' );
     34define( 'GATHERCONTENT_VERSION', '3.2.17' );
     35define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.17' );
    3636define( 'GATHERCONTENT_SLUG', 'gathercontent-import' );
    3737define( 'GATHERCONTENT_PLUGIN', __FILE__ );
  • gathercontent-import/trunk/includes/functions/core.php

    r2675190 r2960764  
    6363    };
    6464
    65     spl_autoload_register( $n( 'autoload' ), false );
     65    spl_autoload_register($n( 'autoload' ));
    6666
    6767    include_once GATHERCONTENT_PATH . 'vendor/autoload.php';
  • gathercontent-import/trunk/readme.txt

    r2850321 r2960764  
    44Tags: structured content, gather content, gathercontent, import, migrate, export, mapping, production, writing, collaboration, platform, connect, link, gather, client, word, production
    55Requires at least: 5.6.0
    6 Tested up to: 6.1
    7 Stable tag: 3.2.16
     6Tested up to: 6.3
     7Stable tag: 3.2.17
    88License: GPL-2.0+
    99Requires PHP: 7.0
     
    6565
    6666== Changelog ==
     67
     68= 3.2.17 =
     69* Updated spl_autoload_register to be PHP8 compatible
    6770
    6871= 3.2.16 =
Note: See TracChangeset for help on using the changeset viewer.