0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

💡 Updated portal script to handle new signup access options (#12911)

refs https://github.com/TryGhost/Team/issues/579

Updates minimum Portal version to handle the new `members_signup_access` setting and explicitly handle the `invite` option to make Portal work in invite only mode if selected
This commit is contained in:
Rishabh Garg 2021-04-27 22:34:43 +05:30 committed by GitHub
parent 1d8b6ef1c3
commit 8c65b25c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,6 +122,6 @@
},
"portal": {
"url": "https://unpkg.com/@tryghost/portal@~1.1.0/umd/portal.min.js",
"version": "~1.1.0"
"version": "~1.2.0"
}
}