Releases: Webador/sendcloud
Releases · Webador/sendcloud
v3.10.2
Security update. Bumps minimum required Guzzle and PHP versions.
v3.10.1
- Add backward compatibility with Guzzle 6.
v3.10.0
- Add support for post numbers (#15).
v3.9.0
- Add SKU product ID and properties to ParcelItem (#12).
v3.8.1
- Fixes parcel and item weight format for all locales (#13).
v3.8.0
- Add sender address and return method flag to
Client::getShippingMethods()
.
Client::getShippingMethods()
now returns methods for all configured sender addresses by default (instead of just the ones for the default sender address).
v3.7.0
- Require a newer version of Guzzle (^7.0.1) to support Laravel 8 (#9).
- Dropped support for PHP 7.1 which is end of life.
v3.6.0
- Add option to set and retrieve country state for addresses. Thanks @odraska!
v3.5.0
- Add address line 2 (
Address::$addressLine2
).
v3.4.1
- Don't fail Parcel::toArray() when label URLs are not available (#4).