Skip to content

Releases: Webador/sendcloud

v3.4.0

06 Feb 22:03
ad462d3
Compare
Choose a tag to compare
  • 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

17 Jan 10:55
9dccc49
Compare
Choose a tag to compare
  • Add a way to retrieve labels in bulk (Client::getBulkLabelPdf()). Thanks @ivan-white!

v3.2.0

12 Jun 12:26
5c61c76
Compare
Choose a tag to compare
  • Add Client::getReturnPortalUrl() for retrieving a direct link to the current return portal.

v3.1.0

22 May 07:31
606d459
Compare
Choose a tag to compare
  • 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

22 Mar 14:05
65ba820
Compare
Choose a tag to compare
  • Lower required PHP version to 7.1.3, which enjoys security support until December.

v3.0.1

22 Mar 09:47
e0d4719
Compare
Choose a tag to compare
  • Connection failed error code and message.

v3.0.0

19 Mar 12:35
8d814c8
Compare
Choose a tag to compare
  • 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

24 Dec 09:52
0b9775a
Compare
Choose a tag to compare

Implement to_service_point as an optional argument when creating a parcel.

v2.0.0

18 Jun 15:05
92ff174
Compare
Choose a tag to compare
  • Use SendCloudRequestException with code and inner message where possible in favor of SendCloudConfigurationException.

v1.0.1

13 Jun 10:18
30ff915
Compare
Choose a tag to compare

More specific exception for remote configuration errors.