Skip to content

2.7.0

Compare
Choose a tag to compare
@rootpd rootpd released this 28 Jun 09:03
· 156 commits to master since this release
  • Added configurable fast charge threshold (README). Default setting is kept unchanged (1 day). remp/crm#2842
  • Added widget placeholders for recurrent payment actions into main recurrent payments listing and user detail recurrent payment listing. remp/crm#2867
    • You can now use payments.admin.user_payments.listing.recurrent.actions to attach your own custom actions to recurrent payments listing in admin.
  • Added widget placeholder for payment sum in payments admin listings (main listing and user detail). remp/crm#2874
    • You can now use payments.admin.listing.sum to attach your own additional information/links to the payment sum.
  • Fixed broken subscription type form change in admin detail of a payment (available only in form state). remp/helpdesk#1956