Membership
Version 3.0.0
August 5, 2025
After the upgrade, be sure and add the Membership Logs UI element to your Subscriptions field layout to preserve visibility into the plugin’s activity.
Added
- Craft 5 compatability! 🎉
- Non-admin users with the new Manage grants permission can now create and edit grants.
- Membership is now free! We are working to incorporate its features into the official Stripe plugin, but it will remain available as a Commerce enhancement until the next major release.
Changed
- Logs are now exposed via a UI field layout element and can be placed anywhere you wish on the Subscriptions field layout.
- Spruced up some control panel views with additional help text and cross-links.
Version 2.0.2
May 1, 2023
Changed
- Fixed URLs to readme and issues in
composer.json
.
Version 2.0.1
April 30, 2023
Changed
- Fixed an error when saving a grant in an environment that has
allowAdminChanges
disabled.
Version 2.0.0
April 30, 2023
Added
- Membership is now compatible with Craft 4 and Commerce 4!
Changed
- The new grant view is only accessible if a plan and user group already exist.
- Plan names are included in log messages.
templates/grants/index.twig
moved totemplates/_grants/index.twig
templates/grants/edit.twig
moved totemplates/_grants/edit.twig
Removed
oofbar\membership\controllers\BaseController
oofbar\membership\controllers\BaseCpController
oofbar\membership\controllers\BaseAdminController
oofbar\membership\controllers\LogsController
templates/_include/nav.twig
- All custom permissions
Version 1.0.0
February 26, 2020
Added
- Initial release! 🎉