Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TryGhost/Ghost
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.130.3
Choose a base ref
...
head repository: TryGhost/Ghost
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.130.4
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 12, 2025

  1. 🐛 Fixed preview route for published post bypassing redirect to post U…

    …RL (#24653)
    
    ref
    https://linear.app/ghost/issue/ENG-2506/its-possible-to-bypass-paywall-on-a-post-by-constructing-a-preview
    
    There was a bug in the post preview route that bypassed the normal
    redirect to the published post. The preview route should only be
    accessible for posts that are not published. This was caused by the
    post's status being stripped in some cases, which bypassed the logic to
    redirect to the published post's normal URL, and instead allowed the
    preview content to render in its entirety.
    cmraible committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    ffe9d07 View commit details
    Browse the repository at this point in the history
  2. Updated ghost-cli tests to update from latest v5 version (#24659)

    The `ghost-cli` tests on the v5 branch are failing because they are
    trying to upgrade from the "Latest release" (which is now v6) to the
    current version — this is effectively now a downgrade on the `5.x`
    branch, so the tests fail.
    
    This changes it to attempt an upgrade from the latest public v5 release
    to the current commit.
    cmraible authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    cdbf233 View commit details
    Browse the repository at this point in the history
  3. v5.130.4

    github-actions[bot] committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    4fa6d3d View commit details
    Browse the repository at this point in the history
Loading