1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Update installation version to 16.0 and enhance videos_statistics table by adding user_agent and app fields with default values. Modify VideoStatistic class to include new properties and methods for user agent and app handling.

This commit is contained in:
Daniel Neto 2025-06-19 17:50:22 -03:00
parent 1a0db7cd54
commit fc1cfbd1cb
4 changed files with 49 additions and 6 deletions

View file

@ -5,7 +5,7 @@ if (file_exists("../videos/configuration.php")) {
}
$installationVersion = "15.1";
$installationVersion = "16.0";
require_once '../objects/functionsSecurity.php';