- 🐛 Fixed preview rendering when member status is not specified (#23529) - Chris Raible
View the changelog for full details: v5.120.2...v5.120.3
Tag Name: v5.120.3
Release Date: 5/27/2025
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v5.120.3 fixes a critical issue with post previews that was affecting sites with custom themes. The update ensures proper rendering of post previews when no member status is specified, maintaining backward compatibility with existing themes. This release also includes security updates and improvements to Portal and Comments UI components.
No migration steps are required for this update. The changes maintain backward compatibility with existing themes and configurations.
If you're using custom themes that rely on post.access values for preview functionality, this update will restore the expected behavior without any changes needed on your part.
This update is recommended for all Ghost users, especially those:
post.access valuesThe update addresses a bug that could affect content preview functionality and includes security improvements, making it an important update for maintaining site functionality and security.
Fixed an issue where post previews without the member_status query parameter were not rendering correctly. This bug affected sites with custom themes that change styling or functionality based on the post.access value.
The problem occurred after a recent fix that removed the explicit post.access = true statement to support previewing posts as different member types. While this worked when member_status was specified, it broke the expected behavior when the parameter was absent.
This update restores the legacy behavior by setting post.access = "yes" when no member status is specified, ensuring backward compatibility with existing themes.
Portal v2.51.0:
Comments UI v1.2.0:
multer dependency to version 2, addressing security vulnerabilities in the previous versionNo specific performance improvements were included in this release.
Ghost v5.120.3 is primarily a bug fix release that addresses an issue with post preview rendering when no member status is specified. This fix is particularly important for sites using custom themes that rely on the post.access value to determine styling or functionality.
The release also includes security improvements through the update of the multer dependency to version 2, and enhancements to the Portal and Comments UI components, including better internationalization support and a new option to disable the donations feature.
While the changes are relatively minor, they maintain backward compatibility and improve the reliability of core functionality, making this an important update for all Ghost users.
View the changelog for full details: v5.120.2...v5.120.3