Skip to content

Commit

Permalink
Merge pull request #80 from Bynder/feature/GC-5232
Browse files Browse the repository at this point in the history
GC-5232 - 🗑️ Marking on the description that the plugin is no longer maintained
  • Loading branch information
CWDN authored Aug 7, 2024
2 parents 2b718e3 + d50f462 commit bb7af96
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions gathercontent-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bb7af96

Please sign in to comment.