Releases: andrejrs/symfony-user-management-example
Releases · andrejrs/symfony-user-management-example
Version 1.0.1
- Added the ExceptionController that handles exception in relation to the end point of app (Web and REST API).
- Added two new actions in API UserController (Add and remove user from a group).
- The button for removing the UserGroup is disabled if the users are in the group, otherwise the button is active.
- Added a list of users that are in group on UserGroup edit page (The administrator can remove users from the group).
Version 1.0.0
The first commit of application