Releases: laravel-notification-channels/interfax
Releases · laravel-notification-channels/interfax
v6.0.0
What's Changed
- Static analysis fixes for PHP 8.4 led removing the __construct method override in
\NotificationChannels\Interfax\Exceptions\CouldNotSendNotification
. If using this exception class, make sure to use the static serviceRespondedWithAnError
method instead of instantiating the exception directly.
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
- Bump PHPStan to level 8
- Add more parameter/return typing
- README update
Full Changelog: v4.0.0...v5.0.0
v4.0.0
What's Changed
- Add PHP 8.3 & Laravel 11 support
- Drop support for EOL versions of PHP (8.0) and Laravel (9)
Full Changelog: v3.0.0...v4.0.0
v3.0.0
What's Changed
- Support Laravel 10 and drop support for EOL PHP & Laravel versions by @iv-craig in #13
- Update PHP versions for GitHub Actions workflows by @iv-craig in #14
- Add stronger typing based on recommendations from PHPStan
Full Changelog: v2.4.0...v3.0.0
v2.3.0
- Add functionality for overriding default file size where fax documents start chunking
v2.2.0
- Add support for PHP 8.0 & 8.1
- Improve error handling
- Add
addMetadata
method to add array of data to be used for error logging purposes
v2.1.1
- Prevent API limit requests with updates to status polling
- Update exception handling for better error messages from InterFAX client
v2.0.0
- Add support for Laravel 7
- Drop support for Laravel 5.8 (EOL'd 2019/8/26, security support ended 2020/2/26)
- Add package autodiscovery