Skip to content

v2.0.0

Compare
Choose a tag to compare
@devtronic devtronic released this 28 Oct 08:54
· 8 commits to master since this release
07409bc

v2.0.0 (28 Oct 2021)

  • Updated guzzlehttp/guzzle to V7.4.0
  • Updated psr/log to 1.1.0
  • Updated the Billbee API Endpoint

v2.0.0-RC3 (21 Apr 2021)

Changed the required PHP CPU architecture to 64bit

v2.0.0-RC2 (15 Mar 2021)

Updated from master

v2.0.0-RC1 (22 Feb 2021)

See UPGRADE.md for migration details.

New Features

  • PHP 8 added to composer.json

Misc:

  • Copyright updated (PR #34)
  • Added phpstan for static code analysis (PR #36)

Breaking changes:

  • The code has been reorganized. The client does not implement the endpoints directly anymore. (PR #35)
    -Updated the min. PHP Version to 7.3 (PR #37)