Skip to content

Releases: Torann/laravel-currency

1.0.12

06 Nov 20:16
Compare
Choose a tag to compare
  • 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)

06 Oct 14:15
Compare
Choose a tag to compare
  • Add handle method in order to delegate to fire method for Laravel 5.5

1.0.10

16 May 22:25
Compare
Choose a tag to compare
  • Add the ability to no include the symbol when formatting

1.0.9

25 Apr 23:22
Compare
Choose a tag to compare
  • Add magic get method
  • Fix bug with getCurrency not returning the current currency

1.0.8

25 Apr 22:13
Compare
Choose a tag to compare
  • Remove special characters in value
  • Add currencies information for Africa (XAF and XOF)

1.0.7

20 Apr 20:25
Compare
Choose a tag to compare
  • Apply negative formatting to currency_format
  • Add checks to null values

1.0.6

26 Jan 22:06
Compare
Choose a tag to compare
  • 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

1.0.5

26 Jan 21:23
Compare
Choose a tag to compare
  • Support Laravel 5.4