Skip to content

2.1.0

Compare
Choose a tag to compare
@rootpd rootpd released this 25 Nov 14:05
· 73 commits to master since this release
  • Changed RequestsAdmin::default template. remp/crm#2599
    • Added link back to user from form page.
    • Added info that payment items are with VAT and we don't support VAT change for these items at the moment.
    • Updated template to be responsive.
  • Fixed payment creation process in RequestFormFactory::formSucceed. It now copies also subscription type item's meta into new payment item's meta. remp/crm#2599
  • Changed the registration of widgets - module now uses improved LazyWidgetManager and all widgets extend BaseLazyWidget class. remp/crm#2075