Skip to content

Improved session storing, breaks older API

Choose a tag to compare

@hrajchert hrajchert released this 15 Apr 23:27
  • Internal change, instead of using inheritance to change how we persist user data we now use composition
  • API change, now getUserInfo returns the user info directly, so if you want the user name you use $userInfo['name'] instead of $userInfo['results']['name']