Skip to content

Releases: JoggApp/laravel-mail-viewer

v7.0.0

10 Sep 18:39
Compare
Choose a tag to compare
  • Added Laravel v8.x support.
  • Dropped Laravel v6 & PHPUnit v8 support.

v6.0.0

03 Mar 08:59
Compare
Choose a tag to compare
  • Added Laravel v7.x support.
  • Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement.

v5.0.1

14 Jan 17:11
Compare
Choose a tag to compare
  • Added Github Action Workflow for tests

v5.0.0

04 Sep 07:23
Compare
Choose a tag to compare
  • Now supports Laravel v6.0
  • Laravel v5.6.* & Laravel v5.7.* are no longer supported, min requirement is now v5.8.*
  • Support for Laravel v5.8.* will be dropped in v5.1.*

v4.0.5

06 Mar 15:23
Compare
Choose a tag to compare
  • fix casing

v4.0.4

06 Mar 14:56
Compare
Choose a tag to compare
  • The package now renders the correct mailable having similar class name as another mailable in different namespace.
  • Big thanks to Thomas Kane for pointing out this issue.

v4.0.3

27 Feb 00:11
Compare
Choose a tag to compare
  • Update travis config

v4.0.2

27 Feb 00:09
Compare
Choose a tag to compare
  • Drop PHP v7.1 support

v4.0.1

26 Feb 23:28
Compare
Choose a tag to compare
  • Now supports Laravel v5.8

v3.1.0

04 Dec 18:41
Compare
Choose a tag to compare
  • Fixed the behaviour of in_array by enabling strict checking.