All notable changes to this project will be documented in this file.
- Laravel 6.0 support
- Support to identify IP behind Cloudflare
- Artisan command firewall:cache:clear
- Ability to set the log stack. New key in config:
'log_stack' => ['single']
- Response in notification-only mode
- Migrations being execute when not in database mode
- Exception when trying to remove from database an ip inside a country
- Fix whitelisted IP being blocked by AttackBlocker
- Minor fixes
- Minor fixes
- Attack blocker
- GeoIp2 database file updater artisan command
- Laravel 5.5 autodiscovery
- Snippets to readme
- Laravel 5.* install docs
- Readme things
- Markdown headings
- To Laravel 5.4
- Lexical problem
- Support package
- Output on firewall:clear command
- Whitelisting problem
- Ability to black/whitelist IPs for the session
- Remove forgotten brace
- Bug on PHP 7.0.2
- Deprecated Table helper (Symfony)
- Upgrade support package
- Middleware problem
- Move to Middleware (BC)
- Move to Middleware (BC)
- Config publishing docs
- Minor fixes
- Add support for GeoIP
- Fix incorrectly using array as object
- Minor fixes and improvements
- Laravel 5 compatibility.
- Allow black and white lists to be stored in arrays, files or file of files, instead of a database table.
- Allow redirect_non_whitelisted_to to be a named route or url (to).
- Option to disable database lookup, disabled by default.
- Change log, according to http://keepachangelog.com/.
- Add cache for the list of IP addresses.
- Removed unnecessary configuration options.
- Range search now defaults to enabled.
- Migrator fixed
- Rename migrator