Ghost/core
Naz 6a9b53fcad
Cleaned up members isPaid flag in settings table (#11651)
no issue

- The flag has not been used and can be removed, to make the `members_subscription_settings` JSON record in `settings` table easier to read. 
- It used to indicate Stripe configuration being present. Currently that is checked by looking up if Stripe config's `public_token` and `secret_token` values are present (example - https://github.com/TryGhost/Ghost/blob/3.11.0/core/frontend/helpers/ghost_head.js#L54)
2020-03-16 13:36:51 +08:00
..
client@fb4ecad23a Updated Ghost-Admin to 3.11.0 2020-03-10 13:02:54 +00:00
frontend Added custom currency support for Memer's plans 2020-03-04 13:15:21 +08:00
server Cleaned up members isPaid flag in settings table (#11651) 2020-03-16 13:36:51 +08:00
shared/nql-map-key-values 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
test Fixed handling of empty created_at dates in member CSV imorts 2020-03-09 20:12:02 +08:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00