Releases: samsonasik/ErrorHeroModule
Releases · samsonasik/ErrorHeroModule
4.1.1
- composer 2.2 support
- clean up stubs
- PHPStan 1.x level max
4.1.0
4.0.3
Code Quality improvement with add more Rector setlist
4.0.2
Fix example preview console notice -> warning on php 8
4.0.1
Test and doc about E_NOTICE -> E_WARNING fix for undefined array key
4.0.0
3.1.1
Ensure $request->getContent() casted to string on str_replace usage.
3.1.0
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
- update deprecated function call of toZend() to toLaminas() on Psr7ServerRequest
- naming fixes
3.0.0
upgrade for full laminas and mezzio application