Releases: oliuz/teamwork
Releases · oliuz/teamwork
9.0.0
Added support to Laravel 9
- Dropped Laravel 6 & 7 support
8.1.1
- Conditional is added to determine if a user is the one who creates the team or is created by Seeders.
PR #18 Thanks @tanthammar
8.0.3
Changed hardcoded current_team_id to getting this value from config file
8.0.2
Fixed problem with foreign column of team in users table.
8.0.1
Error in teams migration has been solved.
8.0
Laravel 8 support
- Refactoring folders
- Be able to change route model binding columns in config file
7.2
Massive Update
- Refactoring controllers
- Implemented Route Model Binding
- Added delete invitation functionality and Invite handler refactored
- Changed simple emails view to markdown mailable class and Added Mailable class
- Added flashing messages on actions of controllers
- Removed olded Laravel versions, only supported 6.0 and above