Browse Source

Version 2.0.362

CauseFX 6 years ago
parent
commit
ca88f146b2
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

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

+ 7 - 0
js/version.json

@@ -215,5 +215,12 @@
     "new": "",
     "fixed": "Plugin Files not loading css files|Remove unifiCookie from unif homepage check",
     "notes": "Please report bugs in GitHub issues page|Updated language translations"
+  },
+  "2.0.362": {
+    "date": "2020-01-13 20:15",
+    "title": "Long awaited release - Sorry!",
+    "new": "Added Jellyfin support - uses same HP Modal as Emby|Added new tab images for Fritzbox, Kodi, OpenHAB and Calibre-Web|Added nginx auth_request dynamic endpoints to allow permission management on organizr front end|Add email header for Auth Proxy use (#1298)|Add another Variable to PR (#1298)|Update local function to take force variable|Added rtorrent bypass cert check",
+    "fixed": "qBittorrent Workaround for v2 API (#1287)|Dependency check fails incorrectly on PHP 7.4 (#1288)|Fix depreciated item on PHP 7.4 (#1288)|7.4 work on array check|XSS Vulnerability (#1291)|Cleaner XSS Vulnerability (#1291)|Closing tabs open up top tab (#1266)|more clean up on unifi homepage item|fix typ-os|Add homepage-element-title class to left-aligned homepage element names|Fix plex show on homepage",
+    "notes": "Please report bugs in GitHub issues page|Updated language translations"
   }
 }