Releases: MacsiDigital/laravel-zoom
Releases · MacsiDigital/laravel-zoom
Bug Fixes
Added return statements to various methods to allow chaining.
Bug Fix:
When creating a new meeting for an existing contact the userID would not pass if it was set before the create method. We now pass the userID in teh make statement if its set.
Style fixes
1.0.7 Update models to use new query return function
Fix Typo
1.0.6 Fix Typo
Update where handling
Change where clause to act like Laravel.
You can now do either
where('key', 'value')
or
where('key', '=', 'value')
Style update
1.0.4 Update all relationships to use getID
Update delete method
1.0.3 Update delete method
Update create method
1.0.2 Update documentation
Bug fixes
Removed bug when deleting
Removed bug when selecting multiple records
Initial Release
Needs more work on refactoring