Skip to content

Releases: slakbal/gotowebinar

Updated test routes with compatible timezone codes

24 Apr 06:55
Compare
Choose a tag to compare

Updated test routes with compatible timezone codes

Solved timezone-codes incompatibility issue

24 Apr 06:52
Compare
Choose a tag to compare

Laravel timezones (php standard) are not compatible with GotoWebinar timezone-codes. See GotoWebinar Timezone Codes for list of codes. User should rather pass the code in the request body. It is an optional field. If this parameter is not passed, the timezone of the organizer's profile on GotoWebinar will be used.

Locale issue resolved

23 Apr 16:39
Compare
Choose a tag to compare

The locale was not passed correctly to the API thus all emails were sent in English instead of the passed locale language.

Add getSessionQuestions

18 Dec 08:06
6b1e1d2
Compare
Choose a tag to compare

getSessionQuestions was added

Code optimisations

22 Sep 10:28
Compare
Choose a tag to compare

Code was restructured a bit and path building was optimised a bit

Early days and getting better

21 Sep 20:43
Compare
Choose a tag to compare
  • Test routes loading: Moved environment check into the ServiceProvider and out of the routes files
  • Optimized building of the paths as @upwebdesign did it in his PR ... which I like also more.

Sunrise release

20 Sep 23:56
Compare
Choose a tag to compare

Laravel 5.5+ GotoWebinar API wrapper package with good documentation and covering most of the important API resources. Your contribution or bug fixes are welcome!

Slakbal