NOTE: The previous 1.12.0 release contained a custom configuration file for the production environment. Please update to 1.12.1.
You can see the full change log for the details of every change included in this release.
Tag Name: 1.12.1
Release Date: 10/6/2017
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This minor release fixes an issue with the 1.12.0 release that included a custom configuration file for the production environment. The update also includes permissions system refactoring to improve code maintainability and organization. This is primarily a maintenance release that ensures proper configuration for production environments.
No migration steps are required for this release beyond the standard update process. Simply update from 1.12.0 to 1.12.1 to ensure you're not using the problematic custom configuration file.
# Update Ghost-CLI to the latest version
npm install -g ghost-cli@latest
# Update your Ghost installation
cd /path/to/ghost/installation
ghost update
Priority: High for users on 1.12.0, Low for users on earlier versions.
Users currently on Ghost 1.12.0 should upgrade immediately to avoid potential issues with the custom production configuration file. Users on earlier versions can update directly to 1.12.1, skipping 1.12.0 entirely.
The update process should be straightforward with no breaking changes or special migration steps required.
Fixed an issue where Ghost 1.12.0 was released with a custom configuration file for the production environment, which could cause unexpected behavior. This release removes that custom configuration file to ensure proper operation.
No new features were introduced in this release. This is primarily a maintenance release focused on fixing a configuration issue in 1.12.0 and refactoring the permissions system.
No security fixes were mentioned in this release.
No specific performance improvements were mentioned in this release. The refactoring of the permissions system may lead to better code maintainability but no explicit performance enhancements were noted.
This release primarily impacts Ghost administrators who need to update from 1.12.0 to avoid configuration issues. The internal refactoring of the permissions system improves code maintainability but doesn't change functionality for end users.
The refactoring work represents ongoing efforts to improve Ghost's codebase organization, with specific changes including:
These changes lay groundwork for future improvements to the permissions system while ensuring current functionality remains stable.
NOTE: The previous 1.12.0 release contained a custom configuration file for the production environment. Please update to 1.12.1.
You can see the full change log for the details of every change included in this release.