Aller au contenu

Upgrade: 0.1.0-beta.16

Ce contenu n’est pas encore disponible dans votre langue.

Mettez rapidement à jour vers la dernière version en exécutant la commande suivante
Fenêtre de terminal
npx @studiocms/upgrade
  • Updated minimum Astro version to Astro v5.7.1
  • Updated Password security
    • Users should be instructed to update passwords after updating, legacy password hashing support will be removed in the future.
  • CLI Updates/Changes
    • New Command: studiocms add <plugin> for quickly adding new plugins to your StudioCMS project.
    • New Command: studiocms crypto [command] for new security utilities.
    • New Command: studiocms crypto gen-jwt <key-file> for generating JWT tokens from the CLI.
    • Fix: Editing users from the CLI is now possible thanks to new partial db drizzle schema for Users and Permissions.
For more information about the new CLI commands checkout The CLI documentation