Package v0.2.12→v0.2.124: manifest, actions, version graph
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { VersionInfo } from '@start9labs/start-sdk'
|
||||
|
||||
export const v_0_2_70 = VersionInfo.of({
|
||||
version: '0.2.70:0',
|
||||
releaseNotes: {
|
||||
en_US: 'License-keyed credit accounting (Path 3): Pro and Max tier rows in the credits ledger are now keyed by license fingerprint (sha256 of license UUID) instead of install_id. Multiple installs activating the same Pro license share one monthly pool — eliminates the 2x credits leak when a cloud Pro user pastes their key on a self-hosted install. Core (free) tier rows stay install-keyed. Existing rows are untouched; legacy Pro installs migrate lazily to a fresh license-keyed row on their next request (effectively a free transition month, acceptable at current user count). BTCPay webhook stashes license_fingerprint in invoice metadata for restart-safe credit routing. Operator dashboard label tweaks: "Active users" instead of "Active installs" for paid tiers. New test suite covers the credit-key helper (11 tests, all passing).',
|
||||
},
|
||||
migrations: {
|
||||
up: async ({ effects }) => {},
|
||||
down: async ({ effects }) => {},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user