=== CFS Taxonomy Field Add-on ===
Contributors: dbisso
Tags: Custom Field Suite, CFS, taxonomy
Requires at least: 3.9
Tested up to: 4.0
Stable tag: 1.1.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds a taxonomy field to the Custom Field Suite WordPress plugin.

== Description ==

Adds a new field type to [Custom Field Suite](http://customfieldsuite.com) which lists terms in a given taxonomy. Supports the selection of single or multiple terms.

Follow development on [GitHub](https://github.com/dbisso/dbisso-cfs-taxonomy)

== Installation ==

*Note: This plugin requires the [Custom Field Suite](http://customfieldsuite.com) plugin so please install that first*

1. Upload `dbisso-cfs-taxonomy` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Add a taxonomy field using the CFS interface


== Changelog ==

= 1.1.0 =
* Add .pot file for translations
* Fix incorrect gettext domain

= 1.0.0 =
* Initial release