All notable changes to this project will be documented in this file.
- New API model
- Dropped support for PHP < 7.4
- Added methods to manage price lists
- Added getInvoicePdf method
- Fixed warehouses endpoint address
- Added updatePayment method
- Added deletePayment method
- Allowed sending of parameter in the getPayment method
- Added .gitattributes
- Allowed PHP 8
- Deprecated login method
- Updated readme
- Updated message of InvalidTokenException
- Small refactoring
- Upgraded to PHP 7.1
- Added type hints
- Added more tests
- Added login method
- Added methods to manage payments and departments
- Added tests
- Refactoring
- Added changelog
- Added methods to manage categories, warehouses and recurring invoices
- Added getWarehouseDocuments method
- Fix getClientByExternalId method
- Deleted getInvoiceByClientId method. Use getInvoices method with parameter "client_id" instead.
- Updated descriptions
- Fixed token validation
- Updated readme
- Removed unnecessary constructor override
- Fixed methods parameters
- Fixed token validation
- Updated readme
- Added methods to check response status
- Init project