Releases: Webador/sendcloud
Releases · Webador/sendcloud
v3.4.0
- Support for international shipping by adding some new optional arguments to
Client::createParcel()
.
- Fix an issue with weight being rounded up in
Client::createParcel()
.
v3.3.0
- Add a way to retrieve labels in bulk (
Client::getBulkLabelPdf()
). Thanks @ivan-white!
v3.2.0
- Add
Client::getReturnPortalUrl()
for retrieving a direct link to the current return portal.
v3.1.0
- Allow a service point ID to be specified when retrieving shipping methods.
ShippingMethod::getAllowsServicePoints()
to check whether a shipping method supports service points.
v3.0.2
- Lower required PHP version to 7.1.3, which enjoys security support until December.
v3.0.1
- Connection failed error code and message.
v3.0.0
- Actual unit tests,.
- Better data and error handling.
- More concise in use (read: breaking changes to interface).
- More API functionality implemented (mainly webhook, sender addresses and cancelling).
v2.1.0
Implement to_service_point
as an optional argument when creating a parcel.
v2.0.0
- Use
SendCloudRequestException
with code and inner message where possible in favor of SendCloudConfigurationException
.
v1.0.1
More specific exception for remote configuration errors.