=== Advanced Custom Fields: Currency Field ===
Contributors: AUTHOR_NAME
Contributors: Adam Fischer
Tags: acf, wordpress
Requires at least: 3.5
Tested up to: 4.9.7
Stable tag: 1.3.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 )
- acf_currency_has_auto_conversion()
- acf_currency_get_exchange_rates()
- acf_currency_get_api_exchange_rates( $date, $default_code, $specific_exchange_rates_codes )

= 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.3.0 =
* Fixer API Access Key field added
* New Fixer API endpoint

= 1.2.1 =
* Ajax request added to auto conversion

= 1.2.0 =
* Auto Conversion option added

= 1.1.0 =
* Minor fixes
* WPML support added

= 1.0.1 =
* Minor fix

= 1.0.0 =
* Initial Release.
