You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Removed deprecated IUserGetter. Use UserEventInterface instead. remp/crm#3313
Changed signature of UserMetaEvent. Expecting ActiveRow $user instead of int $userId.
Changed |userLabel and |gravatar Latte filters to indicate their HTML content type. There's no further need to use |noescape filter with them. remp/crm#3319
Added verification if user is deleted before creating new access token. remp/crm#3274
Added missing foreign key countries->country_id to address_change_requests table. remp/crm#3127
Refactored difference check in AddressChangeRequestsRepository to its own method so it can be used outside of repository. remp/crm#3127