Skip to content

4.4.0

Choose a tag to compare

@rootpd rootpd released this 12 Dec 08:42
· 22 commits to master since this release
  • Changed subscription types trial_periods column to nullable. remp/crm#3315
    • Added migration for fixing null and zero values in trial_periods if next_subscription_type_id is filled in.
  • Added min value validation for trial_periods in SubscriptionTypesFormFactory. remp/crm#3315
    • Number of trial periods can only be set when next subscription type is selected, and when selected, it's required.
  • Refactored UserSubscriptionsListing to use AJAX pagination. remp/crm#3511
  • Fixed trial_periods not being saved when creating new subscription type. remp/crm#3562
  • Fixed content access removal when editing subscription types. remp/crm#3591
  • Fixed trial periods labels wording on the subscription type admin pages.
  • Added audit log for SubscriptionTypeItemsRepository (subscription_type_items table). remp/crm#3660