Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsteampassnet committed Apr 25, 2024
1 parent 144a769 commit fbdfb5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ services:
environment:
VIRTUAL_HOST: YOUR_HOSTNAME
VIRTUAL_PORT: 80
CERT_NAME: YOUR_CERTIFICATE
# uncomment if certificate's file name doesn't match VIRTUAL_HOST
#CERT_NAME: YOUR_CERTIFICATE
volumes:
- ./teampass-html:/var/www/html
# uncomment ports to use without proxy
Expand Down
2 changes: 1 addition & 1 deletion includes/config/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

define('TP_VERSION', '3.1.2');
define("UPGRADE_MIN_DATE", "1705123921");
define('TP_VERSION_MINOR', '30');
define('TP_VERSION_MINOR', '31');
define('TP_TOOL_NAME', 'Teampass');
define('TP_ONE_DAY_SECONDS', 86400);
define('TP_ONE_WEEK_SECONDS', 604800);
Expand Down
2 changes: 1 addition & 1 deletion includes/tables_integrity.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"table_name": "background_tasks_logs",
"structure_hash": "c7626617423e71c7c37a337a23f4ae04aa89fc7c9263c23e8a3c8dc100527c66"
"structure_hash": "35e7958f2e8fd256c889829f497823227ecff4414811818639a2838f849d3bca"
},
{
"table_name": "cache",
Expand Down
Binary file not shown.

0 comments on commit fbdfb5f

Please sign in to comment.