Skip to content
Compare
Choose a tag to compare
@ilestis ilestis released this 28 Dec 22:03

Improvements

  • Improved account security: changing an account password disconnects the user from all other locations.
  • New applications UI
  • Lighter dashboard configuration UI
  • Links to entities with a post anchor will load that post even if it would be behind the "load more" button
  • Tagging of tags
  • New role permissions to define entity and post templates, and new permission to control bookmarks

Full details available on our blog

Update process

Back up your database before running the update.

After pulling the 2.7 tag, run the following commands from the project's root folder.

sail composer install --no-dev
sail artisan migrate
sail artisan db:seed
sail artisan cache:clear