Home

>

Tools

>

Ghost

>

Releases

>

5.113.1

Ghost Release: 5.113.1

Tag Name: v5.113.1

Release Date: 3/19/2025

Ghost LogoGhost

Open-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.

TL;DR

Ghost v5.113.1 - Bug Fix Release

This patch release fixes a critical bug where newly created posts without a title would fail to save due to a slug validation error. The issue was introduced in a previous commit and has now been reverted to restore proper functionality when creating draft posts without titles.

This is an important fix for content creators who start drafts without titles, ensuring their work can be properly saved.

Highlight of the Release

    • Fixed critical bug preventing users from saving newly created posts without titles
    • Reverted a regression introduced in a previous commit that caused slug validation errors
    • Restored proper functionality for draft creation workflow

Migration Guide

No migration steps are required for this patch release. The fix is automatically applied when updating to v5.113.1.

To update:

  1. Follow the standard Ghost update procedure for your installation method
  2. No configuration changes or additional steps are needed

Upgrade Recommendations

Priority: High

This update is highly recommended for all Ghost users, especially those who frequently create draft posts without titles. The bug fix addresses a critical issue that could prevent content from being saved.

There are no breaking changes in this release, and the update is safe to apply immediately. The fix is particularly important for active content creation environments where writers may start drafts without defining titles first.

Bug Fixes

Post Slug Validation Fix

This release fixes a critical bug where newly created posts without a title would fail to save due to a slug validation error. The issue was introduced in commit 1a0020d, which has now been reverted.

The problem occurred because:

  • When creating a new post without a title, no slug was being generated
  • The validation system would then reject the post due to the missing slug
  • This prevented users from saving their work when starting with an untitled draft

With this fix, users can now properly create and save posts that don't yet have a title, which is a common workflow when starting new content.

New Features

No new features were introduced in this patch release. This is strictly a bug fix release addressing a specific issue with post slug validation.

Security Updates

No security fixes were included in this patch release. The focus was on fixing the critical bug with post slug validation.

Performance Improvements

No specific performance improvements were included in this patch release. The focus was on fixing the critical bug with post slug validation.

Impact Summary

This patch release addresses a specific but critical bug in Ghost's content creation workflow. The fix ensures that users can create and save posts without titles, which is a common scenario when starting new drafts.

The impact is most significant for content creators and editors who frequently start drafts without titles. Prior to this fix, these users would encounter validation errors that prevented saving their work, potentially leading to content loss or workflow disruptions.

The fix restores expected behavior by reverting a problematic commit that introduced the regression. This ensures compatibility with established content creation workflows and improves the reliability of the Ghost platform for all users.

No new features, performance improvements, or security fixes are included in this release, as it is focused solely on addressing this specific bug.

Full Release Notes

  • 🐛 Fixed slug validation error for newly created posts without a title (#22573) - Chris Raible

View the changelog for full details: v5.113.0...v5.113.1

Statistics:

File Changed4
Line Additions2
Line Deletions42
Line Changes44
Total Commits2

User Affected:

  • Can now successfully save new posts that don't have a title yet
  • No longer encounter validation errors when creating draft posts without titles
  • Improved workflow stability when starting with untitled drafts

Contributors:

cmraiblegithub-actions[bot]