Releases: Webador/sendcloud
Releases · Webador/sendcloud
v5.4.1
v5.4.0
v5.3.0
- Added
$applyShippingRules
option toClient::createLabel()
to select a shipping method based on rules configured in Sendcloud (#35). Thanks @linaori! - Added
Client::getParcelDocument()
to obtain exotic documents labels in various formats (#32). Thanks @linaori! - BC Break:
protected
methodClient::getParcelData
has been renamed tocreateParcelData()
with default options for all arguments.
v5.2.0
v5.1.0
- Add support for fetching and querying service points (#28). Thanks @AlexisPPLIN!
- Fix potential distorted shipping method min and max weights due to float math imprecision. (#29). Thanks @Valerie-Tylski-Vincent and @AlexisPPLIN!
v5.0.1
v5.0.0
- House number no longer has to be specified separately (but this is still an option). (#24) Thanks @lukas-jansen!
- BC break: Replaces
Address::$address
with$addressLine1
and changes argument order onAddress::_construct()
. - BC break:
Address::_construct()
- BC break: Corrects namespace capitalization from
JouwWeb\SendCloud
toJouwWeb\Sendcloud
, along with name in certain exception (messages).