Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

70 lines (54 loc) · 2.47 KB

Change Log

  • Fix for Column not found error when updating existing user or group (#7 & #8)
  • 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);) and getProfileFieldsForSlug 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

0.0.1

  • Initial beta release