Skip to content

Releases: dalpras/oauth2-gotowebinar

PHP 8.2 and Major improvements

30 Jan 16:43
Compare
Choose a tag to compare

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:

changes to token values stored in redis

09 Dec 09:45
Compare
Choose a tag to compare

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

09 Dec 10:39
Compare
Choose a tag to compare

fixed CoOrganizer Registrant

03 Sep 12:06
61e00b1
Compare
Choose a tag to compare
Merge pull request #4 from techouse/master

Fix deleteCoOrganizer and resendInvitation and enable posting custom attributes to registrant creation

v1.5

24 Aug 08:27
Compare
Choose a tag to compare
  • manage attendees, coorganizers
  • storage for storing accessTokens in repositories

First working release

01 Feb 08:35
Compare
Choose a tag to compare
v1.0

initial commit