Releases: venturedrake/laravel-crm
Releases · venturedrake/laravel-crm
0.2.7
Fixed
- Conflict with Laravel 8 default routes
0.2.6
Fixed
- Conflict with Laravel 8 default routes
0.2.5
Added
- Support for Laravel 8 App\Models\User
- Config file comments and updated readme
Fixed
- Conflict with default Laravel auth routes
0.2.4
Fixed
- Issue with timestamp on published migrations
0.2.3
Fixed
- Fixed issue with migrations being before spatie permissions
0.2.2
Fixed
- Typo in readme
- Fixed issue with order of published migrations
0.2.1
Changed
- Moved lead, deal, person, organisation, users & team views to partials & components
Fixed
- Bug with LeadPolicy
- Bug with checking user on team
0.2.0
Added
- Roles / Permissions
- Traits HasCrmAccess & HasCrmTeams for App\User model
Changed
- Contacts created when adding leads
- Use the App\User model by default
Fixed
- New contact badge
- Role not required when editing user
- Check if settings table exists and create if not
- Version check bug
- btn hover style on table rows
- form group for crm access toggle
Removed
- VentureDrake\LaravelCrm\Models\User model
0.1.6
Updated crm middleware group
0.1.5
Fixed bug with seeder