Skip to content

0.12.0

Compare
Choose a tag to compare
@rootpd rootpd released this 07 Apr 11:16
· 555 commits to master since this release
  • Removed whitespaces from company information (company_id, company_vat_id, company_tax_id) in tables addresses and address_change_requests. Updated related repositories to prevent pass whitespaces again. remp/crm!839
  • Added new API endpoints to manage user's meta information. remp/crm#1059
  • Fixed UserMetaRepository method add now returns ActiveRow even by update. remp/crm#1059
  • Added link to the sign in page into the request password page. remp/crm#1124
  • Added password reset button to admin user show template. remp/crm#1106
  • Removed forced lowercasing when searching for email in database. MySQL (and its spinoffs) is by default case insensitive for string search. #6