Skip to content

Commit

Permalink
Bump version to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
HughbertD committed Oct 17, 2023
1 parent 6f1fce2 commit ab47c5b
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.18 #
# GatherContent Plugin -- Version 3.2.19 #

This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa.

Expand Down Expand Up @@ -47,6 +47,9 @@ Below the text box is a button that will allow you to simply save all of that in

## Changelog ##

### 3.2.19 ###
* Bumping version due to GitHub actions failing to deploy

### 3.2.18 ###
* Removed references to deprecated WPSEO_Social_Admin class
* Fixed bug where Taxonomy terms from checkboxes were not importing correctly
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.18",
"version": "3.2.19",
"type": "wordpress-plugin",
"keywords": [],
"homepage": "https://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: https://www.gathercontent.com
* Description: Imports items from GatherContent to your wordpress site
* Version: 3.2.18
* Version: 3.2.19
* Author: GatherContent
* Requires PHP: 7.0
* Author URI: https://www.gathercontent.com
Expand Down Expand Up @@ -31,8 +31,8 @@
*/

// Useful global constants
define( 'GATHERCONTENT_VERSION', '3.2.18' );
define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.18' );
define( 'GATHERCONTENT_VERSION', '3.2.19' );
define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.19' );
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.18",
"version": "3.2.19",
"license": "GPLv2",
"homepage": "https://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: https://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.18
Stable tag: 3.2.19
License: GPL-2.0+
Requires PHP: 7.0
License URI: https://opensource.org/licenses/GPL-2.0
Expand Down Expand Up @@ -65,6 +65,9 @@ Below the text box is a button that will allow you to simply save all of that in

== Changelog ==

= 3.2.19 =
* Bumping version due to GitHub actions failing to deploy

= 3.2.18 =
* Removed references to deprecated WPSEO_Social_Admin class
* Fixed bug where Taxonomy terms from checkboxes were not importing correctly
Expand Down

0 comments on commit ab47c5b

Please sign in to comment.