Skip to content

Releases: byte5digital/laravel-harvest

Version v2.2.3

17 Apr 13:48
Compare
Choose a tag to compare

Fix

  • make fax on contacts table nullable
  • fix typo in TimeEntry object casts

Version 2.0.7

21 Feb 13:43
Compare
Choose a tag to compare

Fix

  • make fax on contacts table nullable
  • fix typo in TimeEntry object casts

Version 2.1

08 Feb 10:10
35860a2
Compare
Choose a tag to compare

Upgrade dependencies for laravel 5.6

Version 2.0.4

08 Jan 14:36
Compare
Choose a tag to compare

Added

  • hasMany relations to models

Version 2.0.3

05 Jan 11:02
Compare
Choose a tag to compare

Removed

  • external relations to UserAssignment and TaskAssignment due to a bug mentioned in #3 (#c031391)

Version 2.0.2

05 Jan 09:57
Compare
Choose a tag to compare

Added

  • improved performance for loadExternal() (#bd9048c)

Fixed

  • checks for existing id on loadExternal() (#9b82159)

Version 2.0.1

05 Jan 08:11
Compare
Choose a tag to compare

Fixed

  • query company data based on full_domain instead of external_id 99020e6

Version 2.0

04 Jan 15:15
Compare
Choose a tag to compare

This release is an almost complete rewrite of v1. Noteable changes:

  • added a method to load external relations from harvest and associate them with eloquent models
  • external_id fields got added to migrations to store harvest's ids

Version 1.2.2

22 Dec 10:59
Compare
Choose a tag to compare

Fixed

  • false projects.client_id field declaration from json to integer (599d6f0)

Version 1.2.1

21 Dec 10:35
Compare
Choose a tag to compare

Added