Releases: intuit/QuickBooks-V3-PHP-SDK
Releases · intuit/QuickBooks-V3-PHP-SDK
5.3.9
- Adds support for entitlement API
- Adds support for MV 51
- Reintroducing OAuth call logging
- Cleaning up the keys in samples
5.3.8
Reverting the OAuth logging change.
v5.3.7
This release include multiple upgrades:
- Updated to MV 49 that adds support for TaxRateRef field on JournalEntry.
- Added logging for OAuth calls
- Fixes corrupted PDF files on upload
- Added support to configure CURL timeouts
- Added support to pass
optionsData
to batch operations - Added logging support for batch operations in debug mode
- Includes some code cleanups
v5.3.6
- Add support for more reports
- Add
adjusted_gain_loss
to filter report. - Fixes typo in
phpunit.xml
- Fix serialization issue when values are null or zero.
CreditCardPayment and TaxPayment schema updates and MV 47 change
This release adds support for CreditCardPaymentTxn and TaxPayment(For AU & GB locale) schema updates and MV 47 upgrade.
Add invoice link parameter in query method
The API now requires an new parameter additional parameter include=invoiceLink
to be passed to the invoice query to retrive the invoice link. Adding ability to pass a new parameter to the Query method.