mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Site admin can now add new Usergroups and categories directly into the encoder
The encoder will use the Streamer theme and javascript https://github.com/WWBN/AVideo/issues/4621 Create a new version to make sure they are compatible streamer (v10.5) and the encoder (v3.8)
This commit is contained in:
parent
3cf34c3047
commit
231e4303b9
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
|
|||
exit;
|
||||
}
|
||||
|
||||
$installationVersion = "10.4";
|
||||
$installationVersion = "10.5";
|
||||
|
||||
error_log("Installation: ".__LINE__." ". json_encode($_POST));
|
||||
header('Content-Type: application/json');
|
||||
|
|
1
updatedb/updateDb.v10.5.sql
Normal file
1
updatedb/updateDb.v10.5.sql
Normal file
|
@ -0,0 +1 @@
|
|||
UPDATE configurations SET version = '10.5', modified = now() WHERE id = 1;
|
Loading…
Add table
Add a link
Reference in a new issue