Skip to content

Releases: spatie/laravel-ignition

1.1.1

21 Mar 07:13
f3243fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

19 Mar 17:05
Compare
Choose a tag to compare

What's Changed

  • Add the config options to specify the settings file path by @kudashevs in #66

New Contributors

Full Changelog: 1.0.11...1.1.0

1.0.11

19 Mar 16:56
d4b2082
Compare
Choose a tag to compare

What's Changed

  • Fix: respect Ignition config to disable Share to Flare feature
  • Fix: avoid fatal error when Ignition config is null
  • Fix: move registering routes to boot method of IgnitionServiceProvider by @jnoordsij in #72

New Contributors

Full Changelog: 1.0.10...1.0.11

1.0.10

17 Mar 11:03
Compare
Choose a tag to compare
  • Add option to publish Ignition config and Flare config files separately

Full Changelog: 1.0.9...1.0.10

1.0.9

11 Mar 14:29
Compare
Choose a tag to compare
  • Fix the reported URL when using Octane on Vapor

Full Changelog: 1.0.8...1.0.9

1.0.8

11 Mar 13:48
Compare
Choose a tag to compare
  • Avoid generating the error report multiple times to save resources
  • Fix the reported URL when using Octane on Vapor
  • Fix a bug where the report was sent to Flare twice when the Ignition error page rendered

Full Changelog: 1.0.7...1.0.8

1.0.7

10 Mar 12:40
Compare
Choose a tag to compare

What's Changed

  • Fix route registration for projects with a global namespace
  • Don't load Ignition routes when routes have already been cached
  • Update .gitattributes by @PaolaRuby in #52

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

15 Feb 11:04
Compare
Choose a tag to compare
  • register Flare logger earlier

1.0.5

13 Feb 14:16
c059faf
Compare
Choose a tag to compare

What's Changed

  • Fixed: The last compiled paths cannot be found. by @mertasan in #42

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

10 Feb 08:52
Compare
Choose a tag to compare
  • allow any Illuminate\Contracts\View\Engine to be used