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.25.9
Released 6 years ago
Ghost 2.25.9: CORS Error Handling & User Management Fixes This minor release addresses critical CORS issues in both Admin and Content APIs, ensuring proper error handling for cross-origin requests. It...
Highlights:
- Fixed CORS error handling in both Admin and Content APIs
- Restored ability for owners to change passwords of other users
- Added global site SEO fields to Admin API and Content API
- +2 more...
Tag: 2.25.8
Released 6 years ago
Ghost 2.25.8: Bug Fixes for Tag Imports and Theme Cache Invalidation This minor release addresses two important bugs in Ghost CMS. It fixes an issue with importing tags that don't have slugs but belon...
Highlights:
- Fixed tag import functionality to handle tags without slugs that belong to posts
- Corrected cache invalidation header for theme overrides
- Refactored authentication controller to prepare for future improvements
Tag: 2.25.7
Released 6 years ago
Ghost 2.25.7 brings important security updates, bug fixes, and infrastructure improvements. This release includes security patches for dependencies, fixes for administrator password management, improv...
Highlights:
- Security updates for lodash dependency
- Administrators can now change other users' passwords without knowing their old passwords
- Improved error messaging for the {{get}} helper when API access is missing
- +3 more...
Tag: 2.25.6
Released 6 years ago
Ghost 2.25.6 is a minor release that fixes a critical bug with theme uploads when overriding existing themes. The update also includes significant internal improvements to the theme service API, makin...
Highlights:
- Fixed critical bug preventing theme uploads when overriding existing themes
- Significant internal refactoring of the theme service for better maintainability
- Improved cache invalidation handling for theme assets
Tag: 2.25.5
Released 6 years ago
Ghost 2.25.5 brings experimental theme activation API support, improved gallery image management, and fixes for AMP redirects. This release also includes numerous dependency updates and code refactori...
Highlights:
- Experimental theme activation API now supports both uploading and activating themes
- Fixed infinite redirect loop for AMP pages when AMP is disabled and query parameters are present
- Added ability to drag images in and out of galleries for better content management
- +3 more...
Tag: 2.25.4
Released 6 years ago
Ghost 2.25.4 is a minor update that fixes two bugs: one related to icon uploads and another addressing an authentication method issue. This release also includes updates to the default Casper theme. W...
Highlights:
- Fixed bug allowing .ico files to be uploaded for site icons
- Corrected invalid method usage in members authentication
- Updated default Casper theme to version 2.10.3
Tag: 2.25.3
Released 6 years ago
Ghost 2.25.3: Installation Fix & Domain Handling Improvements This minor release addresses an installation issue many users were experiencing with the rsa-keypair dependency by reverting to the previo...
Highlights:
- Fixed installation issues with the rsa-keypair dependency by reverting to previous implementation
- Improved handling of sites with different domains for frontend and admin areas
- Architectural improvement: moved routes.yaml handling from settings service to frontend
Tag: 2.25.2
Released 6 years ago
Ghost 2.25.2: Performance Boost & Frontend Restructuring This release focuses on significant internal code restructuring, moving frontend-related code into a dedicated /core/frontend directory for bet...
Highlights:
- Major code restructuring with frontend code moved to a dedicated /core/frontend directory
- Performance improvement with faster boot times by replacing JS-only RSA key generator with native alternative
- Fixed async helpers nested in template helpers
- +2 more...
Tag: 1.26.0
Released 6 years ago
Ghost 1.26.0 updates Node.js compatibility by adding support for Node.js 10.x LTS while dropping support for the end-of-life Node.js 6.x. This release ensures Ghost remains compatible with current, su...
Highlights:
- Added support for Node.js 10.x LTS versions
- Dropped support for end-of-life Node.js 6.x versions
- Updated testing infrastructure to use Ubuntu Xenial
- +1 more...
Tag: 2.25.1
Released 6 years ago
Ghost 2.25.1: Editor Bug Fix & URL Utilities Migration This minor release fixes a critical bug in the editor when abandoning a new tag creation. It also includes a significant internal refactoring of ...
Highlights:
- Fixed error when opening editor after abandoning a new tag creation
- Migrated URL utilities from core codebase to Ghost-SDK
- Added URL-utils stubbing utility for test suites
