Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
Fix for #4289
  • Loading branch information
nilsteampassnet committed Sep 2, 2024
1 parent e5e3754 commit 4428f3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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", "1724862801");
define('TP_VERSION_MINOR', '60');
define('TP_VERSION_MINOR', '61');
define('TP_TOOL_NAME', 'Teampass');
define('TP_ONE_DAY_SECONDS', 86400);
define('TP_ONE_WEEK_SECONDS', 604800);
Expand All @@ -45,7 +45,7 @@
define('UPGRADE_SEND_EMAILS', true);
define('KEY_LENGTH', 16);
define('EDITION_LOCK_PERIOD', 86400); // Defines the delay for which an item edition lock is active
define('LOG_TO_SERVER', true); // Defines if logs are sent to the server
define('LOG_TO_SERVER', false); // Defines if logs are sent to the server
define('OAUTH2_REDIRECTURI', 'index.php?post_type=oauth2');

define('ERR_NOT_ALLOWED', '1000');
Expand Down
4 changes: 2 additions & 2 deletions 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": "b2fcc60ceb4d88543c9c40e6abefd85116b17b5c6b796cc63b53f4832f451e0f"
"structure_hash": "ab77226ca8ef4921c0aa7b2b442ea333bf5c700c9f0335d092a62c1543f57ada"
},
{
"table_name": "cache",
Expand Down Expand Up @@ -101,7 +101,7 @@
},
{
"table_name": "log_system",
"structure_hash": "685365edf156d518fba2f4be654e32ea65033f1327bc6295d67e8c34f365068f"
"structure_hash": "e06372e0b89d7b381814d35631d6b7e65ca1cb7d211ca5aa98830b3f57bc54cc"
},
{
"table_name": "misc",
Expand Down

0 comments on commit 4428f3c

Please sign in to comment.