Skip to content

Releases: laravel-notification-channels/interfax

v6.0.0

16 Dec 21:03
a56a9fa
Compare
Choose a tag to compare

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

08 Oct 18:51
9ec4ad5
Compare
Choose a tag to compare

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

02 Apr 21:46
3e793a3
Compare
Choose a tag to compare

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

24 Feb 19:40
925375f
Compare
Choose a tag to compare

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.4.0

12 Apr 15:36
7ed8bfc
Compare
Choose a tag to compare

What's Changed

  • Laravel 9 support; Update PHPUnit configuration by @iv-craig in #12

Full Changelog: v2.3.0...v2.4.0

v2.3.0

18 Jan 16:33
9e4aeab
Compare
Choose a tag to compare
  • Add functionality for overriding default file size where fax documents start chunking

v2.2.0

04 Jan 16:44
e327a73
Compare
Choose a tag to compare
  • 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

12 May 17:27
42e0bac
Compare
Choose a tag to compare
  • Prevent API limit requests with updates to status polling
  • Update exception handling for better error messages from InterFAX client

v2.1.0

10 Nov 14:47
c0ffdb9
Compare
Choose a tag to compare
  • Add Laravel 8 support

v2.0.0

15 Jul 21:47
11e4f4e
Compare
Choose a tag to compare
  • 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