Skip to content

Version 2.0

Compare
Choose a tag to compare
@MichaelBelgium MichaelBelgium released this 06 Oct 15:28
· 39 commits to master since this release

Breaking changes:

  • Support only for Laravel 8.0 and above
  • Config enable_throttle re-done and renamed to ratelimiter
    If you used this config setting, you'll need to change the value of it (more info in the config file)
  • Config enable_auth re-done and renamed to auth
    If you used this config setting, you'll need to change the value of it (more info in the config file)

Non breaking changes:

  • updated bootstrap

  • updated font awesome

  • improved blade templates

  • Added logging (+ route, migration, config setting, ...)

  • Other internal improvements

Full Changelog: v1.2.0...v2.0.0