By xano on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-2.x
Description:
As currency exchange rates are now provided by plugins, the exchange rate API no longer stores all rates in a single database table. If you have a view that shows exchange rates, you will have to create a new one based on the table from the Currency exchange rate database table module that comes with Currency. If you want to use exchange rates directly, use the CurrencyExchanger class.
Impacts:
Module developers