- Added support for FormGenerator 4.0.
- Added automated testing.
- Updated GroupController and UserController to match latest UF version.
- GroupProfileHelper & UserProfileHelper constructor now only requires the necessary services.
- Updated migration support.
- Fix modals on admin panel (#5; Thanks @Jamezsss)
- Add support for FormGenerator v3.0.0
- Fix rollback migrations.
- Fix migrations dependencies for future UF Version.
- Fix migrations.
- New
forProfileFieldsValue
scope (Usage ::$groups = Group::forProfileFieldsValue($slug, $value);
) andgetProfileFieldsForSlug
custom mutator (Usage ::$fieldValue = Group::getProfileFieldsForSlug($slug);
) both User and Group custom Models.
- Update controller from core one
- Fix db issue with group profile (Need to run new migration)
- Updated Readme
- Fix issue with cache
- Fix issue where field value wound't display in user and group profile
- Updated FormGenerator dependencies
- First official release
- Updated for UserFrosting v4.1.x
- Initial beta release