- ✨ Allowed fixing newsletter links (#15672) - Rishabh Garg
View the changelog for full details: v5.19.3...v5.20.0
🪄 Love open source? We're hiring JavaScript Engineers to work on Ghost full-time
Tag Name: v5.20.0
Release Date: 10/21/2022
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v5.20.0 introduces the ability to edit newsletter links after sending, allowing site owners to fix typos or broken links without resending emails. This release also adds audience feedback features, improved analytics with sentiment tracking, and better CSV import/export functionality. The update includes significant refactoring of the Tiers system and various UI improvements to the post analytics page.
If you're a developer working with the Tiers system, note that it has been significantly refactored:
The members CSV importer now uses strict field mapping:
email: 'email',
name: 'name',
note: 'note',
subscribed_to_emails: 'subscribed',
created_at: 'created_at',
complimentary_plan: 'complimentary_plan',
stripe_customer_id: 'stripe_customer_id',
labels: 'labels',
products: 'products'
Members export now contains "tiers" instead of "products" for informational purposes (cannot be imported back).
This is a feature release that adds valuable functionality for newsletter publishers and site administrators. The ability to edit newsletter links after sending is particularly useful for fixing mistakes without resending emails.
Recommendation: Upgrade is recommended for all users, especially those who regularly send newsletters and want to ensure their links are always correct. There are no breaking changes reported, making this a safe upgrade for most installations.
For developers working with the Tiers system or CSV imports, review the migration guide to understand the architectural changes.
ember-svg-jar asset viewerSite owners can now edit links in newsletters that have already been sent out. This feature allows fixing typos or broken URLs without needing to resend the newsletter. When a link is edited:
No specific security fixes were mentioned in this release.
Ghost v5.20.0 significantly improves the newsletter publishing experience by allowing post-send link editing, a feature that helps publishers maintain professionalism even when mistakes happen. The enhanced analytics with sentiment tracking and filtered events provides deeper insights into content performance.
For site administrators, the improved CSV import with strict field mapping ensures better data integrity when importing members. The refactored Tiers system lays groundwork for future improvements to the membership system.
The UI improvements across the platform, particularly in the post analytics page, make the system more intuitive and user-friendly. Overall, this release focuses on quality-of-life improvements that make Ghost more robust and easier to use for publishers of all sizes.
View the changelog for full details: v5.19.3...v5.20.0
🪄 Love open source? We're hiring JavaScript Engineers to work on Ghost full-time