No user-visible changes in this release.
View the changelogs for full details:
- Ghost - v4.12.1...v4.13.0
- Admin - TryGhost/Admin@v4.12.1...v4.13.0
Tag Name: v4.13.0
Release Date: 9/6/2021
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This release introduces significant improvements to member management with new bulk actions, product event tracking, and better handling of complimentary subscriptions. Email features have been enhanced with improved CTA card rendering and better content formatting. The update also includes routing changes for posts, using UUIDs instead of slugs for improved security, and various performance optimizations and bug fixes.
Post URL Changes: The switch from slug-based to UUID-based post routing means that post URLs will now use UUIDs instead of slugs. This should be transparent to most users, but any custom code that relies on slug-based URLs may need to be updated.
Member API Changes: If you're using the member APIs directly in custom code, note that several changes have been made:
Model Transactions: A new static transaction method has been added to the base model. If you're extending Ghost models in custom code, you can now use this method to create transactions.
This release contains several important improvements to member management and email features, along with bug fixes and performance enhancements. It's recommended that all Ghost users upgrade to v4.13.0, especially those who:
The upgrade should be straightforward with no breaking changes reported. As always, it's recommended to backup your database before upgrading and test the upgrade in a staging environment if possible.
isSet method in labs.enabledMiddleware that was not properly bound.members_product_events table to track when members are given or lose access to products, enabling better tracking of complimentary memberships.No specific security fixes were mentioned in this release.
Code Optimization:
@tryghost/request.Testing Improvements:
Ghost v4.13.0 delivers significant improvements to member management capabilities with new bulk actions and product event tracking, making it easier to manage large member bases and track subscription history. Email creators will benefit from enhanced CTA card rendering and cleaner content formatting, resulting in more professional-looking newsletters.
The switch to UUID-based post routing improves security by making content less discoverable through URL manipulation, while still maintaining SEO benefits. Administrators gain new permissions for Stripe connections and benefit from improved error messaging during member imports.
For developers, the release includes several code quality improvements including test coverage reporting, refactored services using modern JavaScript patterns, and a new transaction method in the base model for better database interaction.
Overall, this release enhances Ghost's capabilities as a professional publishing platform with particular focus on membership and newsletter features, making it a recommended upgrade for all users.
No user-visible changes in this release.
View the changelogs for full details: