From c52b1da24fff573ce197a0c491fca86612f0cbd9 Mon Sep 17 00:00:00 2001 From: Hugh Downer Date: Wed, 4 May 2022 11:07:23 +0100 Subject: [PATCH] Bump version 3.2.9 --- README.md | 6 +++++- composer.json | 2 +- gathercontent-importer.php | 6 +++--- package.json | 2 +- readme.txt | 6 +++++- vendor/composer/installed.php | 8 ++++---- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index dcd18527..ba38e355 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GatherContent Plugin -- Version 3.2.8 # +# GatherContent Plugin -- Version 3.2.9 # This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa. @@ -47,6 +47,10 @@ Below the text box is a button that will allow you to simply save all of that in ## Changelog ## +### 3.2.9 ### +* Added support for Bynder images, which do not include an extension in their filenames by default. +* Importing files from attachment fields in GatherContent, will now be done using the result of the content endpoint for the item, and will no longer call the files endpoint. + ### 3.2.8 ### * Pulling will no longer happen using wp_remote_post as it was causing issues with local environments and firewalls, where leaving the server and re-calling it via the host wasn't possible. diff --git a/composer.json b/composer.json index 1e3b7a1c..9b706dfc 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.8", + "version": "3.2.9", "type": "wordpress-plugin", "keywords": [], "homepage": "http://www.gathercontent.com", diff --git a/gathercontent-importer.php b/gathercontent-importer.php index f0bd509a..ccf50b1b 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.7 + * Version: 3.2.9 * Author: GatherContent * Requires PHP: 7.0 * Author URI: http://www.gathercontent.com @@ -31,8 +31,8 @@ */ // Useful global constants -define( 'GATHERCONTENT_VERSION', '3.2.8' ); -define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.8' ); +define( 'GATHERCONTENT_VERSION', '3.2.9' ); +define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.9' ); 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 aca6edf5..8e5b3392 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.8", + "version": "3.2.9", "license": "GPLv2", "homepage": "http://www.gathercontent.com", "repository": { diff --git a/readme.txt b/readme.txt index c5c4f75e..26db8448 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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: 5.9.0 -Stable tag: 3.2.8 +Stable tag: 3.2.9 License: GPL-2.0+ Requires PHP: 7.0 License URI: https://opensource.org/licenses/GPL-2.0 @@ -65,6 +65,10 @@ Below the text box is a button that will allow you to simply save all of that in == Changelog == += 3.2.9 = +* Added support for Bynder images, which do not include an extension in their filenames by default. +* Importing files from attachment fields in GatherContent, will now be done using the result of the content endpoint for the item, and will no longer call the files endpoint. + = 3.2.8 = * Pulling will no longer happen using wp_remote_post as it was causing issues with local environments and firewalls, where leaving the server and re-calling it via the host wasn't possible. diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 9a62ce33..49463617 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,7 +1,7 @@ array( - 'pretty_version' => '3.2.8', - 'version' => '3.2.8.0', + 'pretty_version' => '3.2.9', + 'version' => '3.2.9.0', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -11,8 +11,8 @@ ), 'versions' => array( 'gathercontent/wp-importer' => array( - 'pretty_version' => '3.2.8', - 'version' => '3.2.8.0', + 'pretty_version' => '3.2.9', + 'version' => '3.2.9.0', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),