Rishabh
8ca7192d35
v2.1.1
2022-05-17 23:32:25 +05:30
Rishabh
8108448f70
Updated handling for default noreply support address
...
- with content api, site support address can have value of default `noreply`
- adds the default site domain for support address in case of missing domain
2022-05-17 23:20:45 +05:30
Rishabh
799570fbd0
Removed www from support address email
...
refs https://github.com/TryGhost/Team/issues/397
- the logic for default support address domain was not removing `www`, causing address to be formed as `noreply@www.example.com` instead of `noreply@example.com`
- removes `www` from the domain for support email address
2022-05-17 22:33:33 +05:30
Rishabh
ba142e714b
v2.1.0
2022-05-17 14:05:50 +05:30
Rishabh Garg
b306b0747d
Handled updated tiers API data structure ( #247 )
...
refs https://github.com/TryGhost/Team/issues/1575
- updated to work with new tiers api data structure which removes stripe id references
2022-05-17 14:03:51 +05:30
Djordje Vlaisavljevic
7699424cee
Updated unsubscribe success message design
...
refs https://github.com/TryGhost/Team/issues/1495
2022-05-16 16:52:21 +02:00
Rishabh
c32c86047d
Added account/newsletters
link for member email preference
...
- adds new `/account/newsletters` portal link for member's to see their email preference
- redirects to signin if member is not logged in
- updates newsletter page for logged out members
2022-05-16 18:29:42 +05:30
Rishabh
43a6b8c1ed
Added notification for default unsubscribed newsletter
...
refs https://github.com/TryGhost/Team/issues/1495
2022-05-16 16:38:19 +05:30
Peter Zimon
2e9735c5c4
Fixed footer spacings for multiple tiers signup
2022-05-13 12:48:23 +02:00
Peter Zimon
63bd92b6f2
Fixed bottom margin of signup message
2022-05-13 12:45:00 +02:00
Rishabh
159ed13ab7
v2.0.2
2022-05-12 23:31:06 +05:30
Rishabh
b3d2dbc9e9
Wired choose plan back button on newsletter page
2022-05-12 23:29:09 +05:30
Rishabh
2e1567ac67
v2.0.1
2022-05-12 23:22:33 +05:30
Rishabh
eff1abc948
Updated offer detail endpoint to use content api
...
refs https://github.com/TryGhost/Team/issues/1599
- offer details are now available directly on content api
2022-05-12 21:28:11 +05:30
Rishabh
7e383a97f6
Serialized missing settings from portal site data
...
refs https://github.com/TryGhost/Team/issues/1599
- old settings `allow_self_signup` and `is_stripe_configured` and `member_signup_access` are now removed in site data, and are replaced by new settings.
- this change maps the new settings to old settings so Portal behavior remains the same
- long term, we'll update usages in Portal to rely on new settings only
2022-05-12 20:59:58 +05:30
Rishabh
f7d3d56cb3
Updated serialisation for new site endpoint data
...
refs https://github.com/TryGhost/Team/issues/1599
2022-05-12 20:47:24 +05:30
Rishabh
5eb1131816
Removed old members site endpoint usage
...
refs https://github.com/TryGhost/Team/issues/1599
2022-05-12 20:46:52 +05:30
Rishabh
8bee963e53
Fixed lint and warnings
2022-05-12 20:38:03 +05:30
Rishabh
d2d3e3ba08
Updated site initialisation to use content api
...
closes https://github.com/TryGhost/Team/issues/1599
- portal uses content API to fetch data now instead of old members site endpoint
2022-05-12 20:31:47 +05:30
Rishabh
7e264b2fcd
v2.0.0
2022-05-12 20:26:34 +05:30
Djordje Vlaisavljevic
980fbd98ac
Updated design for newsletter selection page
...
refs https://github.com/TryGhost/Team/issues/1559
2022-05-11 20:33:31 +02:00
Djordje Vlaisavljevic
6dfb87fadb
Added class to signup section
...
refs https://github.com/TryGhost/Team/issues/1559
2022-05-11 20:32:54 +02:00
Djordje Vlaisavljevic
c61860742d
Changed back button label
...
refs https://github.com/TryGhost/Team/issues/1559
2022-05-11 20:31:46 +02:00
Djordje Vlaisavljevic
77272bcc9a
Updated unsubscribe design
...
refs https://github.com/TryGhost/Team/issues/1495
2022-05-10 22:44:03 +02:00
Djordje Vlaisavljevic
334c2c290a
Updated checkmark notification design
...
refs https://github.com/TryGhost/Team/issues/1440
2022-05-10 11:30:19 +02:00
Djordje Vlaisavljevic
fe961b0630
Added checkmark circle icon
...
refs https://github.com/TryGhost/Team/issues/1440
2022-05-10 11:29:46 +02:00
Djordje Vlaisavljevic
966146e8fa
Removed alternative checkmark icon
...
refs https://github.com/TryGhost/Team/issues/1440
2022-05-10 11:29:35 +02:00
Rishabh
7ac062ae68
Added transition classnames for success icon
2022-05-09 16:08:37 +05:30
Djordje Vlaisavljevic
a1be413924
Updated icon design
...
refs https://github.com/TryGhost/Team/issues/1440
2022-05-09 11:52:50 +02:00
Djordje Vlaisavljevic
f5f5c56267
Added checkmark-circle icon
...
refs https://github.com/TryGhost/Team/issues/1440
2022-05-09 11:52:10 +02:00
Rishabh
e9a282ee43
Refined newsletter preference update UI
...
refs https://github.com/TryGhost/Team/issues/1559
2022-05-06 18:59:05 +05:30
Rishabh
160c61e66f
Handled auto unsubscribe email newsletter
...
refs TryGhost/Team#1495
For single newsletters, the unsubscribe link on emails auto unsubscribed member from the newsletter. In case of multiple newsletters, we were missing the newsletter information on unsubscribe URL that will allow us to auto unsubscribe member from that specific newsletter as they intended, while allowing them option to manage other newsletter preferences.
This change handles the newsletter param in unsubscribe link and auto unsubscribes the member from that newsletter.
2022-05-05 12:26:39 +05:30
Rishabh
7e4ec97c0a
v1.22.4
2022-05-05 12:24:50 +05:30
Djordje Vlaisavljevic
f3f1d833ff
Updated button label to make it clearer
...
refs https://github.com/TryGhost/Team/issues/1559
2022-05-04 18:26:24 +02:00
Djordje Vlaisavljevic
90e505d469
Updated unsubscribe design and cleaned up code
...
refs https://github.com/TryGhost/Team/issues/1495
2022-05-04 18:25:00 +02:00
Renovate Bot
692911185c
Update sentry-javascript monorepo to v6.19.7
2022-04-29 16:32:58 +00:00
Rishabh
4ef7587bad
v1.22.3
2022-04-28 18:18:11 +05:30
Rishabh
92ba966345
Updated copy
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 18:17:05 +05:30
Rishabh
1dc0535c10
Added newsletter pref page for single site newsletters
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 18:15:41 +05:30
Rishabh
657dabd4eb
v1.22.2
2022-04-28 17:37:19 +05:30
Rishabh
7ca28de358
Added default unsubscribe for single newsletter unsubscribe
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 17:31:34 +05:30
Djordje Vlaisavljevic
2ae8a5e14e
Updated design
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 12:58:21 +02:00
Djordje Vlaisavljevic
f4e4da04c5
Updated design
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 12:50:20 +02:00
Djordje Vlaisavljevic
91fba6bf53
Added manage account preferences button
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 12:38:55 +02:00
Djordje Vlaisavljevic
e488699e9f
Added close button
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 12:31:57 +02:00
Djordje Vlaisavljevic
4eed600111
Fixed linting issue
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 12:21:20 +02:00
Djordje Vlaisavljevic
4342da366f
Updated design for unubscribe modal
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-28 12:20:29 +02:00
Djordje Vlaisavljevic
d4db34b069
Updated copy
...
refs https://github.com/TryGhost/Team/issues/1440
2022-04-28 09:31:22 +02:00
Djordje Vlaisavljevic
92811915dd
Updated design for unsubscribe page
...
refs https://github.com/TryGhost/Team/issues/1495
2022-04-27 20:27:19 +02:00
Rishabh
82bd498ce9
v1.22.1
2022-04-27 20:59:06 +05:30