Skip to content

Commit

Permalink
🔖 Updating the version ready for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
CWDN committed Aug 6, 2024
1 parent f693e98 commit d50f462
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

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
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d50f462

Please sign in to comment.