mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 14:22:07 +03:00
744e5e57a0
closes https://github.com/TryGhost/Team/issues/1311 For some sites, the `portal_products` array was created without any value and due to a possible bug in older version of Ghost, it also didn't get filled on Stripe connect with default product. This causes a side-effect of sites not showing the prices in Portal when tiers beta is enabled or is out as GA. This change populates the missing product data in `portal_product` for sites that have a single tier (haven't enabled tiers beta), as they right now don't have an option to hide the tier. |
||
---|---|---|
.. | ||
2022-01-20-05-55-add-post-products-table.js | ||
2022-01-30-15-17-set-welcome-page-url-from-settings.js | ||
2022-02-01-11-48-update-email-recipient-filter-column-type.js | ||
2022-02-01-12-03-update-recipient-filter-column-type.js | ||
2022-02-02-10-38-add-default-content-visibility-tiers-setting.js | ||
2022-02-02-13-10-transform-specific-tiers-default-content-visibility.js | ||
2022-02-04-04-34-populate-empty-portal-products.js |