Home

>

Tools

>

Ghost

>

Releases

>

4.8.2

Ghost Release: 4.8.2

Tag Name: v4.8.2

Release Date: 6/24/2021

Ghost LogoGhost

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

TL;DR

Ghost v4.8.2 fixes a critical bug in the tag search API that was causing errors in the admin interface. This patch ensures that tag searches work correctly again, improving the overall stability of the Ghost admin experience.

Highlight of the Release

    • Fixed critical bug in the tag search API that was causing errors in the admin interface
    • Resolved issue with defaultColumnsToFetch function that was causing 500 errors
    • Improved stability of the Ghost Admin tag management experience

Migration Guide

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

Upgrade Recommendations

This patch release is highly recommended for all Ghost users, especially those who actively use tag management features in the admin interface. The fix addresses a critical bug that causes errors when searching for tags, which can disrupt content management workflows.

The update is a standard patch release with minimal risk. You can upgrade using your normal update process:

ghost update

If you're using Ghost(Pro), the update will be automatically applied to your site.

Bug Fixes

Tag Search API Fix

This release addresses a critical bug in the tag search API that was causing errors when users attempted to search for tags in the Ghost Admin interface:

  • Fixed an issue where defaultColumnsToFetch was incorrectly referenced, causing 500 errors when using the tag search functionality
  • Resolved the problem by updating the code to use this.defaultColumnsToFetch() instead of accessing it through the prototype
  • The bug was introduced when defaultColumnsToFetch was moved to the CRUD plugin in a previous commit, changing how it needed to be accessed

This fix ensures that the tag search functionality works correctly again, allowing users to search and manage tags without encountering API errors.

New Features

No new features were introduced in this patch release. This update focuses exclusively on fixing a bug in the tag search API functionality.

Security Updates

No security fixes were included in this patch release. The focus was on fixing the tag search API bug.

Performance Improvements

No specific performance improvements were included in this patch release. The focus was on fixing the tag search API bug.

Impact Summary

This patch release fixes a critical bug in the tag search API that was causing 500 errors when users attempted to search for tags in the Ghost Admin interface. The issue stemmed from a change in how the defaultColumnsToFetch function needed to be accessed after it was moved to the CRUD plugin in a previous commit.

The fix ensures that content editors and administrators can search for and manage tags without encountering errors, improving the overall stability and usability of the Ghost admin experience. This update is particularly important for sites with large numbers of tags or those that rely heavily on tag organization for their content strategy.

No new features, performance improvements, or security fixes are included in this release, as it focuses exclusively on resolving the tag search API bug.

Full Release Notes

Statistics:

File Changed3
Line Additions3
Line Deletions3
Line Changes6
Total Commits3

User Affected:

  • Can now search for tags without encountering API errors
  • Will experience improved stability when using the tag management interface
  • No longer see error messages when typing in the tag search field

Contributors:

daniellockyer