Releases: facade/ignition
Releases · facade/ignition
2.3.8
- Address Missing Mix Manifest Error (#317)
2.3.6
- fix possible security vulnerability: bump elliptic version (#300)
- fix possible XSS vulnerability: escape characters in stacktrace and exception title
2.3.5
- catch exception in detectLineNumber for not existing blade files (#299)
2.3.4
- fix an error that would throw a blank page when using third party extensions
2.3.3
- fix all psalm related issues
2.3.2
- fix: properly bind singleton (#291)
2.3.1
- improve db name solution (#289)
2.3.0
- allow override of Dumper via
$_SERVER variable
(#271)
- make DumpHandler instance manually in DumpRecorder (#286)
- only setup queues when queue is available (#287)
2.2.0
- add
ignition:make:solution-provider
command