@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3030- Separated ` BakeCommand ` class into multiple methods to make it easier for sprinkle to add custom command to the ` bake ` command.
3131- Allow null group assignment for users ([ #867 ] ; [ #964 ] )
3232- Password can now be set manually when creating new user ([ #1017 ] ; [ #763 ] )
33+ - Icon picker for user and group form ([ #713 ] ; [ #1019 ] )
3334
3435### Fix
3536- ` bake ` command return error if account sprinkle is not included ([ #944 ] )
@@ -785,6 +786,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
785786- Front-end should now be able to catch virtually any backend error and take an appropriate action (instead of white screen of death)
786787
787788[ #653 ] : https://github.com/userfrosting/UserFrosting/issues/653
789+ [ #713 ] : https://github.com/userfrosting/UserFrosting/issues/713
788790[ #718 ] : https://github.com/userfrosting/UserFrosting/issues/718
789791[ #763 ] : https://github.com/userfrosting/UserFrosting/issues/763
790792[ #793 ] : https://github.com/userfrosting/UserFrosting/issues/793
@@ -833,8 +835,10 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
833835[ #1016 ] : https://github.com/userfrosting/UserFrosting/issues/1016
834836[ #1017 ] : https://github.com/userfrosting/UserFrosting/issues/1017
835837[ #1018 ] : https://github.com/userfrosting/UserFrosting/issues/1018
838+ [ #1019 ] : https://github.com/userfrosting/UserFrosting/issues/1019
836839
837840[ v4.2.0 ] : https://github.com/userfrosting/UserFrosting/compare/v4.1.22...v4.2.0
838841[ v4.2.1 ] : https://github.com/userfrosting/UserFrosting/compare/v4.2.0...v.4.2.1
839842[ v4.2.2 ] : https://github.com/userfrosting/UserFrosting/compare/v.4.2.1...v4.2.2
840843[ v4.2.3 ] : https://github.com/userfrosting/UserFrosting/compare/v4.2.2...v4.2.3
844+ [ v4.3.0 ] : https://github.com/userfrosting/UserFrosting/compare/v4.2.3...v4.3.0
0 commit comments