Browse Source

fix updater

causefx 8 years ago
parent
commit
e32215729d
2 changed files with 8 additions and 1 deletions
  1. 1 1
      api/functions/static-globals.php
  2. 7 0
      js/version.json

+ 1 - 1
api/functions/static-globals.php

@@ -2,7 +2,7 @@
 
 // ===================================
 // Organizr Version
-$GLOBALS['installedVersion'] = '2.0.0-alpha.110';
+$GLOBALS['installedVersion'] = '2.0.0-alpha.115';
 // ===================================
 // Set GLOBALS from config file
 $GLOBALS['userConfigPath'] = dirname(__DIR__,1).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php';

+ 7 - 0
js/version.json

@@ -12,5 +12,12 @@
         "new": "3 Options for appearance|Upgrade module completed",
         "fixed": "More API lag times",
         "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
+    },
+    "2.0.0-alpha.115": {
+        "date":"20170109",
+        "title": "Updater Fix",
+        "new": "New Updater Progress Bar",
+        "fixed": "Lag Times on updater|Added longer timeouts",
+        "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
     }
 }