Skip to content

v1.4.3

Compare
Choose a tag to compare
@gaetan-hexadog gaetan-hexadog released this 23 Oct 11:46
· 209 commits to master since this release
09f3ab5

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)