causefx 8 лет назад
Родитель
Сommit
fc30cade7d
2 измененных файлов с 8 добавлено и 1 удалено
  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.120';
+$GLOBALS['installedVersion'] = '2.0.0-alpha.125';
 // ===================================
 // Set GLOBALS from config file
 $GLOBALS['userConfigPath'] = dirname(__DIR__,1).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php';

+ 7 - 0
js/version.json

@@ -26,5 +26,12 @@
         "new": "",
         "fixed": "Attempt to fix color picker",
         "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
+    },
+    "2.0.0-alpha.125": {
+        "date":"20180110",
+        "title": "Image Manager",
+        "new": "Added Image Manager",
+        "fixed": "Color Selector|Wizard Preloader",
+        "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
     }
 }