• feat(subscription): validate price amount and migrate database column type
    Some checks failed
    Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (amd64) [native] (push) Has been cancelled
    Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (arm64) [native] (push) Has been cancelled
    Publish Docker image (Multi Registries, native amd64+arm64) / Create multi-arch manifests (Docker Hub) (push) Has been cancelled

    Ghost released this 2026-02-03 18:58:28 +08:00 | 594 commits to main since this release

    • Add validation to ensure subscription plan price amount is non-negative and does not exceed 9999.
    • Migrate the price_amount column from float/double to decimal(10,6) in the database for improved precision.
    • Update SubscriptionPlan model to reflect the new decimal type for price_amount.
    Downloads