mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
Added a changelog file to repo
This commit is contained in:
@@ -17,7 +17,7 @@ class UpdateHelper {
|
||||
return false;
|
||||
}
|
||||
|
||||
return (bool)(version_compare($current, $gitVersion['version']));
|
||||
return ((bool)(version_compare($current, $gitVersion['version']))) ? $gitVersion['version'] : false;
|
||||
}
|
||||
|
||||
public static function checkLatestVersion()
|
||||
|
||||
12
changelog.json
Normal file
12
changelog.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"1.1.0": [
|
||||
{
|
||||
"description": "Added a version number to the app",
|
||||
"link": ""
|
||||
},
|
||||
{
|
||||
"description": "Added an backup/restore function",
|
||||
"link": ""
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user