Skip to content

Release 2.7.2

Compare
Choose a tag to compare
@tristan-orourke tristan-orourke released this 28 Mar 14:27
· 7306 commits to main since this release

Highlights

  • This merges in most of the new Roles and Permissions system.
  • It should quiet down production logs so it is easier to detect real errors.
  • It updates the Admin side with more consistent UI.
  • This fixes a bug blocking our production Admins' workflow, #6035.

Deployment Instructions

  1. php artisan db:seed --class=RolePermissionSeeder
  2. php artisan role:sync
  3. php artisan php artisan update-submitted-at
  4. Add new feature flag to IAC: FEATURE_APPLICATION_REVAMP=false

What's Changed

Dependency Updates

Full Changelog

v2.7.1...v2.7.2