Skip to content

Releases: DougSisk/Laravel-BlockReferralSpam

Laravel 10 Support

30 Jan 22:14
Compare
Choose a tag to compare
1.5

remove plugins from composer

Laravel 9 support, update spam package name

05 Feb 15:23
Compare
Choose a tag to compare

PHP 8 Support

04 Nov 17:43
Compare
Choose a tag to compare
  • PHP 8 Support
  • Drop Travis CI
  • Use GitHub Actions

Laravel 6+ Support

03 Mar 16:23
Compare
Choose a tag to compare

Support for Laravel 6+

Update list package, require Laravel 5.5+

01 May 02:33
Compare
Choose a tag to compare

Laravel 5.5+ is now required.

Switched list package to reflect Piwik's new name, Matomo.

Switch utf8_encode to mb_convert_encoding

12 Nov 20:13
Compare
Choose a tag to compare

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)

11 Mar 20:52
Compare
Choose a tag to compare
1.0.5

Support for non top-level domains (localhost)

Require referral to check

12 Jan 21:15
Compare
Choose a tag to compare
1.0.4

Eh, let's do this instead

Fix composer.json

12 Jan 21:05
Compare
Choose a tag to compare
1.0.3

Fix composer.json

Better matching & more recent list file

12 Jan 20:38
Compare
Choose a tag to compare

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.