Releases: dalpras/oauth2-gotowebinar
Releases · dalpras/oauth2-gotowebinar
PHP 8.2 and Major improvements
Break changes:
- strict_type for each php file allow more efficient compilation
- upgrade min php version to 8.2
- drop AccessTokenDecorator that's because accessToken haven't anymore informations about owner
- saveToken has different signature, because because accessToken haven't anymore informations about owner
- drop @param comments datatypes, now using methods signature
Improvements:
- break Redis Storage in two files:
- PredisTokenStorage for Predis
- RedisTokenStorate for Redis
- Provider\GotoWebinar
- domainAuth for new authorization mechanism as in "https://developer.goto.com/guides/Authentication/New_Token_Retrieval_Migration_Guide/"
- Resources\Webinar
- drop @deprecated getUpcoming()
- drop @deprecated getPast()
changes to token values stored in redis
For fixing compatibility with Predis\Client, token stored in redis now have changed.
Please relogin in your webapp for fixing the administrators token values.
ResultSet as Return Type and simpler method signature
v3.0 Merge branch 'release-3.0'
fixed CoOrganizer Registrant
Merge pull request #4 from techouse/master Fix deleteCoOrganizer and resendInvitation and enable posting custom attributes to registrant creation
v1.5
First working release
v1.0 initial commit