Releases: byte5digital/laravel-harvest
Releases · byte5digital/laravel-harvest
Version v2.2.3
Version 2.0.7
Fix
- make
fax
oncontacts
table nullable - fix typo in
TimeEntry
object casts
Version 2.1
Upgrade dependencies for laravel 5.6
Version 2.0.4
Added
- hasMany relations to models
Version 2.0.3
Version 2.0.2
Version 2.0.1
Fixed
- query company data based on
full_domain
instead ofexternal_id
99020e6
Version 2.0
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
Fixed
- false
projects.client_id
field declaration fromjson
tointeger
(599d6f0)
Version 1.2.1
Added
- model boolean casts bf8050a