Releases: SynergiTech/laravel-alert
v2.0.3
Resolve a couple of deprecation notices for PHP 8.4
What's Changed
- 🔧 php 8.4 by @willpower232 in #43
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Confirms support for Laravel 11
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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
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
v1.1.0
Laravel 7 Support
v1.0.0 Merge branch 'tests-and-laravel-update'
Laravel 6 Support
Also fixed the facade
Docblock fix
v0.1.2 fix docblocks
Bugfix
A minor bugfix release to fix using the icons_by_type feature when type isn't directly output.