Ghost/ghost/member-events/lib
Simon Backx 77032262c4
🐛 Fixed subscriptions visible as "Active" within Ghost Admin (#16255)
fixes https://github.com/TryGhost/Team/issues/2542 
fixes https://github.com/TryGhost/Team/issues/2543 
fixes https://github.com/TryGhost/Team/issues/2544

- Hides incomplete subscriptions
- Shows Past Due subscriptions
- Fixed UI issues with 3+ subscriptions
- Fixed missing complimentary subscription when one subscription was
incomplete/inactive
- Fixed sending a paid subscription started email for incomplete
subscriptions. This change also required us to actually send the email
when the incomplete subscription eventually becomes active. So the
introduction of a new `SubscriptionActivatedEvent` made sense/was
required (because sending a SubscriptionCreatedEvent again would cause
other issues).
2023-02-13 13:07:53 +01:00
..
MemberCommentEvent.js Added members.last_commented_at and last_seen_at update when commenting (#15088) 2022-07-25 17:35:46 +02:00
MemberCreatedEvent.js Added linking between member and subscription created events (#15693) 2022-10-27 11:44:19 +02:00
MemberEntryViewEvent.js Added @tryghost/member-events 2021-09-17 15:22:08 +02:00
MemberLinkClickEvent.js Added member last seen update on link click (#15459) 2022-09-23 10:34:33 +02:00
MemberPageViewEvent.js Added the new MemberPageViewEvent event 2022-02-28 14:42:17 +01:00
MemberPaidCancellationEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberPaidConversionEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberSignupEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberSubscribeEvent.js Renamed verification threshold parameter 2022-08-25 14:26:44 +08:00
MemberUnsubscribeEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
SubscriptionActivatedEvent.js 🐛 Fixed subscriptions visible as "Active" within Ghost Admin (#16255) 2023-02-13 13:07:53 +01:00
SubscriptionCancelledEvent.js Updated subscription created/canceled events data 2022-09-10 11:06:34 +05:30
SubscriptionCreatedEvent.js 🐛 Fixed subscriptions visible as "Active" within Ghost Admin (#16255) 2023-02-13 13:07:53 +01:00