Skip to content

Releases: antistatique/trustedshops-php-sdk

1.1.0

27 Jun 11:30
cb58a89
Compare
Choose a tag to compare

1.1.0 - 2024-06-27

Added

  • add Github Actions integration
  • add Psalm linter
  • add .editorconfig file
  • add coveralls phpunit coverage upload
  • add coverage on cURL availability tests
  • add support for PHP 8.0, 8.1 & 8.2
  • add security-checker on Github Actions

Security

  • ugprade phpunit/phpunit 7.x => 8.x
  • update phpmd/phpmd (2.7.0 => 2.15.0)
  • guzzlehttp/guzzle (6.3.3 => 7.8.1)
  • symfony/dotenv (v4.3.4 => v4.4.37)
  • guzzlehttp/psr7 (1.6.1 => 2.6.2)
  • upgrade friendsofphp/php-cs-fixer (v2.19.3 => v3.4.0)
  • upgrade phpunit/phpunit 8.x -> 9.x

Removed

  • remove StyleCI in favor of Github Actions
  • drop support for PHP 7.4 and below

1.0.0

08 Oct 06:53
Compare
Choose a tag to compare
  • Initial release
    • Refactoring of testing strategy
    • Improve code coverage to ensure stability and sustainability

0.0.1-alpha

08 Oct 06:54
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release
  • Alpha release
    • Allow GET, POST, PUT, PATCH & DELETE operation on the TrustedShops API
    • Allow Public and Restricted API calls
    • Expose an option to change the Base URL from Production to Test/QA environment