Releases: spatie/laravel-ignition
Releases · spatie/laravel-ignition
1.1.1
What's Changed
- Remove duplicate composer.json requirement by @nuernbergerA in #77
New Contributors
- @nuernbergerA made their first contribution in #77
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Add the config options to specify the settings file path by @kudashevs in #66
New Contributors
- @kudashevs made their first contribution in #66
Full Changelog: 1.0.11...1.1.0
1.0.11
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
- @jnoordsij made their first contribution in #72
Full Changelog: 1.0.10...1.0.11
1.0.10
- Add option to publish Ignition config and Flare config files separately
Full Changelog: 1.0.9...1.0.10
1.0.9
- Fix the reported URL when using Octane on Vapor
Full Changelog: 1.0.8...1.0.9
1.0.8
- 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
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
- @PaolaRuby made their first contribution in #52
Full Changelog: 1.0.6...1.0.7
1.0.6
- register Flare logger earlier
1.0.5
1.0.4
- allow any
Illuminate\Contracts\View\Engine
to be used