Skip to content

Releases: oliuz/teamwork

9.0.0

28 Feb 18:35
Compare
Choose a tag to compare

Added support to Laravel 9

  • Dropped Laravel 6 & 7 support

8.1.1

12 Jan 19:17
7dc7557
Compare
Choose a tag to compare
  • 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.1

20 Mar 02:25
325f37e
Compare
Choose a tag to compare
8.1

PHP 8 support
PR #16 Thanks @jadamec

8.0.3

23 Sep 16:11
331d3e9
Compare
Choose a tag to compare

Changed hardcoded current_team_id to getting this value from config file

8.0.2

23 Sep 01:14
Compare
Choose a tag to compare

Fixed problem with foreign column of team in users table.

8.0.1

14 Sep 20:50
51f671e
Compare
Choose a tag to compare

Error in teams migration has been solved.

8.0

14 Sep 20:20
Compare
Choose a tag to compare
8.0

Laravel 8 support

  • Refactoring folders
  • Be able to change route model binding columns in config file

7.2

04 Jun 22:53
Compare
Choose a tag to compare
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