- 🐛 Fixed "scheduled at" datepicker not showing correct month when opening (TryGhost/Admin#860)
- 🐛 Fixed api url for the ghost sdk (#9013)
You can see the full change log for the details of every change included in this release.
Tag Name: 1.8.7
Release Date: 9/19/2017
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This minor release of Ghost focuses on fixing API URL generation for the Ghost SDK and removing defunct OAuth code. It ensures proper protocol handling when your blog is configured with HTTP but served over HTTPS, and cleans up legacy authentication code that was disabled before Ghost 1.0 was released. The update also improves debug logging for authentication utilities and reorganizes fixture utilities for better code organization.
No migration is required for this update. The removal of OAuth code does not impact existing installations as this functionality was disabled before Ghost 1.0 was released.
This is a minor release with bug fixes and code improvements. It's recommended for all Ghost users to upgrade to version 1.8.7, especially if you:
The update is low-risk and should not cause any disruption to your existing Ghost installation.
Fixed API URL generation for the Ghost SDK (#9013)
//example.com) to allow dynamic protocol selection based on how the blog is servedFixed "scheduled at" datepicker not showing correct month when opening (TryGhost/Admin#860)
No significant new features were added in this release. This update primarily focuses on bug fixes, code cleanup, and minor improvements to existing functionality.
No specific security fixes were included in this release.
Ghost 1.8.7 is a maintenance release that improves stability and fixes bugs without introducing breaking changes. The most notable improvement is the fix for API URL generation in the Ghost SDK, which ensures proper functionality regardless of HTTP/HTTPS configuration. This is particularly important for sites that may be configured with HTTP but served over HTTPS.
The removal of defunct OAuth code helps streamline the codebase by eliminating unused functionality that was disabled before Ghost 1.0 was released. This cleanup, along with improvements to debug logging and fixture utilities, contributes to a more maintainable codebase.
For end users, the fix to the "scheduled at" datepicker ensures a better experience when scheduling posts. Overall, this release represents Ghost's ongoing commitment to stability and code quality.
You can see the full change log for the details of every change included in this release.