0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/apps/portal/src
Daniël van der Winden 4084a3d00f
Fixes complimentary subscription display issues (#20563)
Fixes
https://linear.app/tryghost/issue/DES-324/complimentary-plan-issues

We were showing renewal copy for subscriptions that are forever
complimentary. We also had a trailing en-dash in the Member detail
screen when their subscription was complimentary and had no end date.

Those things are solved now. We don't show dates or renewal copy when we
don't need to.
2024-07-09 11:53:02 +02:00
..
components Fixes complimentary subscription display issues (#20563) 2024-07-09 11:53:02 +02:00
images Flipped thumbs-down icon horizontally in email and Portal (#19306) 2023-12-11 13:05:11 +00:00
tests Fix free tier benefit not showing up (#19879) 2024-03-19 09:51:59 +01:00
utils Fixed flaky Portal test (#20286) 2024-05-30 06:25:50 +02:00
actions.js 🐛 Fixed outboundLinkTagging setting affected whether member sources are tracked (#18498) 2023-10-05 12:25:21 +02:00
App.css
App.js Added portal default plan setting (#19238) 2023-12-06 11:39:58 +01:00
App.test.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
AppContext.js
data-attributes.js Updated data-members-newsletter to use the name of the newsletter (#18072) 2023-09-14 16:02:09 +01:00
index.css
index.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
logo.svg
pages.js Added basic Recommendations modal (#17877) 2023-08-30 15:24:04 +00:00
setupTests.js