3.2.0.0 #5227
nilsteampassnet
started this conversation in
General
3.2.0.0
#5227
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This is a major release.
It restructures the codebase for stronger security, raises the minimum PHP version, and adds breach detection, a knowledge base, and local password recovery.
Upgrading from 3.1.x requires a web server configuration change ; read the Upgrade notes below before upgrading.
Breaking changes
DocumentRootmust now point topublic/, not the project root. Application code lives inapp/, runtime data (uploads, files, backups) instorage/, and the encryption key insecrets/; all outside the webroot.New features
hibp_enabledandhibp_check_interval_dayssettings.enable_local_password_recoverysetting.
Security
api_cors_originssetting (empty = allow all, JWT remains the auth layer)../secrets(no longer user-configurable).items.queries.php(credit goes to Lai Wei).Improvements
Fixes
Upgrade notes
DocumentRootto thepublic/subdirectory.files/,upload/,backups/intostorage/andincludes/config/settings.phpintoapp/config/.pcntl,posixrequiredfor the CLI).
public/install/after upgrading.See
docs/install/upgrade.mdfor full details.Full Changelog
3.1.7.6...3.2.0.0
Important
PHP 8.2Languages
Please join Teampass v3 translation project on Poeditor and translate it for your language.
Installation
Follow instructions from Documentation.
Upgrade
Follow instructions from Documentation.
Ideas and comments
Are welcome ... please use Discussions.
This discussion was created from the release 3.2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions