Releases: easybill/php-sdk
Releases · easybill/php-sdk
v3.3.1 - Security Release
What's Changed
- Bump symfony/process from 5.2.4 to 5.4.46 by @dependabot in #15
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Bump guzzlehttp/psr7 from 2.4.0 to 2.5.0 by @dependabot in #14
Full Changelog: v3.2.1...v3.3.0
v3.2.1
v3.2.0
v3.1.0
Bump guzzlehttp/psr7 from 1.8.1 to 2.2.1 #9
Changes from https://github.com/guzzle/psr7/releases
- When building a query string, booleans are represented as 1 and 0.
- Attempting to create a Uri object from a malformed URI will no longer throw a generic InvalidArgumentException, but rather a MalformedUriException, which inherits from the former for backwards compatibility. Callers relying on the exception being thrown to detect invalid URIs should catch the new exception.
v3.0.0 - PHP7.4 and Guzzle v7
Change minimum requirements to php7.4 and guzzle 7.