Skip to content

3.4.0

Compare
Choose a tag to compare
@rootpd rootpd released this 20 Sep 12:58
· 5 commits to master since this release
  • BREAKING: Added migration that changes type of vat column in invoice_items table from int to decimal(10,2). remp/crm#3277
    • Migration uses shared lock on table rows, it's recommended to run it in off-peak hours.
  • Added the ability to transfer invoice address while transferring subscriptions between users. remp/crm#3108
  • Added setLocale call with current locale string in InvoiceGenerator. remp/crm#3277
    • This adds ability to use locale-aware Latte filters such as number in invoice templates.