Releases: Torann/laravel-currency
Releases · Torann/laravel-currency
1.0.12
- Remove Yahoo Finance API (no longer supported by Yahoo)
- Fix precision bug #81
- Add the ability to add all currencies (
artisan currency:manage add all
)
1.0.11 (Laravel 5.5 Support)
- Add handle method in order to delegate to fire method for Laravel 5.5
1.0.10
- Add the ability to no include the symbol when formatting
1.0.9
- Add magic get method
- Fix bug with
getCurrency
not returning the current currency
1.0.8
- Remove special characters in value
- Add currencies information for Africa (XAF and XOF)
1.0.7
- Apply negative formatting to currency_format
- Add checks to null values
1.0.6
- Update timestamp when updating exchange rates
- Properly format negative values
- Don't pass id to INSERT queries
- Fix formatting of Scandinavian currencies
- add cache driver configurability