Skip to content

1.12.0

Compare
Choose a tag to compare
@dereuromark dereuromark released this 12 Jun 09:07
· 222 commits to master since this release

Improvements

Support named routes.

  • $this->AuthUser->link('Change Password', ['_name' => 'admin:account:password'])
  • $this->AuthUserHelper->hasAccess(['_name' => 'Tags::edit'])

Thanks for this @lorro and @saeideng