0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core
Kevin Ansfield 10b6fbfc82
🐛 Fixed Ghost 4.3.0 migration that put all sites into "allow free members signup" (#12904)
refs https://github.com/TryGhost/Team/issues/634

- the migration moving `members_allow_free_signup` to `members_signup_access` was expecting a raw boolean setting value but the actual value is a string so always evaluated as truthy making all sites look like they had "allow free members signup" toggled on when generating the new setting's value
- updated to check for an explicit string value in `up` and set an explicit string value in `down`
2021-04-27 15:37:41 +01:00
..
client@87e700fe35 Updated Ghost-Admin to v4.3.2 2021-04-22 17:32:41 +01:00
frontend Moved theme service to core/server 2021-04-27 15:14:49 +01:00
server 🐛 Fixed Ghost 4.3.0 migration that put all sites into "allow free members signup" (#12904) 2021-04-27 15:37:41 +01:00
shared Moved bridge into its proper location 2021-04-26 14:38:57 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Moved theme service to core/server 2021-04-27 15:14:49 +01:00
bridge.js Moved activate from themes to the bridge 2021-04-27 13:52:19 +01:00