=== Advanced Custom Fields: Token Field ===
Contributors: foTYPE
Tags: advanced, custom, fields, acf, token, field, tokenfield, text, comma, separated, value
Requires at least: 4.0
Tested up to: 4.7
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds a tokenized text box for saving comma separated values.

== Description ==

Adds a tokenized text box for saving comma separated values.

= Compatibility =

This ACF field type is compatible with:
* ACF 5
* ACF 4

== Installation ==

1. Copy the `acf-tokenfield` folder into your `wp-content/plugins` folder
2. Activate the Token plugin via the plugins admin page
3. Create a new field via ACF and select the Token type
4. Please refer to the description for more info regarding the field type settings

== Changelog ==

= 1.0.3 =
* Adding 'return_format' option.
* Fixing compatibility with ACF 4.x.

= 1.0.2 =
* Fixing WordPress compatibility numbers.

= 1.0.1.1 =
* ACTUALLY fixing bug when 'Max Tokens' option left blank.

= 1.0.1 =
* Fixing bug when 'Max Tokens' option left blank.
* Removing unused .js and .css files.

= 1.0.0 =
* Initial Release.