Releases: DougSisk/Laravel-BlockReferralSpam
Releases · DougSisk/Laravel-BlockReferralSpam
Laravel 10 Support
Laravel 9 support, update spam package name
1.4 Remove travis
PHP 8 Support
- PHP 8 Support
- Drop Travis CI
- Use GitHub Actions
Laravel 6+ Support
Support for Laravel 6+
Update list package, require Laravel 5.5+
Laravel 5.5+ is now required.
Switched list package to reflect Piwik's new name, Matomo.
Switch utf8_encode to mb_convert_encoding
utf8_encode()
is not included by default with PHP 7 now. Since Laravel requires the MB extension, it’s safe to switch over to mb_convert_encoding()
.
Support for non top-level domains (localhost)
1.0.5 Support for non top-level domains (localhost)
Require referral to check
1.0.4 Eh, let's do this instead
Fix composer.json
1.0.3 Fix composer.json
Better matching & more recent list file
Will now check both full domain and root domain (example: if hello.world.com, check world.com). Piwik doesn't properly version their releases, so the master version is now used.