Ghost/core
Fabien O'Carroll 5880edd722 Replaced members 'comped' status with 'paid'
refs https://github.com/TryGhost/Team/issues/693

Since we've got rid of the concept of Complimentary with the Custom
Prices work, we're removing the 'comped' status from members. This
involves a migration for existing members, a schema update for the
validation, and a bump to members-api to no longer use the 'comped'
status for new members.

We also update the aggregation of the MemberStatusEvent to consider the
'comped' status as 'paid', and that there are 0 'comped' status events
in the database.

We can consider a migration for this data in the future, either adding
new status events moving from 'comped' to 'paid', or by modifying
existing status events. However both of these are very difficulty to
write a down migration for, and might be best saved for a major version.

- @tryghost/members-api@1.7.0 is the version that includes the required
  changes, however we have already bumped to 1.8.0 in Ghost
2021-05-19 18:49:18 +01:00
..
client@e795ca6e14 Updated Ghost-Admin to v4.5.0 2021-05-11 13:34:32 +01:00
frontend Updated @price data to not use archived prices 2021-05-17 11:02:27 +01:00
server Replaced members 'comped' status with 'paid' 2021-05-19 18:49:18 +01:00
shared Updated Portal to handle logged out API response 2021-05-18 15:01:33 +05:30
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js 🐛 Fixed webhook initialization when over limit 2021-05-11 18:11:51 +04:00
bridge.js Improved theme locale handling 2021-05-05 16:13:26 +01:00