From 6759304113f9f5c9f66afbe6eb6cbe72fefc6aad Mon Sep 17 00:00:00 2001 From: Gavin Allmond Date: Mon, 29 Jan 2024 12:45:05 +0000 Subject: [PATCH] upversion to 3.2.20 --- README.md | 5 ++++- gathercontent-importer.php | 6 +++--- package.json | 2 +- readme.txt | 5 ++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb363ba..ad8444c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GatherContent Plugin -- Version 3.2.19 # +# GatherContent Plugin -- Version 3.2.20 # This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa. @@ -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.20 ### +* Resolved bug missing WPSEO_Social_admin class + ### 3.2.19 ### * Bumping version due to GitHub actions failing to deploy diff --git a/gathercontent-importer.php b/gathercontent-importer.php index 77a66d9..8d03d2e 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.20 * 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.20' ); +define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.20' ); 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..7dd0fe9 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.20", "license": "GPLv2", "homepage": "http://www.gathercontent.com", "repository": { diff --git a/readme.txt b/readme.txt index 5a7d9e2..d536999 100644 --- a/readme.txt +++ b/readme.txt @@ -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.20 License: GPL-2.0+ Requires PHP: 7.0 License URI: https://opensource.org/licenses/GPL-2.0 @@ -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.20 = +* Resolved bug missing WPSEO_Social_admin class + = 3.2.19 = * Bumping version due to GitHub actions failing to deploy