-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved CSV import Fix user profil update Updated readme file removing beta status
- Loading branch information
1 parent
68cd420
commit 3883de9
Showing
6 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# Teampass 3 | ||
|
||
**This release is a beta version. It is recommended for new users to start from using this version. Currently update from latest 2.X is not finalized.** | ||
**Teampass 3.x is a totally different version compared to Teampass 2.x. As a consequence :** | ||
- For new users, you should start using this version to take benefit of the new UI (several features compared to Teampass 2.x are not yet implemented) | ||
- For "older users" that currently are relying on Teampass 2.x, you should remain on the 2.x branch as currently no update process has been finalized. | ||
|
||
**Only English language is available. Don't change the language!** | ||
|
||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nilsteampassnet/TeamPass/badges/quality-score.png?b=teampass_3.0)](https://scrutinizer-ci.com/g/nilsteampassnet/TeamPass/?branch=teampass_3.0) | ||
|
||
Teampass is a Collaborative Passwords Manager | ||
|
||
> Copyright © 2009-2020, [Nils Laumaillé]([email protected]) | ||
> Copyright © 2009-2021, [Nils Laumaillé]([email protected]) | ||
<!-- MDTOC maxdepth:2 firsth1:0 numbering:0 flatten:0 bullets:1 updateOnSave:1 --> | ||
|
||
|
@@ -28,7 +30,7 @@ Teampass is a Collaborative Passwords Manager | |
## Requirements | ||
|
||
* MySQL 5.1 or higher, | ||
* PHP 7.2 or higher, | ||
* PHP 7.4 or higher, | ||
* PHP extensions: | ||
* mcrypt | ||
* openssl | ||
|