Skip to content

v4.7.1

Compare
Choose a tag to compare
@GITmanuela GITmanuela released this 13 May 12:34
· 94 commits to master since this release
43ba048

4.7.1

This is a patch release whose main purpose is to update localisation files.

Upgrade steps

  • update the Enso version to 4.7.1 in config/enso/config.php
  • run composer update in the project's root
  • publish the updated localisation assets with php artisan vendor:publish --tag=enso-localisation --force
  • run yarn, yarn upgrade && yarn in /client to ensure you have the latest versions and patches are applied. If necessary, update your patches
  • php artisan enso:upgrade --before-migration
  • php artisan migrate
  • php artisan enso:upgrade
  • as per every release, delete any local, deprecated upgrades