Conversation
|
One big remaining question is how we handle changes to existing subscriptions that don’t result in status changes. I've taken care of Subscriptions with multiple Prices starting and ending… but a user might add or remove Prices from an active Subscription, which would trigger creation and payment of Invoices, but not a change from I will look into per-item statuses and see if there is a better/broader way to detect these kinds of changes. ✌️ |
|
Is there a timeframe for this at all? This would suit perfectly for a project I'm working on, but just wondering if I should build my own way in the meantime. |
1967f60 to
ba9c80a
Compare
|
@shifuma I am working on this again at the moment and will likely get into the next major release. Sorry I cant give a timeline. Thanks for your patience. |
This is a port/rewrite of my Membership plugin (Plugin Store, GitHub).
Administrators can now select any number of user groups on Price elements.
I've created this PR as a draft for discussion. I suspect it'll only take a day or two to test and get production-ready—all the core functionality and extensibility points have been implemented.
Warning
This will need to bump the plugin’s
craftcms/cmsrequirement to 5.9.0, due to the new user group component selection UI. We may be able to replace this with standard checkboxes, if a release is not iminent.