Home

>

Tools

>

Ghost

>

Releases

>

4.43.1

Ghost Release: 4.43.1

Tag Name: v4.43.1

Release Date: 4/11/2022

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.43.1: Bug Fix for {{tiers}} Helper

This patch release fixes a critical issue where the {{tiers}} helper with parameters was incorrectly flagged as an error during theme validation. The fix ensures that theme developers can properly use the documented {{tiers}} helper with parameters without encountering false positive fatal errors during gscan checks.

Highlight of the Release

    • Fixed false positive fatal error when using {{tiers}} helper with parameters in Ghost themes
    • Improved theme validation accuracy for membership tier functionality
    • Ensures compatibility with documented Ghost theme features

Migration Guide

No migration steps are required for this patch release. The fix is automatically applied when updating to Ghost v4.43.1.

Upgrade Recommendations

This update is recommended for all Ghost users, especially those who:

  • Are developing or using themes that implement the {{tiers}} helper with parameters
  • Have experienced theme validation errors related to the {{tiers}} helper
  • Want to ensure proper functionality of membership tier displays in themes

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

Bug Fixes

Fixed Theme Validation for {{tiers}} Helper

This release fixes an issue where the {{tiers}} helper would trigger a false positive fatal error during theme validation when used with parameters. For example, using {{tiers prefix="Access with:"}} in a theme would cause the theme to fail gscan validation, despite being valid syntax for a documented Ghost helper.

The fix ensures that the gscan validation process correctly recognizes and allows the {{tiers}} helper to be used with parameters, maintaining compatibility with the documented functionality.

New Features

No new features were added in this patch release. This is a bug fix release focused on correcting the theme validation process for the {{tiers}} helper.

Security Updates

No security fixes were included in this patch release.

Performance Improvements

No specific performance improvements were included in this patch release.

Impact Summary

This patch release resolves a specific issue with theme validation that was incorrectly flagging valid usage of the {{tiers}} helper when parameters were included. The fix improves the reliability of the theme validation process and ensures that theme developers can properly implement membership tier functionality using the documented helper syntax.

The impact is primarily focused on theme development workflows, removing a friction point that was preventing valid themes from passing validation. This change maintains backward compatibility and doesn't introduce any breaking changes or require modifications to existing code.

Full Release Notes

Statistics:

File Changed3
Line Additions12
Line Deletions84
Line Changes96
Total Commits3

User Affected:

  • Can now use the `{{tiers}}` helper with parameters without encountering false positive errors
  • No longer need to work around the gscan validation issue when implementing membership tier displays
  • Existing themes using `{{tiers}}` with parameters will now pass validation checks

Contributors:

nazdaniellockyer