Skip to content

Releases: hexadog/laravel-themes-manager

v1.9.2

19 Apr 12:38
402a40d
Compare
Choose a tag to compare
Merge pull request #41 from hexadog/develop

fix(theme): add missing function call

v1.9.1

19 Apr 12:27
6583d78
Compare
Choose a tag to compare

Bug Fixes

  • Wrong public assets path - missing vendorName directory (fix #38)

Security

  • Fix a deprecation warning #35

v1.9.0

23 Feb 13:52
a29a0fe
Compare
Choose a tag to compare

Added Feature

  • Add Laravle 9 support

Security

  • Fix XSS in laravel/framework

v1.8.2

24 Nov 16:00
cbffd69
Compare
Choose a tag to compare

Bug Fixes

  • Update dependencies version (f4d1799)

Chore

v1.8.1

27 May 17:52
e0c40c1
Compare
Choose a tag to compare

Bug Fixes

  • #25
    • Can´t create a Child Theme (91f908d)
    • issue with child theme and view paths order (cbc98ba)

v1.8.0

04 May 19:11
ec2f7ea
Compare
Choose a tag to compare

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

30 Apr 18:35
d1e2f03
Compare
Choose a tag to compare

Bug Fixes

  • add global theme namespace (559ea42)

Chore

v1.7.2

11 Feb 19:16
8082e93
Compare
Choose a tag to compare

Bug Fixes

  • issue with public assets symlink (6ad1284)

v1.7.1

20 Jan 18:44
2b66806
Compare
Choose a tag to compare

Bug Fixes

  • Views: Make sure app can override theme view (a1ad161)

v1.7.0

19 Jan 18:33
69f26b3
Compare
Choose a tag to compare

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)