Releases: dsone/strainex
Releases · dsone/strainex
v0.5.1
- Loosen PHP requirement to allow for 8.2 or above, making dealing with upgrades easier
v0.5
- Raise minimum Laravel version to 11
- Raise minimum PHP version to 8.3
- Fix
block_timeout
not being used
- Fix filter not working correctly with sequential array
- Allow callbacks to be callables, or static/instance methods on classes
v0.4
- Update for Laravel 10 compatibility
- Drop support of Laravel 9 and below
v0.3.1
- Update for Laravel 9 compatibility
v0.3
- [ch445] Add option for IP hashing
- [ch441] Add filter option for user Agents
- [ch441] Change
$type
parameter in callbacks to $criteriaBits
- Change namespace from
Dsone\ExceptionHandler
to Dsone\Strainex
v0.2
- Supporting map table instead of sequential array for SEO spam referer list
- Support for
exit
instead of returning response codes
- Adding PHP 7.3 as dependency
- Formatting/expanding README
v0.1
Initial installable version.