Added a changelog file to repo

This commit is contained in:
Henry Whitaker
2020-04-10 01:58:11 +01:00
parent 16f9db371e
commit 23f837ac34
2 changed files with 13 additions and 1 deletions

View File

@@ -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
View File

@@ -0,0 +1,12 @@
{
"1.1.0": [
{
"description": "Added a version number to the app",
"link": ""
},
{
"description": "Added an backup/restore function",
"link": ""
}
],
}