Browse Source

update to beta 800!

causefx 7 years ago
parent
commit
597c6f5072
3 changed files with 14 additions and 1 deletions
  1. 1 1
      api/functions/static-globals.php
  2. 6 0
      api/functions/upgrade-functions.php
  3. 7 0
      js/version.json

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

@@ -1,7 +1,7 @@
 <?php
 // ===================================
 // Organizr Version
-$GLOBALS['installedVersion'] = '2.0.0-beta.600';
+$GLOBALS['installedVersion'] = '2.0.0-beta.800';
 // ===================================
 // Quick php Version check
 $GLOBALS['minimumPHP'] = '7.0.0';

+ 6 - 0
api/functions/upgrade-functions.php

@@ -30,6 +30,12 @@ function upgradeCheck()
 			$oldVer = $versionCheck;
 		}
 		// End Upgrade check start for version above
+		$versionCheck = '2.0.0-beta-800';
+		if ($compare->lessThan($oldVer, $versionCheck)) {
+			$updateDB = true;
+			$oldVer = $versionCheck;
+		}
+		// End Upgrade check start for version above
 		if ($updateDB == true) {
 			//return 'Upgraded Needed - Current Version '.$oldVer.' - New Version: '.$versionCheck;
 			// Upgrade database to latest version

+ 7 - 0
js/version.json

@@ -96,5 +96,12 @@
     "new": "Google 2FA - More services to come",
     "fixed": "Small Chat dupe bug",
     "notes": "More small fixes"
+  },
+  "2.0.0-beta.800": {
+    "date": "2018-10-25 22:40",
+    "title": "Closer to v2.0",
+    "new": "rTorrent HP Support|Plex OAuth|Tautulli SSO using Plex OAuth|Import Plex Users|Combined Downloaders on HP|Account Area Active Token Section|Alphanumberic tab icons|Debug Area WIP|Remember me length setting|Disable ping sound",
+    "fixed": "NZBGet file size bug|Password Save bug|Auth issue if DB has wrong permissions|Ombi TV show issue|Scrollbars on FF|Token revoke on logout|BTC address|Homepage and Settings tab type non-change fix|Tab settings not reset (#942)|SSO code position (#946)|Gravatar email change fix (#951)",
+    "notes": "Added plex token to db for plex users|Added SSL option to chat|Added Bazzrr logo|Disable username and email change if 2FA enabled|Misc UI changes"
   }
 }