Home

>

Tools

>

Ghost

>

Releases

>

1.15.1

Ghost Release: 1.15.1

Tag Name: 1.15.1

Release Date: 10/24/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.15.1: Bug Fix for XML-RPC Pings During Import

This minor release fixes an important bug that was causing unwanted XML-RPC pings to be sent during content imports. The update prevents Ghost from sending unnecessary ping notifications when importing content or when a post is set to private, improving the import experience and preventing unintended external notifications. The release also includes code improvements to the channels router and updates to the Casper theme and Ghost Admin.

Highlight of the Release

    • Fixed bug preventing unwanted XML-RPC pings during content imports
    • Improved code readability for the channels router
    • Updated Casper theme to version 2.1.5
    • Updated Ghost Admin to version 1.15.1

Migration Guide

No migration steps are required for this update. This is a minor release that can be installed without any special considerations.

Upgrade Recommendations

This update is recommended for all Ghost users, especially those who regularly import content or use private posts. The fix for unwanted XML-RPC pings during imports will improve the content management experience.

To upgrade:

  1. Back up your Ghost installation
  2. Follow the standard Ghost update procedure for your installation method (CLI, Docker, or manual installation)
  3. No database migrations are required for this update

Bug Fixes

XML-RPC Ping Fix

This release addresses an issue where Ghost was sending XML-RPC pings during content imports (#9164, #9165). The fix:

  • Adds a check for options.importing before sending XML-RPC pings
  • Prevents pings from being sent for private posts
  • Updates Slack integration to follow the same logic
  • Includes updated tests to verify this behavior

This prevents unwanted external notifications when importing content into your Ghost site.

New Features

No significant new features were added in this minor release. The focus was on bug fixes and code improvements.

Security Updates

No security fixes were mentioned in this release.

Performance Improvements

No specific performance improvements were highlighted in this release.

Impact Summary

Ghost 1.15.1 is a minor bug fix release that addresses an issue with XML-RPC pings being sent during content imports. This fix is particularly important for content managers who regularly import content, as it prevents unwanted external notifications during the import process. The release also includes improvements to the channels router code for better readability and expanded test coverage, which will benefit developers working with the Ghost codebase. Additionally, the Casper theme has been updated to version 2.1.5 and Ghost Admin to version 1.15.1. While this is not a major release, it provides important quality-of-life improvements for content management workflows.

Full Release Notes

  • 🐛 Prevents xmlrpc pings happening on import (#9165)

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

Statistics:

File Changed9
Line Additions389
Line Deletions110
Line Changes499
Total Commits5

User Affected:

  • No longer experience unwanted XML-RPC pings being sent during content imports
  • Private posts will no longer trigger ping notifications

Contributors:

ErisDSaileen