Issue/327 versioning (#345)
* Switch to semver format * Rewrite new version check to use Github Releases and cron * Styling * Remove v from in front of version * New version check test fix * Uncomment test case
This commit is contained in:
@@ -57,7 +57,12 @@ return [
|
||||
/*
|
||||
* URL to the latest version file
|
||||
*/
|
||||
'version_file' => 'http://downloads.phpvms.net/VERSION',
|
||||
'version_file' => 'https://api.github.com/repos/nabeelio/phpvms/releases',
|
||||
|
||||
/*
|
||||
* Where the KVP file is stored
|
||||
*/
|
||||
'kvp_storage_path' => storage_path('app/kvp.json'),
|
||||
|
||||
/*
|
||||
* DO NOT CHANGE THESE! It will result in messed up data
|
||||
|
||||
Reference in New Issue
Block a user