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: Fixed class namespaces to follow PSR4 specification. remp/crm#2228
Use package remp/crm-rector:^3.0 to automatically fix these renames.
BREAKING: Changed return type of UserConnectedAccountsRepository->removeAccountForUser() from int to ?bool to be consistent with other delete methods. remp/crm#2988
Fixed errors reported by PHPStan (level 3). remp/crm#2988
BREAKING: Removed mobiledetect/mobiledetectlib library from dependencies, use provided matomo/device-detector instead.
BREAKING: Removed users.last_sign_in_at and users.last_sign_in_ip columns. Both were deprecated from version 2.7. remp/crm#2871 remp/crm#2876