Skip to content

Releases: shoppingflux/php-sdk

0.8.0

11 Mar 15:05
e7fbe6f
Compare
Choose a tag to compare

What's Changed

  • Fix acknowledge and unacknowledge order operation documentation by @mdumoulin in #115
  • Deprecate SessionResource::getMainStore() by @mdumoulin in #116

Full Changelog: 0.7.0...0.8.0

0.7.0

02 Jan 10:40
cea1e01
Compare
Choose a tag to compare

Features

  • Manage partial shipment by @hbouffi in #113 :
    • Add a function to get Shipment list for a order
    • Operation ship updated to allow partial shipment

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

23 Nov 13:26
40d2020
Compare
Choose a tag to compare

Features

Maintenance

  • Fixes php version used in DockerFile
  • Add composer scripts commands
  • Fixes unit tests to work with more recent version of PHPUnit

Full Changelog: 0.5.2...0.6.0

0.5.2

27 Mar 15:40
3afd3f2
Compare
Choose a tag to compare

Bug fixes

  • Fix php8.1 type issue (#111)
  • Fix rejected callback

Full Changelog: 0.5.1...0.5.2

0.5.1

28 Apr 08:37
82499a1
Compare
Choose a tag to compare

Maintenance

  • Fix return type compatibility with PHP 8.1 #107

0.5.0

12 Apr 09:09
46cae5b
Compare
Choose a tag to compare
  • BC-BREAK: Drop support for php5.6: min requirement is now PHP7.1
  • Update PHP & Guzzle #106

0.4.2

21 Jan 16:08
c00de2a
Compare
Choose a tag to compare
  • SFCORE-1252: Add access to channel mode property #103
  • Fix php 8.1 deprecation #104

0.4.1

25 Mar 08:51
7ca6103
Compare
Choose a tag to compare
  • Add github action #100
  • SFAPI-443 : Add getter for deletedAt in storeResource #98

0.4.0

21 Sep 16:10
88b73e6
Compare
Choose a tag to compare
  • Add supports for Request Method for HTTP adapter #94 (WARNING : BC-Break)

0.3.3

09 Jul 07:53
1eb11b9
Compare
Choose a tag to compare
  • Handle body for DELETE request #93