HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/amopropiedades.com/wp-content/plugins/wp-currencies/ChangeLog.md
#### 1.4.6 (29 jun 2015)
* 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

#### 1.4.4 (26 jun 2015)
* Removed deprecated code in ACF 5.x support that was triggering an error

#### 1.4.3 (26 jun 2015)
* 'DOING_CRON' wrapper check added to wp cron callback action to prevent firing too many updates
* Added new action hooks (see [documentation](https://github.com/nekojira/wp-currencies/wiki/Hooks))

#### 1.4.1 (24 jun 2015)
* Fixes a critical bug from 1.4.0 where too many currency update requests were fired - please update

#### 1.4.0 (19 jun 2015)
* Better OOP rewrite of the whole plugin
* PHP 5.4 is the minimum requirement now
* Improved security and performance
* Introduced new hooks (see [documentation](https://github.com/nekojira/wp-currencies/wiki))

#### 1.3.0 (17 jun 2015)
* Removed support for WCML - use [WCML hooks](https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/) instead
* Closes issue [#2](https://github.com/nekojira/wp-currencies/issues/2)

#### 1.2.5 (30 apr 2015)
* Supports WordPress 4.2

#### 1.2.4 (26 feb 2015)
* Fixes "The plugin generated ... characters of unexpected output" upon activation

#### 1.2.2 (06 feb 2015)
* 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

#### 1.2.1 (06 feb 2015)
* Fixes broken link to plugin settings page (props @jkomar)

#### 1.2.0 (15 Jan 2015)
* 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

#### 1.1.3 (08 Jul 2014)
* Added field support for Advanced Custom Fields 5.x
* More currency data

#### 1.1.1 (04 Jul 2014)
* Bugfix (accidentally deactivated admin class in 1.1.0)

#### 1.1.0 (04 Jul 2014)
* Introduced `format_currency()` function
* Added endpoints for JSON REST API (WP API)
* Added a "Currency field" for Advanced Custom Fields 4.x

#### 1.0.0 (03 Jul 2014)
* Initial public release