You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT: Fixed active paid subscribers dashboard count and label for active subscribers with master subscription. remp/crm#3164
Active paid subscribers metrics used to count all paid subscriptions (is_paid=1) which also included accepted child subscriptions. Then we counted accepted child subscriptions once again and added to all paid subscriptions which caused the resulting number to be incorrect.
Now we get all paid subscriptions the same way and add all unused child subscriptions related to active master subscriptions.
Label for active subscribers with master subscription used to refer to the number of payments but we count the number of unique users with master subscription.
Added BeforeCreateRenewalPaymentEventHandler which prevents creating renewal payment for family subscriptions. remp/novydenik#1147
Added isFamilySubscriptionType method to FamilySubscriptionTypesRepository. remp/novydenik#1147
Changed template variable $user to $userRow, fixing type mismatch in RequestsAdminPresenter. remp/crm#3135
Fixed possible XSS vulnerability and enabled proactively-before-disabled escaping of values. remp/crm#1794
Added mailto link for sending activation email to MasterFamilySubscriptionInfoWidget. remp/crm#3029