Ghost

Productivity

An independent publishing platform.

Latest v6.56.0 · by Ghost FoundationWebsiteTryGhost/Ghost

Release activity

Release activity — 10 releases across 10 days since Jun 26, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 26, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 20261 release on Jul 27, 2026No releases on Aug 3, 2026
TuesdayNo releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 20261 release on Aug 4, 2026
WednesdayNo releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026
Thursday1 release on Jul 2, 20261 release on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
Friday1 release on Jun 26, 20261 release on Jul 3, 20261 release on Jul 10, 20261 release on Jul 17, 20261 release on Jul 24, 20261 release on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jun 26, 2026

Changelog

v6.56.0

Added 1
  • Add specific-tier option to editor preview
Changed 2
  • Improve tier select sizing in the post preview header
  • Add configurable search entries for billing
Fixed 6
  • Fix newsletter links containing a single quote being impossible to edit
  • Fix SVG favicons not rendering in bookmark cards
  • Fix header cards losing their layout when imported from HTML
  • Fix keyboard focus trapping in empty comment threads
  • Fix 500 error when deleting posts with threaded comments
  • Fix Stripe checkout failing for accounts with Managed Payments enabled
  • ✨ Added specific-tier option to editor preview (#29739) - Kevin Ansfield
  • 🎨 Improved tier select sizing in the post preview header (#29727) - Weyland Swart
  • 🎨 Added configurable search entries for billing (#29645) - Sag
  • 🐛 Fixed newsletter links containing a single quote being impossible to edit (#29650) - Michael Barrett
  • 🐛 Fixed SVG favicons not rendering in bookmark cards (#29732) - Princi Vershwal
  • 🐛 Fixed header cards losing their layout when imported from HTML (#29706) - Priyansh Nandwana
  • 🐛 Fixed keyboard focus trapping in empty comment threads (#29724) - Steve Larson
  • 🐛 Fixed 500 error when deleting posts with threaded comments (#29682) - Michael Barrett
  • 🐛 Fixed Stripe checkout failing for accounts with Managed Payments enabled (#29715) - Sag

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.55.0...v6.56.0

View originalPermalink
How v6.56.0 went

v6.55.0

Changed 1
  • Made the sidebar trial banner configurable via hostSettings
Fixed 8
  • Fixed feature image alt text silently disappearing when too long
  • Fixed members being removed from all newsletters when unsubscribing from one
  • Fixed site.substack.com links breaking when outbound link tagging is on
  • Fixed settings sidebar flash for editors and contributors
  • Fixed duplicate reply notification emails for comment authors
  • Fixed redirect capture groups not being substituted inside query strings
  • Fixed broken admin views for Contributor and Author staff users
  • Fixed broken internal links in automation emails
  • 🎨 Changed the sidebar trial banner to be configurable via hostSettings (#29604) - Jannis Fedoruk-Betschki
  • 🐛 Fixed feature image alt text silently disappearing when too long (#29681) - SUHAIL
  • 🐛 Fixed members being removed from all newsletters when unsubscribing from one (#29605) - swithek
  • 🐛 Fixed site.substack.com links breaking when outbound link tagging is on (#29641) - leafwind
  • 🐛 Fixed settings sidebar flash for editors/contributors (#29660) - Jatinder Mahajan
  • 🐛 Fixed duplicate reply notification emails for comment authors (#29600) - Aubaid
  • 🐛 Fixed redirect capture groups ($1) not being substituted inside query strings (#29574) - Jannis Fedoruk-Betschki
  • 🐛 Fixed broken admin views for Contributor and Author staff users (#29653) - Steve Larson
  • 🐛 Fixed broken internal links in automation emails (#29652) - Troy Ciesco

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.54.1...v6.55.0

View originalPermalink
How v6.55.0 went

v6.54.0

Added 8
  • Added config to specify custom adapter install location
  • Added inline editor for redirects.yaml and routes.yaml
  • Added support for v4 (canary) schema
  • Added member.avatar_image for member gravatars in themes
  • Added labels for Members
  • Added complimentary member subscription
  • Added possibility to accept html as an input source for post
  • Added storage base
Changed 3
  • Changed pre-launch banner copy and link to be configurable via hostSettings
  • Updated settings chooser controls
  • Improved automation polling performance
Fixed 7
  • Fixed unsafe output from the split helper
  • Fixed posts with a self-referential canonical URL being excluded from the sitemap
  • Fixed YouTube bookmark metadata
  • Fixed a members import label containing a comma being split in two
  • Fixed members CSV import storing a formula-escape character in member data
  • Fixed members CSV import dropping columns from an uneven file
  • Fixed member custom field actions breaking history
Removed 1
  • Removed unused base adapter shims
Security 1
  • Made filename generation more secure, performant and resilient to filesystems' limits
  • 🔒 Made filename generation more secure, performant and resilient to filesystems' limits (#70) - Sag
  • ✨ Added config to specify custom adapter install location (#29487) - Austin Burdine
  • ✨ Added inline editor for redirects.yaml and routes.yaml (#29200) - Murat Çorlu
  • ✨ Added support for v4 (canary) schema - Naz
  • ✨ Added member.avatar_image for member gravatars in themes (#11584) - Kevin Ansfield
  • ✨Added labels for Members (#11538) - Rishabh Garg
  • ✨ Added complimentary member subscription (#11537) - Naz Gargol
  • ✨ Added posibility to accept html as an input source for post - Nazar Gargol
  • ✨ add storage base (#1) - Katharina Irrgang
  • 🎨 Removed unused base adapter shims (#29564) - Austin Burdine
  • 🎨 Changed pre-launch banner copy and link to be configurable via hostSettings (#29540) - Jannis Fedoruk-Betschki
  • 🎨 Updated settings chooser controls (#29503) - Steve Larson
  • 🎨 Further improved automation polling performance (#29477) - Evan Hahn
  • 🎨 Improved automation polling performance (#29476) - Evan Hahn
  • 🐛 Fixed unsafe output from the split helper (#29298) - Oscar Hedvall
  • 🐛 Fixed posts with a self-referential canonical URL being excluded from the sitemap - yash
  • 🐛 Fixed YouTube bookmark metadata (#29114) - Rayan Salhab
  • 🐛 Fixed a members import label containing a comma being split in two - Rob Lester
  • 🐛 Fixed members CSV import storing a formula-escape character in member data - Rob Lester
  • 🐛 Fixed members CSV import dropping columns from an uneven file - Rob Lester
  • 🐛 Fixed member custom field actions breaking history (#29506) - Steve Larson
  • 🐛 Fixed dark mode loader showing a white background (#29340) - sarafmudit
  • 🐛 Fixed incorrect audio durations after HTML import (#29337) - Kushida
  • 🐛 Fixed theme toggle crossfade in the standalone React admin (#29458) - Steve Larson
  • 🐛 Fixed extention missmatching .mp4 as invalid - Naz
  • 🐛 Fixed $id clash when validating across different API versions (#349) - naz
  • 🐛 Fixed CSV import json-schema email validation (#12239) - Fabien 'egg' O'Carroll
  • 🐛 Fixed validation error when adding tag from PSM - Nazar Gargol
  • 💡 Added canary api endpoint - Rish

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.53.0...v6.54.0

View originalPermalink
How v6.54.0 went

v6.53.0

Added 3
  • Add boot-time validation functionality support for adapters
  • Add user lookup dependency injection to sso base adapter
  • Improve protection against spam member signups
Changed 2
  • Improve author selection performance on sites with many staff users
  • Improve analytics chart bucketing for Year to date and All time ranges
Fixed 2
  • Fix false unsaved warning in welcome email editor
  • Fix expired sessions leaving Admin stuck instead of returning to signin
  • ✨ Added boot-time validation functionality support for adapters (#29371) - Austin Burdine
  • ✨ Added user lookup dependency injection to sso base adapter (#29365) - Austin Burdine
  • ✨ Improved protection against spam member signups (#29319) - Steve Larson
  • 🎨 Improved author selection performance on sites with many staff users (#29044) - Kevin Ansfield
  • 🎨 Improved analytics chart bucketing for Year to date and All time ranges (#29237) - Steve Larson
  • 🐛 Fixed false unsaved warning in welcome email editor (#29389) - Steve Larson
  • 🐛 Fixed expired sessions leaving Admin stuck instead of returning to signin (#29328) - Steve Larson

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.52.1...v6.53.0

View originalPermalink
How v6.53.0 went

v6.52.0

Added 1
  • Add tax ID collection to Stripe checkout when automatic tax is enabled
Changed 2
  • Update Source to v1.7.1
  • Update Casper to v5.12.1
Fixed 3
  • Fix mobile preview overflow
  • Fix unreadable tag and author colours with light accent colours
  • Fix Top Posts stuck loading or hiding data when web analytics is off
Removed 1
  • Remove the discontinued Tenor GIF provider
  • ✨ Added tax ID collection to Stripe checkout when automatic tax is enabled (#24682) - Jannis Fedoruk-Betschki
  • 🎨 Updated Source to v1.7.1 - Ghost CI
  • 🎨 Updated Casper to v5.12.1 - Ghost CI
  • 🎨 Removed the discontinued Tenor GIF provider (#29194) - Renato Costa
  • 🐛 Fixed mobile preview overflow (#29131) - Troy Ciesco
  • 🐛 Fixed unreadable tag & author colours with light accent colours (#29127) - Weyland Swart
  • 🐛 Fixed Top Posts stuck loading or hiding data when web analytics is off (#29103) - Steve Larson

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.51.0...v6.52.0

View originalPermalink
How v6.52.0 went

v6.51.0

Added 1
  • Add Social Web handle preferences
Fixed 8
  • Fix complimentary subscription created when editing comped members
  • Fix security action history entries
  • Fix email preview always showing the paywall on tier-restricted posts
  • Fix and refactor social link validators
  • Fix complimentary members being unable to upgrade on non-USD sites
  • Fix orphaned Stripe prices when importing members by tier
  • Fix posts/pages loading when analytics data was unavailable
  • Fix staff profile URL not updating after changing a user's slug
  • ✨ Added Social Web handle preferences (#29042) - Vitrix
  • 🐛 Fixed complimentary subscription created when editing comped members (#28954) - Aubaid
  • 🐛 Fixed security action history entries (#29012) - Steve Larson
  • 🐛 Fixed email preview always showing the paywall on tier-restricted posts (#29059) - Steve Larson
  • 🐛 Fixed & refactored social link validators (#29051) - Steve Larson
  • 🐛 Fixed complimentary members being unable to upgrade on non-USD sites (#29055) - Peter Schulz
  • 🐛 Fixed orphaned Stripe prices when importing members by tier (#28955) - Aubaid
  • 🐛 Fixed posts/pages loading when analytics data was unavailable (#29048) - Steve Larson
  • 🐛 Fixed staff profile URL not updating after changing a user's slug (#29041) - Sag

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.50.0...v6.51.0

View originalPermalink
How v6.51.0 went

v6.50.0

Added 3
  • Added publisher gift links
  • Added configurable admin session max age
  • Added system appearance mode to Ghost Admin
Changed 4
  • Improved y-axis scaling and country names in Analytics
  • Improved share modal to clamp long post previews
  • Improved dark mode across Shade and Ghost admin
  • Improved admin Comments page load time on large comment datasets
Fixed 8
  • Prevented 'new' slug on tags to avoid route overlap
  • Enabled link search in feature image caption and center caption text
  • Fixed admin sidebar hidden behind legacy screens on mobile
  • Fixed hover-reveal View more buttons staying hidden on keyboard focus
  • Fixed bookmark favicon selection in oEmbed fallback
  • Made database views portable across environments
  • Fixed bookmark cards showing 'Amazon' as site name on .co domains
  • Fixed Portal non-clickable rows areas and inconsistent keyboard focus
Security 1
  • Fixed stored XSS and mangled structured data in JSON-LD output
  • ✨ Added publisher gift links (#29043) - Kevin Ansfield
  • ✨ Added configurable admin session max age (#26682) - Julien Millau
  • ✨ Added system appearance mode to Ghost Admin (#28911) - Weyland Swart
  • 🎨 Improved y-axis scaling and country names in Analytics (#28708) - Peter Zimon
  • 🎨 Improved share modal to clamp long post previews (#28966) - Weyland Swart
  • 🎨 Improved dark mode across Shade and Ghost admin (DES-1397) (#28895) - Peter Zimon
  • 🎨 Improved admin Comments page load time on large comment datasets (#28734) - Jonathon W. Marshall
  • 🐛 Prevented 'new' slug on tags to avoid route overlap (#28686) - Praveen Kumar Singh
  • 🐛 Enabled link search in feature image caption and center caption text (#28730) - Dikshant Chaturvedi
  • 🐛 Fixed stored XSS and mangled structured data in JSON-LD output (#29013) - Steve Larson
  • 🐛 Fixed admin sidebar hidden behind legacy screens on mobile (#28956) - Jannis Fedoruk-Betschki
  • 🐛 Fixed hover-reveal View more buttons staying hidden on keyboard focus (#28929) - Dimitris Trechas
  • 🐛 Fixed bookmark favicon selection in oEmbed fallback (#28939) - Moc
  • 🐛 Made database views portable across environments - Rob Lester
  • 🐛 Fixed bookmark cards showing 'Amazon' as site name on .co domains (#28961) - Steve Larson
  • 🐛 Fixed flaky target delivery window batch-sending test (#28937) - Steve Larson
  • 🐛 Fixed Portal non-clickable rows areas and inconsistent keyboard focus - D̸̛̛̛͗̅͂̈́̃̏̒͐͋̓̾̅͂̃̊̉͆̄̏́͂̈́͗͒̓̒͛̈̅̓̄̔̓̈́͋̕̕̚̚͝usk

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.49.0...v6.50.0

View originalPermalink
How v6.50.0 went

v6.49.0

Added 1
  • Add markdown and llms.txt support for AI tooling
Fixed 3
  • Fix profile picture button styling inconsistency
  • Fix analytics Today view showing data points in the future
  • Fix dark mode in the automations email editor
  • ✨ Added markdown and llms.txt support for AI tooling (#28931) - Hannah Wolfe
  • 🐛 Fixed profile picture button styling inconsistency (#28933) - Sviatoslav
  • 🐛 Fixed analytics Today view showing data points in the future (#28912) - Chris Raible
  • 🐛 Fixed dark mode in the automations email editor (#28914) - Weyland Swart

View the changelog for full details: https://github.com/TryGhost/Ghost/compare/v6.48.0...v6.49.0

View originalPermalink
How v6.49.0 went
View all

Discussion