Home

>

Tools

>

Ghost

>

Releases

>

5.30.1

Ghost Release: 5.30.1

Tag Name: v5.30.1

Release Date: 1/16/2023

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.30.1 is a minor maintenance release that adds webmention endpoint discovery support and updates the ESLint dependency. This release prepares Ghost for future webmention functionality while ensuring stability through careful implementation with error handling.

What's new

  • Added webmention endpoint discovery link to ghost_head
  • Updated ESLint dependency to v8.32.0

Why it matters

This release lays groundwork for future webmention support, which will enable better cross-site interactions and content discovery for Ghost blogs. The implementation is designed to be non-disruptive while collecting data on potential usage.

Who should care

Site owners and developers using Ghost who are interested in upcoming webmention support or maintaining their Ghost installation with the latest dependency updates.

Highlight of the Release

    • Added webmention endpoint discovery link to ghost_head
    • Implementation wrapped in try/catch for stability
    • Updated ESLint dependency to v8.32.0

Migration Guide

No migration steps are required for this release. The changes are non-breaking and will be automatically applied when updating to v5.30.1.

Upgrade Recommendations

This is a minor maintenance release with no breaking changes. It's recommended to upgrade at your convenience to ensure you have the latest dependency updates and to prepare for future webmention functionality.

To upgrade:

  1. Back up your Ghost installation
  2. Follow the standard Ghost update procedure for your installation method:
    • For Ghost CLI: ghost update
    • For Docker: Pull the latest image and restart your container
    • For manual installations: Follow the upgrade guide

Bug Fixes

No specific bug fixes were included in this release.

New Features

Webmention Endpoint Discovery

Ghost now includes a webmention endpoint discovery link in the ghost_head section of sites. This addition is the first step toward supporting Webmentions, a W3C recommendation that allows websites to notify other sites when they link to them.

The implementation has been carefully designed with the following characteristics:

  • The link is wrapped in a try/catch block to prevent any potential issues
  • Currently points to a placeholder endpoint (actual endpoint will be implemented in future releases)
  • Serves as a data collection mechanism to gauge potential traffic and usage

This feature lays the groundwork for more robust cross-site interactions in the Ghost ecosystem.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release.

Impact Summary

Ghost v5.30.1 is a low-impact release that introduces preliminary support for webmention endpoint discovery while updating dependencies. The webmention implementation is designed to be completely non-disruptive, using try/catch blocks to ensure stability while collecting data on potential usage patterns.

The ESLint dependency update to v8.32.0 keeps the development environment current but has no impact on production sites.

Overall, this release represents Ghost's ongoing commitment to web standards and maintaining a modern, well-maintained codebase while preparing for more substantial feature additions in future releases.

Full Release Notes

This release contains fixes for minor bugs and issues reported by Ghost users.


View the changelog for full details: v5.30.0...v5.30.1

🪄 Love open source? We're hiring JavaScript Engineers to work on Ghost full-time

Statistics:

File Changed5
Line Additions105
Line Deletions43
Line Changes148
Total Commits3

User Affected:

  • Benefit from preliminary webmention support being added to their sites
  • No immediate visible changes but prepares for future webmention functionality
  • Improved site stability with updated dependencies

Contributors:

renovate[bot]allouisgithub-actions[bot]