2024 December

  • Expense API. If the user is allowed to enter and/or update their bank details we now make sure that we don't store invalid data, non-numbers, white spaces etc.
    • IBAN & BIC is being stripped of whitespace characters
    • Bank account number is being stripped of all non-digit characters
  • Expense API: Per-diem save-fix when a date-validation error has been displayed.