- 🐛 Fixed validation error when editing a post with relative image URLs
- 🐛 Fixed error when inserting unexistent related tag
You can see the full change log for the details of every change included in this release.
Tag Name: 2.14.2
Release Date: 2/13/2019
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost 2.14.2 is a maintenance release that focuses on API improvements, bug fixes, and code cleanup. It addresses validation errors when editing posts with relative image URLs and fixes errors when inserting non-existent related tags. The update also includes significant API refinements by removing unused fields from responses, adding JSON Schema validations for tags endpoints, and introducing a new config endpoint for the Member API.
If you're using the Admin API v2, be aware that several unused fields have been removed from responses:
tag.parent has been removed (was unused)ghost_auth_id has been removed (was unused)If your custom themes, plugins, or integrations rely on any of these fields, you'll need to update your code accordingly.
Client credentials have been removed from Admin API v2 with exceptions for scheduler & backup clients. If you have integrations that rely on client credentials with the Admin API v2, you'll need to update your authentication approach.
This is a minor maintenance release that fixes important bugs related to content editing. We recommend all Ghost users upgrade to version 2.14.2, especially if you:
The upgrade should be straightforward with no breaking changes for most users, though developers with custom integrations should review the API changes.
A new config endpoint has been added to the Member API, improving integration capabilities for membership and subscription features:
getPublicConfig method to stripe payment processorgetPublicConfig method to subscriptions servicegetConfig method to members gatewayAdded JSON Schema validations for /tags endpoints to improve data validation and error handling:
No specific security fixes were mentioned in this release.
The Admin API v2 responses have been optimized by removing unused fields, resulting in cleaner and more efficient API responses:
tag.parent field (unused, may be reconsidered if nested tags are implemented)ghost_auth_id field (unused authentication field)Ghost 2.14.2 is primarily a maintenance and bug fix release that improves the stability and reliability of the platform, particularly for content editors. The fixes for validation errors when working with relative image URLs and related tags will result in a smoother content creation experience.
For developers, the API improvements provide cleaner responses by removing unused fields and adding better validation through JSON Schema. The new config endpoint for the Member API enhances integration capabilities for membership and subscription features.
While this release doesn't introduce major new features, it represents important under-the-hood improvements that enhance Ghost's reliability and developer experience. The removal of unused fields from API responses and addition of JSON Schema validations align with Ghost's ongoing efforts to provide a more consistent and predictable API.
You can see the full change log for the details of every change included in this release.