Skip to content

v1.11.1

Choose a tag to compare

@Darkdragon14 Darkdragon14 released this 13 Jun 08:50
· 12 commits to main since this release

Summary

  • Many interface texts that were still shown in English, including the API tokens and installation-save pages, are now fully translated.
  • All nine supported languages were synchronized and the missing translations filled in, so non-English users should see fewer untranslated labels, buttons, and messages.

Upgrade Notes

  • This release does not include database migrations.
  • No new environment variables or manual configuration changes are required.
  • No post-upgrade action is required beyond deploying the updated application files.

Verification

  • Local verification before release included docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php artisan changelog:validate v1.11.1 --release --no-interaction.
  • Local verification before release included docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php artisan test --compact tests/Feature/ChangelogTest.php.
  • Local verification before release included docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php ./vendor/bin/pint --dirty --format agent.
  • Local verification before release included npm run build.