Releases: ash-jc-allen/laravel-exchange-rates
Releases · ash-jc-allen/laravel-exchange-rates
v7.7.0
What's Changed
- Add explicit nullable types for PHP 8.4 support by @SanderMuller in #162
New Contributors
- @SanderMuller made their first contribution in #162
Full Changelog: v7.6.0...v7.7.0
v7.6.0
What's Changed
- Updated the test data providers methods to be static by @faissaloux in #158
- Adds 'VES' as an allowable currency symbol by @philipsorensen in #161
New Contributors
- @faissaloux made their first contribution in #158
- @philipsorensen made their first contribution in #161
Full Changelog: v7.5.0...v7.6.0
v7.5.0
What's Changed
- Added "BYN" as a valid currency symbol by @ash-jc-allen in #157
Full Changelog: v7.4.0...v7.5.0
v7.4.0
What's Changed
- Added support for
nesbot/carbon 3.0
by @ash-jc-allen in #154
Full Changelog: v7.3.0...v7.4.0
v7.3.0
What's Changed
- Added support for Laravel 11 by @ash-jc-allen in #153
Full Changelog: v7.2.0...v7.3.0
v7.2.0
v7.1.1
What's Changed
- Fixed the
exchange-rate-host
driver so it works with the latest, sudden API changes by @ash-jc-allen in #148
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- Added an
https
config option that can be used to specify whether the API should be accessed over HTTPS or HTTP by @jlevers and @ash-jc-allen in #136 and #137 - Run CI tests with PHP 8.3 by @ash-jc-allen in #134
New Contributors
Full Changelog: v7.0.1...v7.1.0
v7.0.1
What's Changed
- Fixed bug that was using the incorrect response class by @ash-jc-allen in #130
- Fixed bug that was caused by returning a string rather than a float by @neochief in #128
New Contributors
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- Fixed documentation to show how to instantiate the ExchangeRate class by @ash-jc-allen in #123
- Response abstraction by @spotwilliams in #126
New Contributors
- @spotwilliams made their first contribution in #126
Full Changelog: v6.1.0...v7.0.0