- 🐛 Fixed "View site" not logging into private sites with separate admin domains - Kevin Ansfield
See the changelogs for Ghost and Ghost-Admin for the details of every change in this release.
Tag Name: 3.13.2
Release Date: 4/15/2020
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This minor release fixes a critical issue with private site access when using separate admin domains, addressing cross-origin cookie restrictions in modern browsers. It also includes numerous dependency updates and internal code refactoring to improve maintainability and prepare for future architecture changes.
No migration steps are required for this release. The changes are primarily bug fixes and internal refactoring that don't affect the public API or require any action from users.
This release is recommended for all users, especially those running private Ghost sites with separate admin domains. The fix for cross-origin cookie handling is important for maintaining proper functionality with modern browsers.
The upgrade process should be straightforward with no breaking changes or migration steps required.
Fixed "View site" functionality for private sites with separate admin domains
SameSite=none and Secure=trueSameSite=none option to private site session cookiesFixed 500 error when deleting non-existent resources
Fixed error handling when importing LTS exports
Fixed typos in code
No significant new features were added in this minor release. The focus was on bug fixes, dependency updates, and internal code refactoring.
express-jwt to v5.3.3 to address security vulnerabilitiessanitize-html to v1.23.0jwks-rsa to v1.8.0No specific performance improvements were highlighted in this release. The focus was on bug fixes, dependency updates, and code refactoring.
Ghost 3.13.2 addresses an important issue with private site access when using separate admin domains. Modern browsers have implemented stricter cross-origin cookie policies, which were preventing the "View site" functionality from working properly. This release adds the necessary SameSite=none and Secure=true cookie options to ensure compatibility.
The release also includes numerous internal code improvements, including better error handling for resource deletion operations and significant refactoring to prepare for future architecture changes. Multiple packages have been extracted to the Ghost monorepo, improving maintainability.
Several dependency updates address security vulnerabilities and bring components up to date. While this is a minor release, it's recommended for all users, especially those running private Ghost sites with separate admin domains.
See the changelogs for Ghost and Ghost-Admin for the details of every change in this release.