Skip to content

3.4.0

Choose a tag to compare

@rootpd rootpd released this 20 Sep 13:00
· 76 commits to master since this release
  • BREAKING: Added migration that changes type of vat column in subscription_type_items table from int to decimal(10,2). remp/crm#3277
  • BREAKING: Changed SubscriptionTypePaymentItem constructor - $vat variable is now of type float (previously int). remp/crm#3277
  • Added the ability to transfer subscription between users. remp/crm#3108