Skip to content

Releases: billbeeio/custom-shop-php-sdk

v3.0.1

25 Apr 11:13
e0b0f46
Compare
Choose a tag to compare

Bug Fixes:

  • Fix the getHeader return value in the MessageInterface implementation (PR #13)
  • Fix "Uncaught Error: Class 'Doctrine\Common\Annotations\AnnotationRegistry' not found"

v3.0.0

22 Mar 08:20
d104634
Compare
Choose a tag to compare
  • Added full PHP 8 support
  • Removed support for pre PHP 7.4
  • Improved the code style and added SCA
    • Added type hints
  • Copyright updated

v2.1.1

21 Mar 14:35
9d2523e
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed the post body deserialization. Billbee sends the payload as x-www-form-urlencoded, not a json body.
  • Fixed the UnitTests
  • Removed the \Throwable usage to support PHP 5.6.
  • Using NewStateTypeId instead of NewStateId when updating the order state. NewStateTypeId contains an int,
    NewStateId a string.

v2.1.0

11 Feb 12:08
8d0973c
Compare
Choose a tag to compare

Updated:

  • Version constraints for PHP and jms/serializer updated

v2.0.0

25 Jun 08:01
54fc26e
Compare
Choose a tag to compare

Added:

  • Order::$deliverySourceCountryCode.

Bug Fixes:

  • Renamed Order::$countryCode to Order::$currencyCode (breaking)
  • Fixed the unit tests
  • Fix method ackOrder - change url arguments to post body (PR #1)

v1.0.1

02 Sep 05:25
Compare
Choose a tag to compare
  • Updated quick start guide
  • Removed ext-xdebug from composer.json
  • Changelog added

v1.0.0

01 Sep 17:53
Compare
Choose a tag to compare

Initial Release