Releases: hexadog/laravel-themes-manager
Releases · hexadog/laravel-themes-manager
v1.13.1
Bug Fixes
- Add missing
getExtra
theme method (#86)
- Update dependencies
v1.13.0
Added Features
- add Laravel 11 support (#83, #81)
v1.12.0
Feature
- pass Theme object instead of just the name (#73)
Bug Fixes
- Update composer dependencies
- Remove abandoned nunomaduro/larastan package
- PageTitle component ignores withAppName="false" (#76)
v1.10.13
Bug Fixes
- #68 : Wrong theme view paths order
v1.10.12
Bug Fixes
fix(manager): use optional helper
@bcoded200
- Fixed fixed error while creating theme from cli #62
- fixed error while creating theme from cli
Chore
- switch from PHP CS Fixer to Laravel Pint
- add missing strict declaration
v1.10.11
Bug Fixes
- set minimum PHP version required to 7.4
- add missing json PHP extension requirement in composer file
- issue with child theme view paths #60
v1.10.10
Bug Fixes
- #58 : Return parent theme name when textended in
themes:list
command
Chore
v1.10.9
Chore
- Wrong return statement used
v1.10.8
Bug Fixes
- Check glob function call result before looping into them
Security
- Update composer dependencies