Skip to content

Releases: SynergiTech/laravel-alert

v2.0.3

28 Nov 15:45
dd9cd4f
Compare
Choose a tag to compare

Resolve a couple of deprecation notices for PHP 8.4

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 Mar 10:57
0c27fc5
Compare
Choose a tag to compare

Confirms support for Laravel 11

Full Changelog: v2.0.1...v2.0.2

v2.0.1

16 Feb 16:37
863b511
Compare
Choose a tag to compare

Confirms support for Laravel 10 (and PHP 8.2 but that was okay anyway)

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 May 16:08
a0fcea1
Compare
Choose a tag to compare

What's Changed

Most importantly, v2 only supports PHP 8.0 and later and Laravel 8 and later. #38

The default config has been updated for Sweetalert 2 version 9 and later where they renamed type to icon. #9

This also meant the removal of the "icon by type" feature since you have to specify an icon now anyway.

The new feature in this release is that you can create different kinds of alerts programmatically #37

Full Changelog: v1.2.0...v2.0.0

v1.2.0

13 Apr 15:51
Compare
Choose a tag to compare
support laravel 9

v1.1.0

16 Mar 15:17
cfe1cba
Compare
Choose a tag to compare
Merge pull request #7 from SynergiTech/test-with-github

🔧 test with github instead of travis

Laravel 7 Support

10 Aug 09:29
455b4bc
Compare
Choose a tag to compare
v1.0.0

Merge branch 'tests-and-laravel-update'

Laravel 6 Support

25 Sep 08:57
73e4ff3
Compare
Choose a tag to compare

Also fixed the facade

Docblock fix

08 May 10:38
00f7311
Compare
Choose a tag to compare
v0.1.2

fix docblocks

Bugfix

30 Apr 15:48
1b11e2c
Compare
Choose a tag to compare

A minor bugfix release to fix using the icons_by_type feature when type isn't directly output.