Releases: jacksleight/statamic-memberbox
Releases · jacksleight/statamic-memberbox
0.4.2
- [break] A couple of planned changes that were overlooked in 0.4.0
0.4.1
- Move members nav item into users section
0.4.0
- [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
- [new] A members widget for the dashboard
- [fix] Match all roles/groups when using Eloquent user driver
0.2.3
- [fix] Add support for the Eloquent user driver
0.2.2
- [break] The
fillable
config option has been renamed toedit_fillable
0.2.1
- [fix] Parse all member strings through translator
- Removed success parameter from default login form
- Removed success parameter from default reset form
0.2.0
- [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
0.1.0
- Initial release