From f693e9873cd0cccbf650f58d74bd62cbdb58d4a7 Mon Sep 17 00:00:00 2001 From: Chris Normansell Date: Tue, 6 Aug 2024 15:55:07 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Marking=20on=20the?= =?UTF-8?q?=20description=20that=20the=20plugin=20is=20no=20longer=20maint?= =?UTF-8?q?ained?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also added a linkn to the new plugin to hopefully redirect people. --- README.md | 2 ++ readme.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index fb363ba..956e414 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This plugin allows you to transfer content from your GatherContent projects into ## Description ## +**This plugin is no longer supported and will not receive any updates. Please consider using the [Content Workflow by Bynder plugin](https://wordpress.org/plugins/content-workflow-by-bynder/) which is a drop in replacement.** + Installing our WordPress plugin on your site allows you to quickly perform updates of your content from your GatherContent account to WordPress as well as push your WordPress content updates back to GatherContent. Content can be imported as new pages/posts or custom post types, and you can also import your WordPress content back to new GatherContent items. The plugin allows you to map each field in your GatherContent Templates with WordPress fields. This is accomplished by creating a Template Mapping, which allows you to map each field in GatherContent to various fields in WordPress; title, body content, custom fields, tags, categories, Yoast fields, advanced custom fields, featured images … and many more. diff --git a/readme.txt b/readme.txt index 5a7d9e2..0d518f1 100644 --- a/readme.txt +++ b/readme.txt @@ -13,6 +13,8 @@ Quickly transfer structured content to and from your GatherContent projects and == Description == +**This plugin is no longer supported and will not receive any updates. Please consider using the [Content Workflow by Bynder plugin](https://wordpress.org/plugins/content-workflow-by-bynder/) which is a drop in replacement.** + Installing our WordPress plugin on your site allows you to quickly perform updates of your content from your GatherContent account to WordPress as well as push your WordPress content updates back to GatherContent. Content can be imported as new pages/posts or custom post types, and you can also import your WordPress content back to new GatherContent items. The plugin allows you to map each field in your GatherContent Templates with WordPress fields. This is accomplished by creating a Template Mapping, which allows you to map each field in GatherContent to various fields in WordPress; title, body content, custom fields, tags, categories, Yoast fields, advanced custom fields, featured images … and many more. From d50f462800e137ab28a448edc3dea6a74b52089a Mon Sep 17 00:00:00 2001 From: Chris Normansell Date: Tue, 6 Aug 2024 16:01:32 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Updating=20the=20version=20r?= =?UTF-8?q?eady=20for=20the=20next=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- composer.json | 2 +- gathercontent-importer.php | 6 +++--- package.json | 2 +- readme.txt | 4 ++++ 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 956e414..2f64e2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GatherContent Plugin -- Version 3.2.19 # +# GatherContent Plugin -- Version 3.2.21 # This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa. @@ -49,6 +49,10 @@ Below the text box is a button that will allow you to simply save all of that in ## Changelog ## +### 3.2.21 ### +* Adding in a workflow to upgrade to the new plugin +* Marking this plugin as no longer supported + ### 3.2.19 ### * Bumping version due to GitHub actions failing to deploy diff --git a/composer.json b/composer.json index 5c5d95c..4e590bb 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.19", + "version": "3.2.21", "type": "wordpress-plugin", "keywords": [], "homepage": "http://www.gathercontent.com", diff --git a/gathercontent-importer.php b/gathercontent-importer.php index 77a66d9..4634cee 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.19 + * Version: 3.2.21 * Author: GatherContent * Requires PHP: 7.0 * Author URI: http://www.gathercontent.com @@ -31,8 +31,8 @@ */ // Useful global constants -define( 'GATHERCONTENT_VERSION', '3.2.19' ); -define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.19' ); +define( 'GATHERCONTENT_VERSION', '3.2.21' ); +define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.21' ); 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 370acc1..efeffe7 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.19", + "version": "3.2.21", "license": "GPLv2", "homepage": "http://www.gathercontent.com", "repository": { diff --git a/readme.txt b/readme.txt index 0d518f1..8f3b863 100644 --- a/readme.txt +++ b/readme.txt @@ -67,6 +67,10 @@ Below the text box is a button that will allow you to simply save all of that in == Changelog == += 3.2.21 = +* Adding in a workflow to upgrade to the new plugin +* Marking this plugin as no longer supported + = 3.2.19 = * Bumping version due to GitHub actions failing to deploy