-
Notifications
You must be signed in to change notification settings - Fork 1
reference:U getNewestVersion
Aaron Junker edited this page Apr 24, 2021
·
5 revisions
- since Pb2.4Bfx0
- returns
array - in file
(root)/includes/functions/getNewestVersion.inc.php
Returns the newest version of USOC.
It asks the GitHub API for the newest Version of Case-Games/USOC.
None.
["Name" => String|Bool, "Code" => Int, "URL" => String|Bool]
If getting the version didn't succeed every value is set to false.
Return an array with the following keys:
Full name of the version (i.e. Pb2.4Bfx0).
The code of the version (i.e. 20240900).
URL to the download page.
$U->getNewestVersion(); // ["Name" => "Pb2.4Bfx0", "Code" => 20240900, "URL" => "https://github.com/Case-Games/USOC/releases/tag/Pb2.4Bfx0"]Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index