Releases: hexadog/laravel-themes-manager
Releases · hexadog/laravel-themes-manager
v1.9.2
Merge pull request #41 from hexadog/develop
fix(theme): add missing function call
v1.9.1
Bug Fixes
- Wrong public assets path - missing vendorName directory (fix #38)
Security
- Fix a deprecation warning #35
v1.9.0
Added Feature
Security
- Fix XSS in laravel/framework
v1.8.2
Bug Fixes
- Update dependencies version (f4d1799)
Chore
v1.8.1
Bug Fixes
- #25
- Can´t create a Child Theme (91f908d)
- issue with child theme and view paths order (cbc98ba)
v1.8.0
Added Feature
- Generate versioned asset url by default (bb123c7)
Chore
- Update CI to use last PHP-CS-Fixer version
- Fix code style
v1.7.3
Bug Fixes
- add global theme namespace (559ea42)
Chore
v1.7.2
Bug Fixes
- issue with public assets symlink (6ad1284)
v1.7.1
Bug Fixes
- Views: Make sure app can override theme view (a1ad161)
v1.7.0
Added Features
- Possibility to create themes with same name but different vendor #17 (0bcda45)
Bug Fixes
- Helpers: set absolute path as default (81d4d60)
- Issue with mail views override (4f22912)