Releases: joecampo/laravel-shipstation
Releases · joecampo/laravel-shipstation
5.1.3
5.1.2
What's Changed
- Changed sleep() call to usleep() as sleep only accepts an integer. This throws a deprecation notice in PHP 8.1+
Full Changelog: 5.1.1...5.1.2
5.1.1
5.1.0
What's Changed
- Add support for Laravel's Package Discovery by @BrandonSurowiec in #24
Full Changelog: 5.0.1...5.1.0
5.0.1
Fixes
Fix operator precedence to avoid div/0 error in rate limit check h/t @smartens80
5.0.0
4.2.0
4.1.0
4.0.0
- Created config setting for API URL
- Must update your shipstation.php config file in app/config to add
apiURL
key and set aSS_URL
variable in your.env
https://ssapi.shipstation.com is the production API.
- Must update your shipstation.php config file in app/config to add
For production
- Update shipstation.php config in app/config to include:
'apiURL' => env('SS_URL', 'https://ssapi.shipstation.com'),
- Add to .env:
SS_URL=https://ssapi.shipstation.com