- 🐛 Fixed false positive fatal error for
{{tiers}}- Naz
View the changelogs for full details:
- Ghost - v4.43.0...v4.43.1
- Admin - TryGhost/Admin@v4.43.0...v4.43.1
🪄 Love open source? We're hiring Node.js Engineers to work on Ghost full-time
Tag Name: v4.43.1
Release Date: 4/11/2022
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
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.
{{tiers}} helper with parameters in Ghost themesNo migration steps are required for this patch release. The fix is automatically applied when updating to Ghost v4.43.1.
This update is recommended for all Ghost users, especially those who:
{{tiers}} helper with parameters{{tiers}} helperThe update is a minor patch release with minimal risk. You can upgrade using your standard Ghost update process.
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.
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.
No security fixes were included in this patch release.
No specific performance improvements were included in this patch release.
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.
{{tiers}} - NazView the changelogs for full details:
🪄 Love open source? We're hiring Node.js Engineers to work on Ghost full-time