File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020### Fixed
2121### Removed --->
2222
23+ ## 0.8.0 - 2021-10-27
24+ ### Added
25+ - Spatie permissions team support
26+ - allTeams scope
27+ ### Fixed
28+ - Search filter scope
29+ - Problem with team permissions cache
30+
2331## 0.7.2 - 2021-10-20
2432### Added
2533- Added owner and label browsing filters
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ https://laravel.com/docs/6.x/authentication
5151#### Step 3. Require the current package using composer:
5252
5353``` bash
54- composer require venturedrake/laravel-crm:^0.7
54+ composer require venturedrake/laravel-crm:^0.8
5555```
5656
5757#### Step 4. Install spatie roles & permissions package
Original file line number Diff line number Diff line change 1313 |
1414 */
1515
16- 'version ' => '0.7.2 ' ,
16+ 'version ' => '0.8.0 ' ,
1717
1818 ];
You can’t perform that action at this time.
0 commit comments