Skip to content

v1.8.0

Compare
Choose a tag to compare
@ardeearam ardeearam released this 05 Jun 03:44
· 24 commits to main since this release
af2f033
  • Supports OR queries in assertUserCan (e.g. assertUserCan(['can_do_admin_stuff', 'write_contents'], req)
  • Supports parameterized capabilities (e.g. assertUserCan('write_contents', req, 'blog'))
  • Provides a Download to CSV mechanism for frontend and backend.