Skip to content

Releases: jacksleight/statamic-memberbox

0.4.2

11 Nov 10:34
Compare
Choose a tag to compare
  • [break] A couple of planned changes that were overlooked in 0.4.0

0.4.1

10 Nov 17:14
Compare
Choose a tag to compare
  • Move members nav item into users section

0.4.0

10 Nov 16:25
Compare
Choose a tag to compare
  • [break] 💥 Everything: This addon has been significantly reworked and also renamed. Update instructions:
    1. Update composer.json to "jacksleight/statamic-memberbox": "0.4.0",
    2. Run composer update
    3. Republish the config, views and translations if you've published them
    4. Check the new documentation for updated configuration and implemetation guides

0.3.0

02 Nov 17:19
Compare
Choose a tag to compare
  • [new] A members widget for the dashboard
  • [fix] Match all roles/groups when using Eloquent user driver

0.2.3

29 Oct 15:34
Compare
Choose a tag to compare
  • [fix] Add support for the Eloquent user driver

0.2.2

28 Oct 10:23
Compare
Choose a tag to compare
  • [break] The fillable config option has been renamed to edit_fillable

0.2.1

27 Oct 16:01
Compare
Choose a tag to compare
  • [fix] Parse all member strings through translator
  • Removed success parameter from default login form
  • Removed success parameter from default reset form

0.2.0

27 Oct 08:57
Compare
Choose a tag to compare
  • [break] The route and enable_* config options have been replaced with a single routes 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

26 Oct 14:59
Compare
Choose a tag to compare
  • Initial release