mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Bumped @tryghost/members-api & Portal versions (#12836)
closes https://github.com/TryGhost/Team/issues/530 This adds support for the smart_cancel option when cancelling subscriptions, which will cancel the subscription immediately if it is in an "overdue" state. The update to Portal wires up this behaviour for members.
This commit is contained in:
parent
2111992dd4
commit
2a2009e4cd
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
|||
"emailAnalytics": true
|
||||
},
|
||||
"portal": {
|
||||
"url": "https://unpkg.com/@tryghost/portal@~1.0.0/umd/portal.min.js",
|
||||
"version": "~1.0.0"
|
||||
"url": "https://unpkg.com/@tryghost/portal@~1.1.0/umd/portal.min.js",
|
||||
"version": "~1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue