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: Added filter() function to interface FilterUsersFormDataProviderInterface. Function is used to filter users based on fields added by dataprovider. remp/crm#1663
Fixed values for user_meta flag confirmed_by_admin. Between version 0.17.0 and 0.21.0 we incorrectly stored true as value also for mail confirmations. remp/crm#1452
Fixed user_meta flag confirmed_by_admin. Storing flag only if user was confirmed by admin. Default confirmation (via mail) doesn't need user_meta entry. remp/crm#1452
Added NotificationContext parameter to NotificationEvent object, allowing to specify application's context in which the event was fired.
This can be used by PreNotificationEvent handlers to manipulate NotificationEvent depending on the application context. remp/crm#1654