This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Releases: Elao/ErrorNotifierBundle
Releases · Elao/ErrorNotifierBundle
v1.1.0
This new release contains adds proper support for using this bundle with Symfony 4 on CLI when an error occurs.
- your application still uses
symfony/console
3.3 or 3.4 - you have a listener on
console.exception
performing some logic related to this bundle
In such case, the listener should be moved to console.error
, following the upgrade path described on Symfony's side.
Changelog
[ec2f904] feature #87 [Symfony4] Replaced ConsoleExceptionEvent with ConsoleError (daum)
Add Symfony4 support
v1.0.16 fix(readme): fix class reference example (#85)
v1.0.15: Merge pull request #84 from Elao/fix/request-mail-subject
Fix request passed as mail subject
v1.0.14: Merge pull request #82 from Elao/namespaced-twig-paths
Use namespaced twig paths
v1.0.13: Merge pull request #81 from Elao/from-symfony-templating-to-twig
From symfony templating to twig
v1.0.12: Merge pull request #74 from Elao/filter-request-cli
Don't filter request if the request is null
v1.0.11: Merge pull request #70 from binarious/feat/filter-output
feat: add possibility to filter request parameters
v1.0.10: Merge pull request #69 from tubssz/master
change Swift_Message call
v1.0.9: Merge pull request #65 from binarious/patch-1
Allow from naming