- PHP 7.1 compatibility fixes
- Further improvements in handling wp cron and scheduled events hooks
- Commented out 'DOING_CRON' check (might not work if using alternate cron or with some object caching)
- Introduced
wp_currencies_update()
function - Props @StewieGm @extrapixel for feedback (#5 and #6)
- Removed deprecated code in ACF 5.x support that was triggering an error (props @Liabfi)
- 'DOING_CRON' wrapper check added to wp cron callback action to prevent firing too many updates
- Added new action hooks (see documentation)
- Fixes a critical bug from 1.4.0 where too many currency update requests were fired - please update
- Better OOP rewrite of the whole plugin
- PHP 5.4 is the minimum requirement now
- Improved security and performance
- Introduced new hooks (see documentation)
- Removed support for WCML - use WCML hooks instead
- Closes issue #2
- Supports WordPress 4.2
- Fixes "The plugin generated ... characters of unexpected output" upon activation
- Fixes a bug where the currencies table is not created in database upon plugin activation
- If you were experiencing issues with previous version, you may want to deactivate and reactivate plugin after update
- Fixes broken link to plugin settings page (props @jkomar)
- Added support to WooCommerce MultiLanguage
- Updated Settings Page (you may need to re-enter your API Key)
- The plugin now uses
wp_cron
for periodical updates - Introduced
currency_exists()
function - Bugfixes
- Added field support for Advanced Custom Fields 5.x
- More currency data
- Bugfix (accidentally deactivated admin class in 1.1.0)
- Introduced
format_currency()
function - Added endpoints for JSON REST API (WP API)
- Added a "Currency field" for Advanced Custom Fields 4.x
- Initial public release