Skip to content

Releases: antistatique/pricehubble-php-sdk

1.0.3

24 Jun 12:19
3aa579f
Compare
Choose a tag to compare

1.0.3 - 2024-06-24

Added

  • run tests over multiple PHP version
  • add tests on PHP 8.3

Security

  • update friendsofphp/php-cs-fixer (v3.4.0 => v3.21.1)

Removed

  • drop support for PHP 7.4 and below

1.0.2

06 Sep 06:35
Compare
Choose a tag to compare

1.0.2 - 2022-09-06

Added

  • cover the scenario of inconsistency on Pricehubble API with nested message

Changed

  • use an Authorization HTTP header to transmit access_token on requests instead of passing the access_token in query parameter

1.0.1

10 Jun 04:54
Compare
Choose a tag to compare

1.0.1 - 2022-06-10

Security

1.0.0

11 May 07:14
46587ac
Compare
Choose a tag to compare

1.0.0 - 2022-05-11

Added

  • Init the library with Points of Interest, Valuation Light & Valuation

Security

  • update library guzzlehttp/psr7 1.6.1 => 1.8.5 (CVE-2022-24775)
  • upgrade symfony/dotenv 4.3 > 5.4
  • upgrade all dev dependencies

Changed

  • remove sensiolabs/security-checker in favor of Github Actions security-checker