Skip to content

Commit

Permalink
Merge pull request #81 from Bynder/version/3.2.22
Browse files Browse the repository at this point in the history
🔖 Marking the last stable release
  • Loading branch information
CWDN authored Aug 7, 2024
2 parents bb7af96 + 0a0fa92 commit d9d7c6f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GatherContent Plugin -- Version 3.2.21 #
# GatherContent Plugin -- Version 3.2.22 #

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,9 @@ Below the text box is a button that will allow you to simply save all of that in

## Changelog ##

### 3.2.22 ###
* Updating the stable release

### 3.2.21 ###
* Adding in a workflow to upgrade to the new plugin
* Marking this plugin as no longer supported
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.21",
"version": "3.2.22",
"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.21
* Version: 3.2.22
* 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.21' );
define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.21' );
define( 'GATHERCONTENT_VERSION', '3.2.22' );
define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.22' );
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.21",
"version": "3.2.22",
"license": "GPLv2",
"homepage": "http://www.gathercontent.com",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.gathercontent.com
Tags: structured content, gather content, gathercontent, import, migrate, export, mapping, production, writing, collaboration, platform, connect, link, gather, client, word, production
Requires at least: 5.6.0
Tested up to: 6.3
Stable tag: 3.2.19
Stable tag: 3.2.22
License: GPL-2.0+
Requires PHP: 7.0
License URI: https://opensource.org/licenses/GPL-2.0
Expand Down Expand Up @@ -67,6 +67,9 @@ Below the text box is a button that will allow you to simply save all of that in

== Changelog ==

= 3.2.22 =
* Updating the stable release

= 3.2.21 =
* Adding in a workflow to upgrade to the new plugin
* Marking this plugin as no longer supported
Expand Down

0 comments on commit d9d7c6f

Please sign in to comment.