- 🐛 Fixed misleading message when scheduling an already emailed post - Kevin Ansfield
View the changelogs for full details:
- Ghost - v4.15.1...v4.16.0
- Admin - TryGhost/Admin@v4.15.1...v4.16.0
Tag Name: v4.16.0
Release Date: 9/23/2021
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v4.16.0 introduces two significant alpha features: Member Analytics for tracking member activity and Custom Theme Settings for enhanced theme customization. This release also includes important email delivery fixes for SES and SMTP configurations, along with substantial code refactoring to improve maintainability. Site owners can now collect more detailed member interaction data and theme developers gain new customization capabilities, all while benefiting from a more stable email delivery system.
If you're developing themes for Ghost, you should be aware of the new Custom Theme Settings functionality:
No specific migration steps are required for existing themes, but you may want to explore implementing custom theme settings in your themes to take advantage of this new feature.
The new Member Analytics and Offers features are currently behind alpha flags in Labs. To try them:
Note that these are alpha features and may change in future releases.
This release is recommended for all users, especially those who:
The email delivery fixes alone make this update valuable for most Ghost installations. The upgrade process follows the standard Ghost update procedure and should be straightforward with no breaking changes reported.
For self-hosted Ghost installations:
ghost update
For Ghost(Pro) users, the update will be automatically applied.
@tryghost/nodemailer package to incorporate these fixesmembersActivity labs flagcustom_theme_settings table and model for storing theme setting values@tryghost/members-api dependency@sentry/node to v6.13.2postcss to v8.3.7glob to v7.2.0@tryghost packagesGhost v4.16.0 delivers significant improvements in three key areas:
Member Engagement Tracking: The new Member Analytics feature (alpha) provides site owners with deeper insights into how members interact with their content, enabling more data-driven decisions about content strategy and member engagement.
Theme Customization: Custom Theme Settings introduces a flexible system for theme developers to create more customizable themes without requiring code changes, making Ghost more adaptable to various design needs.
Email Reliability: The fixes for SES and SMTP configurations ensure more reliable email delivery, which is critical for newsletters, member communications, and other email-dependent features.
Additionally, the extensive code refactoring improves the maintainability of Ghost's codebase, which should lead to more stable and efficient future releases. While most changes are behind-the-scenes, the new alpha features signal Ghost's continued evolution toward more powerful membership and customization capabilities.
View the changelogs for full details: