Skip to content

Releases: hexadog/laravel-themes-manager

v1.13.1

01 Aug 13:44
f742fc3
Compare
Choose a tag to compare

Bug Fixes

  • Add missing getExtra theme method (#86)
  • Update dependencies

v1.13.0

05 May 18:23
b4471af
Compare
Choose a tag to compare

Added Features

  • add Laravel 11 support (#83, #81)

v1.12.0

04 Jan 14:04
0665f13
Compare
Choose a tag to compare

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.11.0

23 Oct 18:44
60ac244
Compare
Choose a tag to compare

Addes Features

v1.10.13

13 Sep 11:10
36d0a21
Compare
Choose a tag to compare

Bug Fixes

  • #68 : Wrong theme view paths order

v1.10.12

14 Jun 11:21
25e7b5e
Compare
Choose a tag to compare

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

25 Apr 12:00
a456e7d
Compare
Choose a tag to compare

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

07 Apr 13:02
cd7d4fa
Compare
Choose a tag to compare

Bug Fixes

  • #58 : Return parent theme name when textended in themes:list command

Chore

  • Fix php-cs workflow

v1.10.9

04 Apr 10:21
ffd9344
Compare
Choose a tag to compare

Chore

  • Wrong return statement used

v1.10.8

04 Apr 09:49
6b5c8e1
Compare
Choose a tag to compare

Bug Fixes

  • Check glob function call result before looping into them

Security

  • Update composer dependencies