Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@realodix realodix released this 12 Jan 22:40
· 3 commits to master since this release

New Feature

  • Logging out a user's sessions on other devices when changing the password (#1035)
  • power-components/livewire-powergrid v6 (#1025)
  • Debugbar is enabled only for admin users (#1046)

What's Changed

  • Improved cache control header handling for zero max age (07bce30)
  • Disallow internal URL shortening (#1052, 79a727e)
  • Prevent normal users from updating other users' urls (#1042)
  • Show a warning that a reserved keyword is already in use (#1020)
  • Use composer/pcre to handle preg_* (#1023)
  • Limit possible output to PHP_INT_MAX (#1028)
  • Replace spatie/url with Laravel's built-in URI support (#1031)
  • Move signup button to login page (#1034)
  • Simplify form request validation (#1041, 4d0a427)
  • Improve the layout of the Reconfirm Password page (#1036)
  • Improve the design of the alert flash (#1037)
  • Refactoring flash messsage (#1039)
  • Improve the appearance of the verification email page (#1040)
  • Streamline the controller files (#1044)
  • Rename the named routes (#1045)
  • Implement UrlHubLinkChecker (Middleware) within the controller (#1047)
  • Update about page layout (62b89ff)

Full Changelog: v1.6.0...v1.7.0