- 🐛 Fixed error when using API to search for tags - Daniel Lockyer
View the changelogs for full details:
- Ghost - v4.8.1...v4.8.2
- Ghost-Admin - TryGhost/Admin@v4.8.1...v4.8.2
Tag Name: v4.8.2
Release Date: 6/24/2021
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
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.
defaultColumnsToFetch function that was causing 500 errorsNo migration steps are required for this patch release. The update can be applied without any additional configuration changes or data migrations.
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.
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:
defaultColumnsToFetch was incorrectly referenced, causing 500 errors when using the tag search functionalitythis.defaultColumnsToFetch() instead of accessing it through the prototypedefaultColumnsToFetch was moved to the CRUD plugin in a previous commit, changing how it needed to be accessedThis fix ensures that the tag search functionality works correctly again, allowing users to search and manage tags without encountering API errors.
No new features were introduced in this patch release. This update focuses exclusively on fixing a bug in the tag search API functionality.
No security fixes were included in this patch release. The focus was on fixing the tag search API bug.
No specific performance improvements were included in this patch release. The focus was on fixing the tag search API bug.
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.
View the changelogs for full details: