Skip to content

Releases: wearerequired/harvest-api-php-client

0.2.2

02 Nov 11:06
Compare
Choose a tag to compare

Fixed

  • Fix several response keys and state options (#26). Props @arthurflooris.

0.2.1

23 Sep 17:06
Compare
Choose a tag to compare

Fixed

  • Use correct namespaces for Payments and PaymentInterface. Props @arthurflooris.

0.2.0

05 May 20:40
0.2.0
Compare
Choose a tag to compare

Added

  • Add interface abstraction layer for dependency injection. Props @emkookmer.

Fixed

  • Ensure updated_since is using ISO 8601 date format. Props @stewsnooze.
  • Fix and add pagination method to retrieve total entries count. Props @jkulak.

0.1.1

19 Mar 17:27
0.1.1
Compare
Choose a tag to compare

Changed

  • Changed version constrain for php-http/httplug to continue supporting 1.x. Props @godbout.

Fixed

  • Fixed fatal error by missing php-http/client-common dependency. Props @godbout.

0.1.0

18 Mar 17:27
0.1.0
Compare
Choose a tag to compare

Added

  • API v2 support for Client Contacts, Clients, Company, Invoice Messages, Invoice Payments, Invoices, Invoice Item Categories, Estimate Messages, Estimates, Estimate Item Categories, Expenses, Expense Categories, Tasks, Time Entries, Project User Assignments, Project Task Assignments, Projects, Roles, User Project Assignments, and Users.
  • AutoPagingIterator to be used for list requests with automatic pagination.