Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Releases: Elao/ErrorNotifierBundle

v1.1.0

Choose a tag to compare

@ogizanagi ogizanagi released this 31 May 07:23

This new release contains adds proper support for using this bundle with Symfony 4 on CLI when an error occurs.


⚠️ Beware upgrading to this version may cause a BC break on edge-cases in case:

  • 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

Choose a tag to compare

@benji07 benji07 released this 21 Mar 07:52
v1.0.16

fix(readme): fix class reference example (#85)

v1.0.15: Merge pull request #84 from Elao/fix/request-mail-subject

Choose a tag to compare

@benji07 benji07 released this 30 Oct 13:56
dee3f8f
Fix request passed as mail subject

v1.0.14: Merge pull request #82 from Elao/namespaced-twig-paths

Choose a tag to compare

@nervo nervo released this 12 Sep 10:30
8352806
Use namespaced twig paths

v1.0.13: Merge pull request #81 from Elao/from-symfony-templating-to-twig

Choose a tag to compare

@benji07 benji07 released this 10 Sep 15:02
50c226e
From symfony templating to twig

v1.0.12: Merge pull request #74 from Elao/filter-request-cli

Choose a tag to compare

@benji07 benji07 released this 10 Oct 13:38
Don't filter request if the request is null

v1.0.11: Merge pull request #70 from binarious/feat/filter-output

Choose a tag to compare

@benji07 benji07 released this 30 Aug 08:52
feat: add possibility to filter request parameters

v1.0.10: Merge pull request #69 from tubssz/master

Choose a tag to compare

@benji07 benji07 released this 28 Jun 15:11
change Swift_Message call

v1.0.9: Merge pull request #65 from binarious/patch-1

Choose a tag to compare

@benji07 benji07 released this 27 Jun 11:47
Allow from naming

v1.0.8

Choose a tag to compare

@benji07 benji07 released this 23 Jan 15:11
Merge pull request #62 from Elao/feature/handle_php_error_in_createma…