mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Updated default description for free price
refs https://github.com/TryGhost/Team/issues/671 When turning on custom products, existing sites should have default price descriptions that match existing values for prices. This change sets the default description for Free price to match existing hardcoded value.
This commit is contained in:
parent
4d4286d255
commit
2497af0072
@ -310,7 +310,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"members_free_price_description": {
|
||||
"defaultValue": "",
|
||||
"defaultValue": "Free Preview",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@ -34,7 +34,7 @@ describe('DB version integrity', function () {
|
||||
// Only these variables should need updating
|
||||
const currentSchemaHash = 'ffa4eec4208614b93b6b8fb68b55f126';
|
||||
const currentFixturesHash = '8671672598d2a62e53418c4b91aa79a3';
|
||||
const currentSettingsHash = '1f41d1a0a21500bcaf2829288dff5a67';
|
||||
const currentSettingsHash = '5b7da5ca4ea0fae8233d9f9ae3c026e3';
|
||||
const currentRoutesHash = '3d180d52c663d173a6be791ef411ed01';
|
||||
|
||||
// If this test is failing, then it is likely a change has been made that requires a DB version bump,
|
||||
|
Loading…
Reference in New Issue
Block a user