Skip to content

Releases: amcintosh/freshbooks-php-sdk

Invoice Payment Options and Webhooks

27 Mar 12:54
c65b1f3
Compare
Choose a tag to compare
  • Added Invoice Payment Options resource
  • Added Webhook Callback resource
  • Remove warnings in PHP 8.2
  • Handle new API version accounting errors

Projects, Expense Categories, Fixes

12 Apr 02:46
98c344c
Compare
Choose a tag to compare
  • Added Projects resource
  • Added Expense Categories resource
  • Added list sort builder
  • Updated list models with new pages() function to standardize pagination with different models
  • Make invoice LineItem's taxNumber1 and taxNumber2 readonly due to FreshBooks API change

Invoice Presentations and Expense Attachments

15 May 13:39
5766191
Compare
Choose a tag to compare
  • Fixed issue with sending invoice models fields that are only write-on-create
  • Support expense attachments
  • Added support for invoice presentations
  • Added fields to Business model (address and phone)

Items and Tasks

05 Mar 00:53
90c1d51
Compare
Choose a tag to compare
  • Support for items
  • Support for tasks
  • Change quantity field on invoice lines and items to float

Expenses, Filters, Includes

06 Feb 01:37
cba32e5
Compare
Choose a tag to compare
  • Support for expenses
  • Support for resource includes
  • Support for resource list filters
  • Support for PHP 8.1

OAuth and Current User functionality

07 Jan 06:54
7188f77
Compare
Choose a tag to compare
  • Add OAuth authentication methods
  • Add current user and identity model (identity, business, business membership)
  • Set dependencies to stable versions

Basic Invoicing workflow functionality

20 Nov 19:23
db77b71
Compare
Choose a tag to compare
  • Supports clients, invoices, line items, payments, taxes