Przeglądaj źródła

version 2.0.650

CauseFX 5 lat temu
rodzic
commit
b592cc2b41
2 zmienionych plików z 8 dodań i 1 usunięć
  1. 1 1
      api/functions/static-globals.php
  2. 7 0
      js/version.json

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

@@ -1,7 +1,7 @@
 <?php
 // ===================================
 // Organizr Version
-$GLOBALS['installedVersion'] = '2.0.633';
+$GLOBALS['installedVersion'] = '2.0.650';
 // ===================================
 // Quick php Version check
 $GLOBALS['minimumPHP'] = '7.1.3';

+ 7 - 0
js/version.json

@@ -264,5 +264,12 @@
     "new": "",
     "fixed": "Fix heredoc error on php versions under 7.3",
     "notes": "Please report bugs in GitHub issues page"
+  },
+  "2.0.650": {
+    "date": "2020-07-03 20:55",
+    "title": "Weekly Updates",
+    "new": "Added Jellyfin Auth function to log into Organizr|Re-Enable EmbyConnect backend option|Option to disable logout/login button on sidebar",
+    "fixed": "Plex oAuth login enabled after switching to a different backend (#1416)|losing access to settings (#1418)|Youtube Error catch and added another API Key(#1419)|Update coookie function to include path|Update Tautulli cookie to include path|News.json fixes|homepage sort issue on right side|add uuid on wizard path",
+    "notes": "Please report bugs in GitHub issues page"
   }
 }