propaganistas/laravel-disposable-email
Add support for Laravel 13.
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.4.24...2.4.25
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.4.10...2.4.11
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.3.0...2.4.0
Added support for Laravel 11 Dropped support for Laravel 8 and 9 Dropped support for PHP 8.0
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.2.18...2.3.0
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.2.11...2.2.12
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.2.2...2.2.3
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.2.0...2.2.1
Use callAfterResolving instead of directly extending the Validator.
Remove support for PHP < 8.0 and Laravel < 8.0
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.1.26...2.2.0
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.1.15...2.1.16
Added support for Laravel 9
Full Changelog: https://github.com/Propaganistas/Laravel-Disposable-Email/compare/2.1.10...2.1.11
Bugfix
New feature: override the fetching logic if your application needs it. See config fetcher to define a custom fetcher class.
Updates to shipped domains list
Added support for PHP 8.0
Support Lumen as well by properly injecting the Config contract instead of the actual repository.
Added support for Laravel 8.
Drop support for Laravel 5.*
Add support for Laravel 7
Exchanged Rawgit URL to jsDelivr URL since Rawgit ceased to exist.
Lowercase all input
Dropped support for Laravel 5.4 and below.
Added support for Laravel 6. Since Laravel now follows semver, the package should be good to go for all future 6.x releases as well.
Update of shipped (fallback) domains.json file.
Buckle up for Laravel 5.8!
Because of the return type changes in PHPunit 8, support for PHP 7.0 needed to be dropped. Since this only affects the tests and the actual code is left untouched, you can safely use --ignore-platform-reqs if you're using 7.0.
Bug fix:
Added:
DisposableDomains::isNotDisposable() (inverse of isDisposable())Support Laravel 5.7
Fixed prevention of migrating a new DB by directly type-hinting our service in the command's constructor method (service auto-bootstraps using cache connection).
Refactoring of the package.
Changed:
disposable:update instead of disposable:cacheEnhancement:
Initial release
How can I help you explore Laravel packages today?