- 🐛 Fixed importer always erroring - Hannah Wolfe
See the changelogs for Ghost and Ghost-Admin for the details of every change in this release.
Tag Name: 3.13.3
Release Date: 4/15/2020
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost 3.13.3 fixes a critical bug in the importer functionality that was causing all import attempts to fail with a type error. This patch release ensures that users can once again successfully import content into their Ghost sites.
No migration steps are required for this update. This is a straightforward bug fix that doesn't require any configuration changes or data migrations.
This update is highly recommended for all Ghost users who rely on the importer functionality, as it fixes a critical bug that prevents content imports from working.
The patch is small and focused, making it a low-risk upgrade that resolves a significant usability issue. Users should update at their earliest convenience, especially if they need to perform content imports.
Fixed a critical bug in the Ghost importer that was causing all import attempts to fail with the error: "The 'path' argument must be of type string. Received an instance of Object".
The issue was caused by a change in method signature that wasn't properly accounted for in the code. This fix ensures that the correct parameter type is passed to the importer function, allowing content imports to work correctly again.
No new features were added in this patch release. This update focuses exclusively on fixing the importer functionality.
No security fixes were included in this patch release.
No specific performance improvements were included in this patch release.
Ghost 3.13.3 addresses a critical bug in the content importer that was preventing all imports from working properly. The fix resolves a type error that occurred when the importer received an object instead of a string for the path parameter.
This release is particularly important for users who need to migrate content into Ghost from other platforms or backup files. Without this fix, all import attempts would fail with a technical error, blocking content migration workflows.
The development team has also added test coverage to catch similar issues in the future, improving the overall reliability of the importer functionality. This demonstrates Ghost's commitment to maintaining a stable platform for content management.
See the changelogs for Ghost and Ghost-Admin for the details of every change in this release.