Skip to content

Releases: mpociot/teamwork

8.1.0

24 Mar 21:17
46da329
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.0...8.1.0

Added Laravel 10 Support and drop obsolete version

15 Feb 13:20
Compare
Choose a tag to compare

Removed

  • Removed support for obsolete versions of Laravel and PHP.
  • Do no longer run tests for prefer-lowest versions.

Added Laravel 9 support

16 Feb 22:39
Compare
Choose a tag to compare

Added

  • Laravel 9 Support

Removed

  • Dropped PHP 7.2 and PHP 7.3 support

6.1.2: Merge pull request #131 from mpociot/feature/php8-support

16 Feb 10:15
f306f97
Compare
Choose a tag to compare

6.1.1: Merge pull request #128 from oliuz/patch-3

15 Sep 09:12
93a8bbf
Compare
Choose a tag to compare

Fixed

  • Routes stub was updated to use class references (Thanks to @oliuz)

6.1.0: Merge pull request #126 from mpociot/feature/l8-follow-up

11 Sep 12:37
cf53550
Compare
Choose a tag to compare

6.0.3

06 Aug 20:14
Compare
Choose a tag to compare

Teamwork class can be resolved through type hinting (If you prefer, you can still use the Facade). Thanks to @rmccullagh.

trigger packagist to update version

29 Jun 20:56
Compare
Choose a tag to compare

This is just an empty release to trigger packagist to update this package.

6.0.1

22 Jun 19:35
Compare
Choose a tag to compare

Fixed

  • Fixed installation for Laravel 6.17 and below. Thanks to @oliuz. (310f223)
  • Fixed docs compatibility note. (13ff37a)

5.3.0

06 Oct 19:51
Compare
Choose a tag to compare
  • Add Laravel 6 support