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

Releases: Elao/ErrorNotifierBundle

v1.1.0

31 May 07:23
Compare
Choose a tag to compare

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

21 Mar 07:52
Compare
Choose a tag to compare
v1.0.16

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

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

30 Oct 13:56
dee3f8f
Compare
Choose a tag to compare

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

12 Sep 10:30
8352806
Compare
Choose a tag to compare

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

10 Sep 15:02
50c226e
Compare
Choose a tag to compare

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

10 Oct 13:38
Compare
Choose a tag to compare
Don't filter request if the request is null

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

30 Aug 08:52
Compare
Choose a tag to compare
feat: add possibility to filter request parameters

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

28 Jun 15:11
Compare
Choose a tag to compare

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

27 Jun 11:47
Compare
Choose a tag to compare

v1.0.8

23 Jan 15:11
Compare
Choose a tag to compare
Merge pull request #62 from Elao/feature/handle_php_error_in_createma…