Home

>

Tools

>

Ghost

>

Releases

>

5.97.1

Ghost Release: 5.97.1

Tag Name: v5.97.1

Release Date: 10/22/2024

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.97.1 fixes a critical bug where hidden comments were still visible to users due to caching issues. This patch ensures that when comments are hidden, they are properly purged from the cache, preventing stale data from being served to site visitors.

Highlight of the Release

    • Fixed critical bug where hidden comments were still visible to users
    • Improved cache purging mechanism for comment moderation
    • Enhanced reliability of comment moderation features

Migration Guide

No migration steps are required for this update. This is a patch release that can be applied without any additional configuration changes or data migrations.

Upgrade Recommendations

This update is highly recommended for all Ghost installations that use the commenting feature, especially for sites that actively moderate comments.

The upgrade process is straightforward:

  • For self-hosted Ghost installations, follow the standard update procedure
  • For Ghost(Pro) users, the update will be automatically applied

Since this is a patch release (v5.97.1), it contains only bug fixes and no breaking changes, making it a low-risk update that improves the reliability of your site's comment moderation.

Bug Fixes

Hidden Comments Bug Fix

This release addresses an important bug in Ghost's comment system where hidden comments were still appearing to site visitors. The issue occurred because hidden comments were not being properly purged from the cache, resulting in stale data being served to users.

The fix ensures that when a comment is hidden by a site administrator, it is properly removed from the cache, preventing it from being displayed to visitors. This resolves the inconsistency between the intended moderation action and what users actually experienced on the site.

New Features

No new features were introduced in this patch release. This is a focused bug fix release addressing a specific issue with comment moderation.

Security Updates

No specific security fixes were included in this release. The primary focus was on fixing the hidden comments visibility issue.

Performance Improvements

Cache Management Improvements

While primarily a bug fix, this release also improves the performance of Ghost's caching system specifically for comment data. By ensuring proper cache invalidation when comments are hidden, the system now maintains better data consistency between the database and cached content.

This improvement helps prevent serving stale or incorrect data to users, which enhances both the reliability and perceived performance of the commenting system.

Impact Summary

This patch release fixes an important issue with Ghost's comment moderation system. Previously, when site administrators hid inappropriate or unwanted comments, these comments could still appear to site visitors due to caching issues. This undermined the effectiveness of comment moderation and potentially allowed inappropriate content to remain visible.

The fix ensures proper cache purging when comments are hidden, maintaining consistency between moderation actions and user experience. This is particularly important for sites that rely on community engagement through comments while needing to maintain content standards.

While this is a small patch in terms of code changes, it significantly improves the reliability of a core moderation feature that many Ghost users depend on for community management.

Full Release Notes

  • 🐛 Fixed hidden comments still appearing - Fabien 'egg' O'Carroll

View the changelog for full details: v5.97.0...v5.97.1

Statistics:

File Changed4
Line Additions107
Line Deletions4
Line Changes111
Total Commits2

User Affected:

  • Can now properly moderate comments by hiding inappropriate content
  • No longer need to worry about hidden comments still appearing to visitors
  • Improved reliability of comment moderation features

Contributors:

allouisgithub-actions[bot]