Skip to content

Releases: samsonasik/ErrorHeroModule

4.1.1

05 Feb 11:06
4.1.1
fb17fe4

Choose a tag to compare

  • composer 2.2 support
  • clean up stubs
  • PHPStan 1.x level max

4.1.0

20 Nov 04:49
4.1.0
8534496

Choose a tag to compare

ci build Code Coverage PHPStan

Feature:

Add Doctrine Dbal 3.0 support 🎉

4.0.3

21 Jul 01:26
4.0.3
f3ed75e

Choose a tag to compare

Code Quality improvement with add more Rector setlist

4.0.2

26 Jun 05:30
4.0.2
a92f9b3

Choose a tag to compare

Fix example preview console notice -> warning on php 8

4.0.1

25 Jun 19:09
4.0.1
cad644e

Choose a tag to compare

Test and doc about E_NOTICE -> E_WARNING fix for undefined array key

4.0.0

20 Jun 03:41
4.0.0
85454fb

Choose a tag to compare

  • Upgrade to PHP 8
  • drop PHPDI support
  • migrate to github action

ci build Code Coverage

3.1.1

28 Apr 13:18
3.1.1
9877c0f

Choose a tag to compare

Ensure $request->getContent() casted to string on str_replace usage.

3.1.0

20 May 14:52
3.1.0
ce07e9f

Choose a tag to compare

Build Status Coverage Status

Added ability to allow or not include $_FILES to email attachments via include-files-to-attachments config under email-notification-settings:

<?php

namespace ErrorHeroModule;

// ...

return [
   'error-hero-module' => [
         // ...

        'email-notification-settings' => [
            // ...

            // to include or not $_FILES on send mail
            'include-files-to-attachments' => true,
           
            // ...
        ],
        
         // ...
    ],

];

3.0.1

03 Feb 15:32
3.0.1
10bb787

Choose a tag to compare

  • update deprecated function call of toZend() to toLaminas() on Psr7ServerRequest
  • naming fixes

3.0.0

23 Jan 07:10
3.0.0
1fd8a5a

Choose a tag to compare

upgrade for full laminas and mezzio application