Releases: Sysix/lexoffice-php-api
Releases · Sysix/lexoffice-php-api
0.14.2
Changes
- Support
psr/cache
v2 and v3
- Update Packages Versions (only development)
Full Changelog: 0.14.1...0.14.2
v.0.14.0
Improvments:
- add
recurring-templates
endpoint
- add
posting-categories
endpoint
v0.13.1
Bugfix:
- caching with url queries didn't respect the querie as separate request (#30)
v.0.13.0
New Endpoints
- Countries (
/countries
)
- Down Payment Invoices (
/down-payment-invoices
)
- Payments (
/payments
)
- Payment Conditions (
/payment-conditions
)
v0.12.1
Improvments:
- Use own Utils for
json_encode
, json_decode
to avoid guzzle version check
- Enable PHP8 Support
0.12.0
Improvments:
- Add Support for Guzzle v6.2 and Guzzle greater then v7.0
Changes:
createStream
and createMultipleStream
are now protected (instead of public
)
v0.11.0
Improvments:
- Add Profile Client
- Add CreditNote Client
- Add File Client
Special Thanks to:
v0.10.0
Bugfix:
none
Improvments:
- This Libary is throwing now own Exceptions:
\Clicksports\LexOffice\Exceptions\BadMethodCallException
, \Clicksports\LexOffice\Exceptions\CacheException
, \Clicksports\LexOffice\Exceptions\LexOfficeApiException
- Add Abstract Layer Pagination Client, Used for Contact and Voucherlist
- Add PHPUnit Test with over >80% Coverage
- Improve Readme
- Improve Composer Export
v0.9.1
Bugfix:
- Methods
getAll
for Endpoint Client and Voucherlist didn't output the page 0