renovate[bot]
e77b53f6cf
Update tiptap monorepo to v2.2.0
2024-01-29 13:07:18 +00:00
renovate[bot]
e45eb3e222
Update dependency mysql2 to v3.9.1
2024-01-29 13:06:38 +00:00
renovate[bot]
707b2f3ca1
Update dependency i18next to v23.8.1
2024-01-29 06:45:42 +00:00
renovate[bot]
f868984e92
Update dependency i18next to v23.8.0
2024-01-29 01:10:51 +00:00
renovate[bot]
b2712065df
Update dependency express-session to v1.18.0
2024-01-29 01:10:26 +00:00
Christian Schou
20b11b4f2b
Updated Danish Translations ( #19597 )
...
This PR contains:
- Fixed misspellings on some entries.
- Updated sentences for them to make more sense.
- Added Danish translation for missing entries.
2024-01-28 14:44:28 -05:00
mrpuhis
fffe574632
Update comments.json for finnish translations ( #19598 )
...
Update on the translation
Got some code for us? Awesome 🎊 !
Please include a description of your change & check your PR against this
list, thanks!
- [ x] There's a clear use-case for this code change, explained below
- Updated translations for missing ones
- [ x] Commit message has a short title & references relevant issues
- [x ] The build will pass (run `yarn test:all` and `yarn lint`)
We appreciate your contribution!
2024-01-28 14:43:57 -05:00
Ronald Langeveld
b490534983
Fixed flaky portal tests ( #19596 )
...
no issue
2024-01-28 23:04:39 +04:00
Sag
b5c6cf7d2d
Released Portal 2.37.2 ( #19595 )
...
no issue
2024-01-27 01:08:23 +00:00
Sag
1e988cccff
Revert Portal changes ( #19594 )
...
no issue
- This revert recent changes made to Portal, that may be causing the
Free tier to not render properly on Ghost sites
2024-01-27 01:46:59 +01:00
renovate[bot]
7a1bd52652
Update dependency fastq to v1.17.0
2024-01-26 19:39:22 +00:00
renovate[bot]
af4b98cdaf
Update dependency i18next to v23.7.20
2024-01-26 14:00:21 +00:00
Sag
24952ab3df
🎨 Improved Portal and Portal settings ( #19584 )
...
no issue
---------
Co-authored-by: Simon Backx <simon@ghost.org>
Co-authored-by: Djordje Vlaisavljevic <dzvlais@gmail.com>
2024-01-26 10:38:00 +01:00
renovate[bot]
07dbcb0715
Update dependency mysql2 to v3.9.0
2024-01-26 08:38:20 +00:00
renovate[bot]
8b36aa03d1
Update dependency newrelic to v11.10.1
2024-01-25 22:04:39 +00:00
Sag
360e02db4f
Fixed default prices in tier previews ( #19586 )
...
fixes ENG-558
2024-01-25 19:42:18 +00:00
Djordje Vlaisavljevic
18d6d72c41
Updated free tier placeholder value ENG-556 ( #19585 )
...
refs ENG-556
2024-01-25 19:27:55 +00:00
Sag
eb189c8045
Fixed default amounts in tier previews ( #19582 )
...
fixes ENG-558
2024-01-25 17:17:11 +00:00
Djordje Vlaisavljevic
1f90cf7ea9
Updated tier settings labels, hints and placeholders ENG-554 ENG-555 ENG-557 ENG-592 ( #19580 )
...
refs ENG-554 ENG-555 ENG-557 ENG-592
- Updated dropdown label copy
- Updated tier name placeholder logic
- Updated hint copy for free tier
- Changed price placeholder values
- Removed visibility hint when creating/editing tiers
2024-01-25 16:10:03 +00:00
Ronald Langeveld
0c95111f8e
🎨 Admin X - Offers ( #19520 )
...
no issue
- Offers rebuilt in React and now located in Settings.
2024-01-25 12:41:54 +00:00
Djordje Vlaisavljevic
9a3aa6310b
Updated portal price toggle design
...
refs DES-24 DES-25
2024-01-25 12:08:33 +00:00
Chris Raible
794ef85968
Added Sentry instrumentation for get helpers ( #19576 )
...
no issue
- To help debug ABORTED_GET_HELPER errors, this PR adds Sentry
instrumentation to the get helpers
- It also adds the homepage, any pages/posts, the tag page, and the
author page to the list of transactions that will send to Sentry
2024-01-24 18:50:48 -08:00
renovate[bot]
428be0f9ef
Update dependency i18next to v23.7.19
2024-01-25 01:54:29 +00:00
Ghost CI
5e0bcc5a38
Merged v5.76.2 into main
2024-01-24 17:37:40 +00:00
Ghost CI
922af6defe
v5.76.2
2024-01-24 17:37:39 +00:00
Ronald Langeveld
da8eed3785
🐛 Fixed primary_name crashing Settings history ( #19550 )
...
fixes
https://linear.app/tryghost/issue/PROD-329/history-modal-crashes-the-app
- Added optional chaining operator to avoid null or undefined crashes
when the condition doesn't meet and should rather just move on.
- It now aligns with the other conditions where chaining is used.
2024-01-24 11:09:44 -06:00
Ronald Langeveld
be619302df
🐛 Fixed links in History ( #19551 )
...
refs
https://linear.app/tryghost/issue/PROD-331/post-and-offer-links-404-in-history
- Links were using Ember route instead of absolute routes, causing 404s.
2024-01-24 11:09:37 -06:00
Ronald Langeveld
181be4ef1b
Revert "Changed request type to fetching iframe content in previews
...
refs https://ghost.slack.com/archives/C0568LN2CGJ/p1706018058495729
2024-01-24 11:09:30 -06:00
Kevin Ansfield
109a354818
🐛 Fixed in-editor style regressions ( #19558 )
...
closes https://github.com/TryGhost/Ghost/issues/19557
- bumps `@tryghost/koenig-lexical` which includes fix for some mangled class names following a previous Tailwind update
2024-01-24 11:09:20 -06:00
Steve Larson
f9adc59774
🐛 Fixed custom excerpts sometimes being cut off ( #19560 )
...
refs TryGhost/Ghost#19559
- custom excerpts are truncated based on character length
- escaped characters added extra length but we didn't account for this,
resulting in poor truncation of excerpts
2024-01-24 10:55:49 -06:00
Princi Vershwal
58ec6792d9
Trying to fix browser tests ( #19575 )
2024-01-24 15:52:20 +00:00
Princi Vershwal
938d23ec33
Offer flash fix5 ( #19574 )
2024-01-24 15:16:54 +00:00
Princi Vershwal
a10a64c633
Optimised for iframe ( #19573 )
2024-01-24 14:50:32 +00:00
Princi Vershwal
1211ec3671
Revert "Optimised offer iframe" ( #19572 )
...
Reverts TryGhost/Ghost#19571
2024-01-24 14:15:33 +00:00
Princi Vershwal
abff4d8762
Optimised offer iframe ( #19571 )
2024-01-24 14:05:03 +00:00
renovate[bot]
71dca8b0e8
Update dependency webpack to v5.90.0
2024-01-24 14:02:46 +00:00
Princi Vershwal
50495f05dd
Optimised iframe for offer ( #19568 )
2024-01-24 13:50:59 +00:00
Princi Vershwal
384cb44e6b
Optimised iframe for offers ( #19567 )
2024-01-24 13:10:37 +00:00
Princi Vershwal
cb9efc3ad4
Offer iFrame flash fix attempt 1003 ( #19566 )
2024-01-24 11:56:23 +00:00
Princi Vershwal
0627840f13
Offeri frame flash fix ( #19565 )
2024-01-24 17:02:55 +05:30
Sag
e4f60ee028
Fixed member subscription status when multiple subs ( #19530 )
...
fixes PROD-325
- if a member has multiple subscriptions, show the status of the active
subscription
- if a member has multiple active subscriptins, show the status of the
subscription with the latest current_period_end date
2024-01-24 12:16:26 +01:00
Princi Vershwal
e7a72e2ab1
Changed delay to 300ms ( #19564 )
2024-01-24 08:09:28 +00:00
renovate[bot]
f22e0eb2dd
Update dependency cookie-session to v2.1.0
2024-01-24 05:11:56 +00:00
renovate[bot]
b0a9d3541e
Update dependency mysql2 to v3.8.0
2024-01-23 20:56:42 +00:00
Steve Larson
40891272dc
🐛 Fixed custom excerpts sometimes being cut off ( #19560 )
...
refs TryGhost/Ghost#19559
- custom excerpts are truncated based on character length
- escaped characters added extra length but we didn't account for this,
resulting in poor truncation of excerpts
2024-01-23 14:45:27 -06:00
Kevin Ansfield
b15534690c
🐛 Fixed in-editor style regressions ( #19558 )
...
closes https://github.com/TryGhost/Ghost/issues/19557
- bumps `@tryghost/koenig-lexical` which includes fix for some mangled class names following a previous Tailwind update
2024-01-23 15:48:42 +00:00
Sag
5469e76852
Fixed reply-to address to stay the same after dmarc changes ( #19542 )
...
fixes PROD-102
- after dmarc changes, replies from members should keep going to any previously set
reply-to email address by the publisher
2024-01-23 16:22:40 +01:00
Simon Backx
eb063f7a40
Fixed clearing invalid sender_email when changing newsletter sender_reply_to ( #19555 )
...
fixes PROD-102
When a newsletter has a sender_email stored in the database that Ghost
is not allowed to send from, we no longer return it as sender_email in
the API. Instead we return it as the sender_reply_to. That way the
expected behaviour is shown correctly in the frontend and the API result
also makes more sense.
In addition to that, when a change is made to a newsletters reply_to
address we'll clear any invalid sender_email values in that newsletter.
That makes sure we can clear the sender_reply_to value instead of
keeping the current fallback to sender_email if that one is stored.
On top of that, this change correclty updates the browse endpoint to use
the newsletter service instead of directly using the model.
2024-01-23 16:10:11 +01:00
Ronald Langeveld
94c7d9b21b
Revert "Changed request type to fetching iframe content in previews
...
refs https://ghost.slack.com/archives/C0568LN2CGJ/p1706018058495729
2024-01-23 14:33:38 +00:00
Ronald Langeveld
0f24f1efef
Bumped portal to 2.37.1 ( #19554 )
...
no issue
2024-01-23 13:19:05 +00:00