1.0.0
June 21st, 2022
- New Ability to export members as either a CSV or JSON file
- New Fresh install configuration check and introduction
- Fix Better message when there's an error during member creation
0.5.0
December 14th, 2021
- New Ability to configure the CP create form fields
- New Frontend user directory routes and starter templates
- New Added
mb:members
andmb:member
tags that list and fetch members - New Added
mb_member
query scope - New Added
enable_account
config option to toggle all account routes on/off - Break Page titles are now set from the templates instead of the translation files
- Deprecated
mb:user:has
tag - Deprecated
mb:user:member
tag
0.4.0
November 10th, 2021
- Break 💥 Everything: This addon has been significantly reworked and also renamed. Update instructions:
- Update
composer.json
to"jacksleight/statamic-memberbox": "0.4.0",
- Run
composer update
- Republish the config, views and translations if you've published them
- Check the new documentation for updated configuration and implemetation guides
- Update
0.3.0
November 2nd, 2021
- New A members widget for the dashboard
- Fix Match all roles/groups when using Eloquent user driver
0.2.1
October 27th, 2021
- Fix Parse all member strings through translator
- Removed success parameter from default login form
- Removed success parameter from default reset form
0.2.0
October 27th, 2021
- Break The
route
andenable_*
config options have been replaced with a singleroutes
array, allowing more control over URLs and which forms are enabled - Role translations moved into a seperate file
- Removed success parameter from activation form