Skip to content

v1.1.0

Compare
Choose a tag to compare
@onlime onlime released this 16 Jul 20:01
· 36 commits to main since this release
7850b86
  • Drop Laravel 9 support, require Laravel v10.15 or higher for the new DB::getRawQueryLog() support.
  • PHP code style fixes by laravel/pint v1.10, now using more strict style rules (laravel preset).
  • Refactored whole codebase from DB::getQueryLog() to use the new DB::getRawQueryLog() method, so ReplacesBindings is no longer needed.
  • Replaced torann/geoip by stevebauman/location for optional GeoIP support.
  • Improved username detection in Formatter headers, so that it works both with default email field or custom username() method on User model.