=== Advanced Custom Fields: Currency Field ===
Contributors: AUTHOR_NAME
Contributors: Adam Fischer
Tags: acf, wordpress
Requires at least: 3.5
Tested up to: 4.8.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

ACF field to add numbers by currency.

== Description ==

ACF field to add numbers by currency.

Utility functions:
- acf_currency_get_currencies()
- acf_currency_get_number_format_settings()
- acf_currency_number_format( $number )

= Compatibility =

This ACF field type is compatible with:
* ACF 5

== Installation ==

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

== Changelog ==

= 1.0.0 =
* Initial Release.
