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