Browse Source

version 2.1.1810

CauseFX 4 years ago
parent
commit
b225527213
2 changed files with 8 additions and 1 deletions
  1. 1 1
      api/classes/organizr.class.php
  2. 7 0
      js/version.json

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

@@ -65,7 +65,7 @@ class Organizr
 
 	// ===================================
 	// Organizr Version
-	public $version = '2.1.1800';
+	public $version = '2.1.1810';
 	// ===================================
 	// Quick php Version check
 	public $minimumPHP = '7.3';

+ 7 - 0
js/version.json

@@ -537,5 +537,12 @@
     "new": "",
     "fixed": "fixed issue where if no default tab was set nothing would load|fixed sso bug that didnt pass user object correctly",
     "notes": "replace old setAPIResponse on some items to setResponse"
+  },
+  "2.1.1810": {
+    "date": "2022-04-10 03:19",
+    "title": "Small Update",
+    "new": "added id to logging for tab actions",
+    "fixed": "",
+    "notes": "sanitized username for logging functions"
   }
 }