Skip to content

3.7.0

Latest
Compare
Choose a tag to compare
@rootpd rootpd released this 04 Feb 13:57
  • DEPRECATED: Changed GoogleSignIn#signInUsingIdToken method to getUserUsingIdToken, the old one is kept but deprecated. remp/crm#3106
  • DEPRECATED: Deprecated element hashed_id returned by BasicUserDataProvider and stored into user_data Redis key by UserData::refreshUserTokens(). Use uuid as a unique identifier. remp/crm#3381
  • Fixed abusive users filtering crashing if email was used and no user was matched. remp/crm#3361
  • Added isDefault flag to Address view object (and consequently to /api/v1/user/addresses API endpoint as is_default). remp/respekt#292
  • Fixed missing × icon nex to user group in user detail. remp/helpdesk#3210
    • Icon × indicates that clicking on group will remove user from this group. Icon was missing because addSubmit() had caption set. If caption is set, inserted HTML is ignored.
  • Added element uuid (column users.uuid) into data returned from BasicUserDataProvider. remp/crm#3381