Skip to content

Releases: hexadog/laravel-themes-manager

v1.6.0

25 Oct 09:18
9202655
Compare
Choose a tag to compare

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

v1.5.2

24 Oct 18:51
b302ac8
Compare
Choose a tag to compare

Bug Fixes

Refactor

  • Use Json make static method (eea8cd7)

Chore

v1.5.1

24 Oct 16:16
176241e
Compare
Choose a tag to compare

Bug Fixes

  • Remove character at the beginning of ThemesManager.php file (579d7a1)

v1.5.0

24 Oct 08:12
5057284
Compare
Choose a tag to compare

Added Featrues

Bug Fixes

Chore

v1.4.3

23 Oct 11:46
09f3ab5
Compare
Choose a tag to compare

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)

Chore

  • Add PHP_CodeSniffer as dev dependency and composer run check-style and composer run fix-style scripts (c453371)
  • Add CONTRIBUTING guide (73d0e97)
  • add missing comments (42d9fa0)

v1.4.2

16 Oct 11:02
3020f13
Compare
Choose a tag to compare

Bug Fixes

v1.4.1

16 Oct 10:24
1223682
Compare
Choose a tag to compare

Performance Improvement

Improve performances when finding available themes (e05bf63)

v1.4.0

11 Oct 18:34
60bdd78
Compare
Choose a tag to compare

Added Features

  • Add Activate/Deactivate commands (33f2943)

Bug Fixes

Chore

v1.3.0

07 Oct 10:24
Compare
Choose a tag to compare

Added Features

  • Error Views: You can now override error views into your theme (a4b1197, 943ef59)

v1.2.0

06 Oct 11:16
Compare
Choose a tag to compare

Added Features

  • Package Views: You can now override third package views into your theme (a4b1197)

Bug Fixes

  • Wrong asset url under windows (89a0962)

Chore