Skip to content

Releases: MacsiDigital/laravel-zoom

Bug Fixes

26 Jul 10:23
Compare
Choose a tag to compare

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

25 Jul 22:21
Compare
Choose a tag to compare
1.0.7

Update models to use new query return function

Fix Typo

25 Jul 22:11
Compare
Choose a tag to compare
1.0.6

Fix Typo

Update where handling

25 Jul 22:05
Compare
Choose a tag to compare

Change where clause to act like Laravel.

You can now do either

where('key', 'value')

or

where('key', '=', 'value')

Style update

25 Jul 09:41
Compare
Choose a tag to compare
1.0.4

Update all relationships to use getID

Update delete method

25 Jul 09:29
Compare
Choose a tag to compare
1.0.3

Update delete method

Update create method

25 Jul 09:11
Compare
Choose a tag to compare
1.0.2

Update documentation

Bug fixes

25 Jul 09:04
Compare
Choose a tag to compare

Removed bug when deleting
Removed bug when selecting multiple records

Initial Release

26 Jun 09:38
Compare
Choose a tag to compare

Needs more work on refactoring