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 Fenêtre de terminal Fenêtre de terminal
npx @studiocms/upgrade
pnpx @studiocms/upgrade
yarn dlx @studiocms/upgrade
Breaking Changes
Section titled “Breaking Changes”- 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.
New Features/Functionality
Section titled “New Features/Functionality”- 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.
- New Command:
For more information about the new CLI commands checkout The CLI documentation