diff --git a/README.md b/README.md index fb363ba..2f64e2f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# 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. ## 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. @@ -47,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 4b60775..cb2630f 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 5a7d9e2..8f3b863 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. @@ -65,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