Skip to content

Releases: Webador/sendcloud

v5.3.0

13 Feb 16:34
Compare
Choose a tag to compare
  • Added $applyShippingRules option to Client::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 method Client::getParcelData has been renamed to createParcelData() with default options for all arguments.

v5.2.0

10 Feb 15:27
8ea6f88
Compare
Choose a tag to compare
  • Fixes service point integration (#33). Thanks @AlexisPPLIN!
  • BC break: Service point API methods have been moved to dedicated ServicePointsClient.
  • Bumps minimum required PHP version to 8.1 (security support).

v5.1.0

21 Nov 11:48
a3120d3
Compare
Choose a tag to compare

v5.0.1

05 Jul 08:35
Compare
Choose a tag to compare
  • Add assertion for separate house number when using undocumented sender address (#25).

v5.0.0

04 Jul 17:46
Compare
Choose a tag to compare
  • 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 on Address::_construct().
  • BC break: Address::_construct()
  • BC break: Corrects namespace capitalization from JouwWeb\SendCloud to JouwWeb\Sendcloud, along with name in certain exception (messages).

v4.0.0

18 Jun 23:40
Compare
Choose a tag to compare
  • Updates minimum supported PHP version to 8.0 (#22). Adds typed properties & union arguments.
  • BC break: Models now all use static method factory pattern (fromData()) instead of constructor with data array. Address setters have been removed.

v3.11.0

18 Jun 13:29
d2a4947
Compare
Choose a tag to compare
  • Add support for multi-collo parcels and "verbose-carrier" errors parameter (#21). Thanks @AlexisPPLIN!

v3.10.2

10 Jun 12:11
46a28c3
Compare
Choose a tag to compare

Security update. Bumps minimum required Guzzle and PHP versions.

v3.10.1

26 Feb 10:05
Compare
Choose a tag to compare
  • Add backward compatibility with Guzzle 6.

v3.10.0

28 Jan 18:40
Compare
Choose a tag to compare
  • Add support for post numbers (#15).