2.0.0
May 2nd, 2023
- New Statamic 4 support
- Break The previously deprecated
mb:user:change_password_form
,mb:user:has
andmb:user:member
tags have been removed - Login starter template includes remember me checkbox
- Dropped support for Statamic 3
1.1.2
March 1st, 2023
- New Ability to switch the CP Members section off
- Fix Using a custom page for the activate form
1.1.0
January 6th, 2023
- New Added column selector to members listing
- The
mb:user:change_password_form
tag has been deprecated - Updated templates and documentation to use new Statamic tags
- Updated templates to use runtime parser syntax
- Include file field example in the profile template
1.0.2
July 20th, 2022
- New Add pagination totals to CP listing page
- Fix CP search returning non-members
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.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