0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Rishabh Garg 75169b705b
Added custom prices list to portal settings (#12912)
refs https://github.com/TryGhost/Team/issues/637

With custom prices, Portal now needs to show all available custom prices in the UI instead of just `monthly` and `yearly` prices. This change adds a list of all custom prices to Portal site settings for the default product which Portal will use to show the available prices in UI. 
Note: As part of cleanup, the stripe price ids will be removed from the prices list.

Also:
- Fixes product name in serialised subscriptions
- Adds `type` value in  serialised price object
2021-05-04 21:02:20 +05:30
..
adapters Moved i18n to shared 2021-05-04 13:03:38 +01:00
api Included description in Admin Products API output 2021-05-04 13:42:35 +01:00
data Added description to Products & Prices (#12916) 2021-05-04 13:41:48 +01:00
lib Removed unused onMany method from events 2021-05-04 13:28:24 +01:00
models Added custom prices list to portal settings (#12912) 2021-05-04 21:02:20 +05:30
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Added custom prices list to portal settings (#12912) 2021-05-04 21:02:20 +05:30
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Moved i18n to shared 2021-05-04 13:03:38 +01:00
analytics-events.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
ghost-server.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
notify.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
update-check.js Moved i18n to shared 2021-05-04 13:03:38 +01:00