Skip to content

3.0.0

Compare
Choose a tag to compare
@rootpd rootpd released this 22 Jan 20:57
· 61 commits to master since this release
  • 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