Releases: hexadog/laravel-themes-manager
Releases · hexadog/laravel-themes-manager
v1.6.0
Added Features
- Add config for composer generator (dc2877e)
Bug Fixes
- Use mb_strtolower function (0c99216)
- Don't title theme description (15c3dfb)
- Don't title author email (6245973)
- Value not stored in the correct array (05d920a)
- Remove livewire references from stubs (d8fb851)
Chore
- Add missing comments (80aaf1b)
v1.5.2
v1.5.1
v1.5.0
v1.4.3
Bug Fixes
- Follow symlinks when scanning for themes (259dc08)
- Issue when searching theme with vendor prefix (966dd27, 77f30ad)
- Make console commands use abstractCommand class (7d4e658)
Refactor
- Reduce str_replace call (a6b7d06)
- getPath for file in composer trait (bdb911d)
- use laravel Str helper when getting path (7d6a095)
- extract package type to manager (a790181)
- remove non ready code (daa479e)