diff --git a/README.md b/README.md index e693414e..6d7f93c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GatherContent Import # +# GatherContent Import -- Version 3.0.0.2 # The GatherContent Import plugin allows you to quickly import structured content from your GatherContent projects into your WordPress site, as well as export your existing WordPress content to GatherContent. @@ -12,7 +12,7 @@ Connecting a powerful content production platform, to a powerful content publish Content can be imported as items, posts, media or custom post types. And you can choose to create new items etc. or overwrite existing entities. -The plugin allows you to specifically map each field on your templates in GatherContent to various fields in WordPress, these include; title, body content, custom fields, tags, categories, Yoast fields, advanced custom fields, featured images … and many more. It also allows you to directly embed images and files. +The plugin allows you to specifically map each field on your templates in GatherContent to various fields in WordPress, these include; title, body content, custom fields, tags, categories, Yoast fields, advanced custom fields, featured images … and many more. It also allows you to directly embed images and files. For additional developer documentation, please [review the wiki](https://github.com/gathercontent/wordpress-plugin/wiki). diff --git a/gathercontent-importer.php b/gathercontent-importer.php index 9494b4a5..13c2ae06 100644 --- a/gathercontent-importer.php +++ b/gathercontent-importer.php @@ -3,7 +3,7 @@ * Plugin Name: GatherContent Importer * Plugin URI: http://www.gathercontent.com * Description: Imports items from GatherContent to your wordpress site - * Version: 3.0.0.1 + * Version: 3.0.0.2 * Author: GatherContent * Author URI: http://www.gathercontent.com * Text Domain: gathercontent-import diff --git a/readme.txt b/readme.txt index 5503660f..1647b040 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: 3.8 Tested up to: 4.6 -Stable tag: 3.0.0.1 +Stable tag: 3.0.0.2 License: GPL-2.0+ License URI: https://opensource.org/licenses/GPL-2.0 @@ -49,6 +49,9 @@ This section describes how to install the plugin and get it working. == Changelog == += 3.0.0.2 = +* Fix bug when creating a new mapping and trying to map GatherContent statuses before saving the mapping. + = 3.0.0.1 = * Fix bug where WordPress pointer script/css was not properly enqueued in some instances.