All notable changes to laravel-zoom
will be documented in this file
Allow override of config API key and secret in Entry Model
PHP 8.0
Laravel 8.0
Add Recordings
Updated version for Laravel 7.0
Add Recordings
Updated version for Laravel 6.0
Added get user and meeting recordings
Updated version for Laravel 5.5 - 5.8
Update $query_attributes to $queryAttributes to be in line
Bug fix on issue with registrant relationship
Bug fix on multiple relationships
Change getResponse method to a none static method
Change Model to return itself on save instead of the array response
replace Guzzle getContents with getBody
Fix issue with Facade
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.
Update models to use new query return function
Fix type
Change where clause to act like Laravel.
You can now do either
where('key', 'value')
or
where('key', '=', 'value')
Update all relationship models to use getID function
Update delete method and other functions to use GetID function
Update create method to use the static make method
- Bug fixes :- Removed bug when deleting Removed bug when selecting multiple records
- Initial release