Home

>

Tools

>

Ghost

>

Releases

>

1.5.1

Ghost Release: 1.5.1

Tag Name: 1.5.1

Release Date: 8/8/2017

Ghost LogoGhost

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

TL;DR

Ghost 1.5.1: Improved Developer Experience & Bug Fixes

This minor release focuses on improving the developer experience with better logging, fixing bugs in the subscribe page, and enhancing the admin interface with a new redirect feature. It also includes documentation improvements with a new support guide and updates to the contributing guide. Several dependencies have been updated for better performance and security.

Highlight of the Release

    • 404 requests now appear in access logs instead of error logs for cleaner development experience
    • Added /edit/ redirect to admin for post previews
    • Fixed meta information on subscribe page when labs features aren't enabled
    • New SUPPORT.md file with Slack information for community support
    • Updated several dependencies for better performance and security

Migration Guide

This is a minor release with no breaking changes. You can upgrade from Ghost 1.5.0 to 1.5.1 without any special migration steps.

To upgrade:

  1. Back up your Ghost installation
  2. Follow the standard Ghost update procedure for your installation method
  3. No database migrations are required for this update

Upgrade Recommendations

This release contains bug fixes and quality-of-life improvements that enhance the development experience and fix issues with the subscribe page. While there are no critical security fixes mentioned, keeping your Ghost installation up to date is always recommended.

Priority: Medium - Upgrade at your convenience during your next maintenance window.

Who should upgrade immediately:

  • Sites using the subscribe feature with labs features disabled
  • Developers who are bothered by cluttered error logs due to 404 requests

Bug Fixes

  • Subscribe Page Meta: Fixed an issue where meta information on the subscribe page would be incorrectly set when labs features weren't enabled (refs #8597).

  • 404 Request Logging: Moved 404 requests from error logs to access logs, reducing clutter in error logs and providing a cleaner development experience. This change brings Ghost's logging behavior in line with LTS versions and other software like nginx.

New Features

  • Admin Redirect for Post Previews: Added /edit/ redirect to admin for post previews, bringing consistency with how posts and channels already work. This makes the admin interface more intuitive for content creators.

  • Support Documentation: Added a new SUPPORT.md file with information on how to get help, including Slack community details. This provides clearer guidance for users and developers seeking assistance.

  • Improved Contributing Guide: Updated the contributing guide with better formatting and clearer information to make it more accessible for new contributors.

Security Updates

No specific security fixes were mentioned in this release. However, the dependency updates may include security patches from the respective packages.

Performance Improvements

Impact Summary

Ghost 1.5.1 is a maintenance release that improves the developer experience and fixes several minor bugs. The most notable changes include moving 404 requests from error logs to access logs for cleaner development, adding a redirect for post previews in the admin interface, and fixing meta information on the subscribe page when labs features aren't enabled.

The release also introduces better documentation with a new SUPPORT.md file and improvements to the contributing guide. Several dependencies have been updated, which may bring performance improvements and security patches.

Overall, this is a quality-of-life update that doesn't introduce breaking changes but provides incremental improvements to the Ghost platform. The changes primarily benefit developers and content creators by making the platform more intuitive and easier to work with.

Full Release Notes

  • 🛠 Moved 404 requests from error log to access log
  • 🐛 Fixed meta on subscribe page if labs not enabled
  • 🦄 Added /edit/ redirect to admin for post previews

You can see the full change log for the details of every change included in this release.

Statistics:

File Changed11
Line Additions216
Line Deletions59
Line Changes275
Total Commits10

User Affected:

  • Improved development experience with 404 requests now appearing in access logs instead of error logs
  • Updated dependencies for better performance and security
  • New SUPPORT.md file provides clearer guidance on how to get help

Contributors:

ErisDSkirrg001