Skip to content

2.7.0

Compare
Choose a tag to compare
@rootpd rootpd released this 28 Jun 09:05
· 107 commits to master since this release
  • DEPRECATED: Deprecated users.last_sign_in_at and users.last_sign_in_ip columns. remp/crm#2871
    • The columns hold information about the second last sign in. The last (current) sign in is kept in current_sign_in_at and current_sign_in_ip. Since the actual use of deprecated columns is highly unlikely, we don't provide an out-of-the-box alternate way to preserve them.
  • Fixed the information displayed in the "Last login" box of the user's detail page in the admin. remp/crm#2871
    • System previously displayed second last login information, not the last one.
  • Added new graph to user stats screen which shows registration through sales funnels. remp/crm#2864
  • Replaced use of SegmentFactory with SegmentFactoryInterface in the user:reconstruct_user_data command. remp2020/crm-users-module#19