- 🐛 Fixed only save imported post ids if amp field is empty (#8967)
You can see the full change log for the details of every change included in this release.
Tag Name: 1.8.2
Release Date: 9/5/2017
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This minor release fixes an important bug in the import/export functionality that was causing post IDs to be overwritten during sequential imports. It also includes a significant refactoring of how Ghost handles image dimension fetching, making the process more efficient by using local file storage when possible instead of relying on external URL requests. The Ghost Admin interface has also been updated to version 1.8.2.
No migration steps are required for this update. This is a minor release that can be installed directly over version 1.8.1 without any special considerations.
This update is recommended for all Ghost users, especially those who:
The update is backward compatible and can be applied using your standard update process.
This ensures proper preservation of post history and relationships across multiple import/export operations.
The image dimension handling system has been significantly refactored to improve performance and reliability:
getImageSizeFromFilePath that reads dimensions directly from local file storagefetchDimensionsFromBuffer utility that processes file buffers to extract image dimensionsadapters/storage for streamlined file storage path handlingNo specific security fixes were included in this release.
image-size-from-url.js to the more generic image-size.jsGhost 1.8.2 delivers important fixes and improvements to the core platform. The bug fix for import/export functionality ensures content integrity when migrating between Ghost instances, particularly when dealing with content that originated in LTS versions. This is crucial for preserving post history and relationships.
The refactoring of image dimension handling represents a significant architectural improvement, making the system more efficient by leveraging local file storage when possible rather than making external URL requests. This change improves performance and reliability, especially for sites with many images.
While this is a minor release, the changes address important functionality that affects content migration workflows and overall system performance, making it a recommended update for all Ghost installations.
You can see the full change log for the details of every change included in this release.