Skip to content

3.5.0

Compare
Choose a tag to compare
@rootpd rootpd released this 25 Oct 12:21
· 15 commits to master since this release
  • 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