Browse Source

Update version_check.php

Antony Male 8 years ago
parent
commit
3dad838222
1 changed files with 2 additions and 1 deletions
  1. 2 1
      server/version_check.php

+ 2 - 1
server/version_check.php

@@ -65,7 +65,7 @@ function get_with_wildcard($src, $value, $default = null)
 }
 }
 
 
 $versions = [
 $versions = [
-   '1.1.17' => [
+   '1.1.18' => [
       'installed' => [
       'installed' => [
          'direct_download_url' => [
          'direct_download_url' => [
             'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v{version}/SyncTrayzorSetup-x64.exe',
             'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v{version}/SyncTrayzorSetup-x64.exe',
@@ -86,6 +86,7 @@ $versions = [
 ];
 ];
 
 
 $upgrades = [
 $upgrades = [
+   '1.1.17' => ['to' => 'latest', 'formatter' => '5', 'overrides' => ['release_notes' => "- Fix uninstaller crash if the survey is submitted while not connected to the internet"]],
    '1.1.16' => ['to' => 'latest', 'formatter' => '5'],
    '1.1.16' => ['to' => 'latest', 'formatter' => '5'],
    '1.1.15' => ['to' => 'latest', 'formatter' => '5'],
    '1.1.15' => ['to' => 'latest', 'formatter' => '5'],
    '1.1.14' => ['to' => 'latest', 'formatter' => '5'],
    '1.1.14' => ['to' => 'latest', 'formatter' => '5'],