0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Rishabh Garg 36803a4290
🐛 Fixed incorrect @price.currency value in themes (#12987)
closes https://github.com/TryGhost/Ghost/issues/12986
refs 1345268089

As part of changes in 4.6, the default price ids for monthly/yearly prices are stored in new settings - `members_monthly_price_id`, `members_yearly_price_id` - which are used to determine current active prices for the site from list of all existing prices. While the last commit updated the prices to use the settings, the data for currency was still used from non-zero prices instead of the new settings value.

- Updated tests to check price currency
2021-05-27 10:49:35 +05:30
..
client@a3613fccce Updated Ghost-Admin to v4.6.1 2021-05-26 18:46:08 +01:00
frontend 🐛 Fixed incorrect @price.currency value in themes (#12987) 2021-05-27 10:49:35 +05:30
server Added sentry_dsn and sentry_env properties to /canary/site/ 2021-05-26 16:54:04 +01:00
shared Fixed no-restricted-require warning for core/shared/url-utils.js 2021-05-25 21:13:57 +01:00
app.js
boot.js Added members service init to boot sequence 2021-05-20 12:08:45 +01:00
bridge.js Improved theme locale handling 2021-05-05 16:13:26 +01:00