Skip to content

Releases: intuit/QuickBooks-V3-PHP-SDK

5.3.9

03 Jun 18:41
70dbb72
Compare
Choose a tag to compare
  • Adds support for entitlement API
  • Adds support for MV 51
  • Reintroducing OAuth call logging
  • Cleaning up the keys in samples

5.3.8

29 May 15:48
539ba21
Compare
Choose a tag to compare

Reverting the OAuth logging change.

v5.3.7

28 May 23:31
1700b72
Compare
Choose a tag to compare

This release include multiple upgrades:

  1. Updated to MV 49 that adds support for TaxRateRef field on JournalEntry.
  2. Added logging for OAuth calls
  3. Fixes corrupted PDF files on upload
  4. Added support to configure CURL timeouts
  5. Added support to pass optionsData to batch operations
  6. Added logging support for batch operations in debug mode
  7. Includes some code cleanups

v5.3.6

25 Mar 22:42
34d9374
Compare
Choose a tag to compare
  1. Add support for more reports
  2. Add adjusted_gain_loss to filter report.
  3. Fixes typo in phpunit.xml
  4. Fix serialization issue when values are null or zero.

CreditCardPayment and TaxPayment schema updates and MV 47 change

05 Mar 19:05
1dc20d3
Compare
Choose a tag to compare

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

18 Feb 01:21
1dd150a
Compare
Choose a tag to compare

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.

v5.3.3

10 Jan 01:17
63ab5ce
Compare
Choose a tag to compare
  1. Fix the void payments endpoint has different query parameters.
  2. Merge pull requests from contributors

v5.3.2

27 Nov 02:46
Compare
Choose a tag to compare

Remove TLS version checking.

v5.3.1

03 Oct 20:30
Compare
Choose a tag to compare
  1. Update minor version to 41
  2. Fix the Issue for expired certificate.
  3. Enable PDF download and Email sent for Estimate, CreditMemo, RefundReceipt, PurchaseOrder and Payment.

v5.2.1

05 Sep 10:47
Compare
Choose a tag to compare

Fix #244