Releases: msonowal/laraxchange
Releases · msonowal/laraxchange
v1.2.3
v1.2.2: Merge pull request #6 from bhavinjr/master
added laravel 5.6 and 5.7 support
v1.2.1: Merge pull request #4 from dhritimanrick/patch-3
Update Currency.php with modified api endpoint
New Api update
Merge pull request #3 from dhritimanrick/patch-1 Update Currency.php
added laravel 5.5 support
added support for Laravel 5.5 and autodiscovery
removed logging
v1.0.8 removed logging
Location retrieval by from Ip returned by Laravel Request::class
updated location fix
*which now retrieves location information from laravel request->ip() helper which was previously auto detecting and resulting in inconsistent ip/location
*this fixes that by forcing retrieval information by the given ip which returns by laravel