Show if there's a new version available on the admin dashboard #143

This commit is contained in:
Nabeel Shahzad
2018-01-19 18:44:17 -05:00
parent a1b9894f97
commit 2cd45acbdf
6 changed files with 114 additions and 4 deletions

View File

@@ -41,4 +41,9 @@ return [
* Misc Settings
*/
'news_feed_url' => 'http://forum.phpvms.net/rss/1-announcements-feed.xml/?',
/**
* URL to the latest version file
*/
'version_file' => 'http://downloads.phpvms.net/VERSION',
];