- 🐛 Fixed Admin hitting dead API response on Stripe connect - Rishabh Garg
- 🐛 Fixed incorrect MRR value on dashboard - Rishabh Garg
View the changelogs for full details:
- Ghost - v4.11.0...v4.12.0
- Admin - TryGhost/Admin@v4.11.0...v4.12.0
Tag Name: v4.12.0
Release Date: 8/17/2021
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost 4.12.0 introduces email-only posts, allowing creators to send newsletters without publishing content to their site. This release also brings improved member filtering based on subscription data, enhanced email-CTA card customization, and various API refinements. These changes significantly improve the newsletter experience while maintaining content flexibility for publishers.
To use the new email-only posts feature:
emailOnlyPosts flag in Labs settingsThe enhanced member filtering capabilities are available in the Members section of your admin panel. You can now filter members based on subscription status, including trial and canceled subscriptions.
If you've built custom integrations with Ghost's Posts or Pages APIs, be aware that there have been significant refactorings in this release. While these changes maintain backward compatibility, you may want to review your code if you're doing advanced integrations.
This is a feature release with significant enhancements for newsletter publishers and site administrators. The upgrade is recommended for all users, especially those who:
There are no breaking changes reported in this release, making it a safe upgrade for most users. As always, it's recommended to backup your database before upgrading.
Follow the standard Ghost upgrade process:
ghost updateGhost now supports creating posts that are sent exclusively as newsletters without being published on your site. This feature is available behind the emailOnlyPosts alpha labs flag and introduces a new post status called sent to track email-only posts that have been delivered.
You can now filter members based on their subscription data, including filtering for members with canceled subscriptions or those currently on trial periods.
The email-CTA card now supports top/bottom dividers and button alignment options, giving you more control over the appearance of your newsletter CTAs.
A new, more comprehensive dashboard is available behind the dashboardTwo labs flag. This experimental feature provides enhanced statistics and insights for your Ghost site.
Email-only posts that have been sent are now accessible through the /email/:slug/ route, maintaining content gating based on the post's visibility settings.
No specific security fixes were mentioned in this release.
These refactorings improve code maintainability and set the foundation for better performance in future releases.
Ghost 4.12.0 significantly enhances the platform's newsletter capabilities with the introduction of email-only posts, allowing creators to send content exclusively to subscribers without publishing it on their site. This feature addresses a common request from newsletter publishers who want to provide exclusive content to their email subscribers.
The release also improves member management with enhanced filtering based on subscription data, making it easier to segment and target specific member groups. The experimental new dashboard provides more comprehensive statistics, giving site administrators better insights into their site's performance.
For developers, the extensive code refactoring improves maintainability and sets the foundation for future enhancements. The extraction of post/page cache invalidation logic and post edit logic into dedicated services makes the codebase more modular and easier to maintain.
Overall, this release strengthens Ghost's position as a powerful platform for newsletter publishers while maintaining its flexibility for various content publishing needs.
View the changelogs for full details: