소스 검색

Beta Release

causefx 8 년 전
부모
커밋
2162cde2bb
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.815';
+$GLOBALS['installedVersion'] = '2.0.0-beta.100';
 // ===================================
 // Set GLOBALS from config file
 $GLOBALS['userConfigPath'] = dirname(__DIR__, 1).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php';

+ 7 - 0
js/version.json

@@ -68,5 +68,12 @@
         "new": "",
         "fixed": "Plex Now Playing bug not showing items|Invite menu not loaded on initial load",
         "notes": "Beta coming soon"
+    },
+    "2.0.0-beta.100": {
+        "date":"2018-05-04 19:00",
+        "title": "First Beta Release",
+        "new": "SpeedTest|Email templates",
+        "fixed": "",
+        "notes": "RC coming soon"
     }
 }