Ghost Releases Archive
Explore all 888 releases of Ghost. View release notes, changelogs, and version history. Open-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Tag: 2.16.1
Released 7 years ago
Ghost 2.16.1 is a minor patch release that fixes a critical module loading error that occurred when updating to version 2.16.0. The fix ensures that the config.js file is properly included in the npm ...
Highlights:
- Fixed critical 'Cannot find module './config'' error that prevented successful updates to 2.16.0
- Updated .npmignore file to properly include the config.js file in the package
Tag: 2.16.0
Released 7 years ago
Ghost 2.16.0: Admin API v2 Stable Release & UI Improvements Ghost 2.16.0 introduces the stable version of Admin API v2 with endpoints for posts, pages, and images, along with a cleaner separation betw...
Highlights:
- Stable Admin API v2 endpoints for posts, pages, and images
- Separated post and page management in the admin UI
- Enhanced webhook support with post, page, and tag events
- +3 more...
Tag: 2.15.0
Released 7 years ago
Ghost 2.15.0 introduces a significant update to the members system with Stripe integration for subscriptions, improved API handling for members-only content, and enhanced HTML support for posts. This ...
Highlights:
- New members subscription system with Stripe integration
- Built-in Zapier integration for the v2 Admin API
- Support for HTML as an input source for posts
- +3 more...
Tag: 2.14.3
Released 7 years ago
Ghost 2.14.3 is a maintenance release that fixes a validation error when adding tags from the Post Settings Menu (PSM), improves API functionality, and enhances error messaging. This update ensures sm...
Highlights:
- Fixed validation error when adding tags from the Post Settings Menu
- Added apiType property to frame for Content and Admin APIs
- Removed ID restriction for posts relations in Admin API v2
- +1 more...
Tag: 2.14.2
Released 7 years ago
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 in...
Highlights:
- Fixed validation error when editing posts with relative image URLs
- Fixed error when inserting non-existent related tags
- Added JSON Schema validations for /tags endpoints
- +2 more...
Tag: 2.14.1
Released 7 years ago
Ghost 2.14.1 is a maintenance release that fixes several important bugs affecting the admin interface and content management. Key improvements include fixing clickable code injection fields, correctin...
Highlights:
- Fixed Code Injection input fields not being clickable in the admin interface
- Fixed Chrome remembering wrong username when signing up from invitation
- Improved model & API layer to ensure consistent data handling with proper defaults
- +2 more...
Tag: 2.14.0
Released 7 years ago
Ghost 2.14.0 introduces a significant new feature: the Actions API, which tracks resource changes within Ghost. This release also adds subscription support with Stripe integration for the Members API,...
Highlights:
- Introduction of Actions API for tracking resource changes
- Added subscription support with Stripe integration to Members API
- Refactored authentication pages for future flows
- +1 more...
Tag: 1.25.7
Released 7 years ago
Ghost 1.25.7 is a security-focused maintenance release that updates the express-hbs dependency to protect against a potential Remote Code Execution (RCE) vulnerability. While Ghost itself was not vuln...
Highlights:
- Updated express-hbs dependency to use [email protected] which protects against a potential Remote Code Execution (RCE) vulnerability
- Ghost-Admin updated to version 1.25.7
- No major user-facing changes in this release
Tag: 2.13.2
Released 7 years ago
Ghost 2.13.2 is a maintenance release that focuses on fixing several bugs related to file handling, authentication, and template helpers. It also introduces new Admin API endpoints for members and ima...
Highlights:
- Fixed file cleanup issues for uploads and imports
- Added new Admin API endpoints for members and images
- Improved model event handling with better change detection
- +2 more...
Tag: 2.13.1
Released 7 years ago
Ghost 2.13.1: Bug Fixes and Database Migration Reversion This minor release addresses critical bugs related to content handling when dealing with null or empty values. Most notably, it reverts a datab...
Highlights:
- Reverted database migration that converted empty strings to NULL values
- Fixed plaintext attribute error when dealing with empty content
- Fixed word and image count calculations when HTML content is null
