From 9820ea746f39ebbd724fb11078c4c5b484d3134e Mon Sep 17 00:00:00 2001 From: Hugh Downer Date: Tue, 15 Aug 2023 08:44:59 +0100 Subject: [PATCH] Bump versioning to 3.2.17 --- README.md | 5 ++++- composer.json | 2 +- gathercontent-importer.php | 6 +++--- package.json | 2 +- readme.txt | 7 +++++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0472f41..c986acb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GatherContent Plugin -- Version 3.2.16 # +# GatherContent Plugin -- Version 3.2.17 # This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa. @@ -47,6 +47,9 @@ Below the text box is a button that will allow you to simply save all of that in ## Changelog ## +### 3.2.17 ### +* Updated `spl_autoload_register` to be PHP8 compatible + ### 3.2.16 ### * Reformatting version file diff --git a/composer.json b/composer.json index 6a91123..40c6f34 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "gathercontent/wp-importer", "description": "Imports items from GatherContent to your wordpress site", - "version": "3.2.16", + "version": "3.2.17", "type": "wordpress-plugin", "keywords": [], "homepage": "http://www.gathercontent.com", diff --git a/gathercontent-importer.php b/gathercontent-importer.php index 4c7196c..7c65199 100644 --- a/gathercontent-importer.php +++ b/gathercontent-importer.php @@ -3,7 +3,7 @@ * Plugin Name: GatherContent Plugin * Plugin URI: http://www.gathercontent.com * Description: Imports items from GatherContent to your wordpress site - * Version: 3.2.16 + * Version: 3.2.17 * Author: GatherContent * Requires PHP: 7.0 * Author URI: http://www.gathercontent.com @@ -31,8 +31,8 @@ */ // Useful global constants -define( 'GATHERCONTENT_VERSION', '3.2.16' ); -define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.16' ); +define( 'GATHERCONTENT_VERSION', '3.2.17' ); +define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.17' ); define( 'GATHERCONTENT_SLUG', 'gathercontent-import' ); define( 'GATHERCONTENT_PLUGIN', __FILE__ ); define( 'GATHERCONTENT_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package.json b/package.json index 1bb86b0..0a479e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gathercontent-importer", "title": "GatherContent Plugin", "description": "Imports items from GatherContent to your wordpress site", - "version": "3.2.16", + "version": "3.2.17", "license": "GPLv2", "homepage": "http://www.gathercontent.com", "repository": { diff --git a/readme.txt b/readme.txt index 09502df..b720a5e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: gathercontent, mathew-chapman, namshee, justinsainton Donate link: http://www.gathercontent.com Tags: structured content, gather content, gathercontent, import, migrate, export, mapping, production, writing, collaboration, platform, connect, link, gather, client, word, production Requires at least: 5.6.0 -Tested up to: 6.1 -Stable tag: 3.2.16 +Tested up to: 6.3 +Stable tag: 3.2.17 License: GPL-2.0+ Requires PHP: 7.0 License URI: https://opensource.org/licenses/GPL-2.0 @@ -65,6 +65,9 @@ Below the text box is a button that will allow you to simply save all of that in == Changelog == += 3.2.17 = +* Updated spl_autoload_register to be PHP8 compatible + = 3.2.16 = * Reformatting version file