Ver Fonte

version 2.1.2380

CauseFX há 3 anos atrás
pai
commit
393c486e42
2 ficheiros alterados com 24 adições e 17 exclusões
  1. 17 17
      api/classes/organizr.class.php
  2. 7 0
      js/version.json

+ 17 - 17
api/classes/organizr.class.php

@@ -67,7 +67,7 @@ class Organizr
 
 	// ===================================
 	// Organizr Version
-	public $version = '2.1.2370';
+	public $version = '2.1.2380';
 	// ===================================
 	// Quick php Version check
 	public $minimumPHP = '7.4';
@@ -1601,22 +1601,22 @@ class Organizr
 			}
 		}
 		$guest = $guest ?? array(
-				"token" => null,
-				"tokenDate" => null,
-				"tokenExpire" => null,
-				"username" => "Guest",
-				"uid" => $this->guestHash(0, 5),
-				"group" => $this->getGuest()['group'],
-				"groupID" => $this->getGuest()['group_id'],
-				"email" => null,
-				//"groupImage"=>getGuest()['image'],
-				"image" => $this->getGuest()['image'],
-				"userID" => null,
-				"loggedin" => false,
-				"locked" => false,
-				"tokenList" => null,
-				"authService" => null
-			);
+			"token" => null,
+			"tokenDate" => null,
+			"tokenExpire" => null,
+			"username" => "Guest",
+			"uid" => $this->guestHash(0, 5),
+			"group" => $this->getGuest()['group'],
+			"groupID" => $this->getGuest()['group_id'],
+			"email" => null,
+			//"groupImage"=>getGuest()['image'],
+			"image" => $this->getGuest()['image'],
+			"userID" => null,
+			"loggedin" => false,
+			"locked" => false,
+			"tokenList" => null,
+			"authService" => null
+		);
 		return $guest;
 	}
 

+ 7 - 0
js/version.json

@@ -600,5 +600,12 @@
     "new": "added button to open current Organizr tab in new browser tab|added context to mailer error|added custom backup location FR#160|added Duplicati tab icon|added new device emails to login|added new functions getSSOList getSSOEnabledCount getSSOTimeout|added new timeouts for sso item based of sso items enabled|added shuckStop plugin|added zwavejs image|change to address to bcc",
     "fixed": "add blackhole downloads and fix order|fix cert issue on trakt oauth (#1872)|fixed anchor in url (#1858)|fixed Jackett is freezing in UI on API 500 Error (#1869)|fix order|fix tautulli api parse error (#1860)",
     "notes": "Adguard Home|adguard home|Better Kavita.png so the icon is now the same size as other tabs|change relative path to use root path|change syling to adguard|Issue 1866 - Open in new browser tab|pihole refresh -\u003E adguard refresh|prowlarr|Prowlarr homepage|prowlarr homepage item|remove blackhole option|remove unneeded cases|remove unneeded text change|sometimes chmod sees double|update api.json|update api.json to reflect shucks plugin|updated gitignore to included shucktop plugin|Updated the following languages: [Catalan] [Dutch] [Polish]|Update Kavita.png|update linux script to check and set permissions"
+  },
+  "2.1.2380": {
+    "date": "2022-12-29 20:13",
+    "title": "PHP8 error temp fix",
+    "new": "added debug info to exception for email test",
+    "fixed": "fixed tab names not encoding correctly (#1885)|fix github backer issue|fix userDefinedIdReplacementLink if string is blank",
+    "notes": "only errors logged|random commit for json file to test|random pest test class"
   }
 }