Skip to content

Commit

Permalink
version 2.1.1810
Browse files Browse the repository at this point in the history
  • Loading branch information
causefx committed Apr 10, 2022
1 parent a42ed9f commit b225527
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/classes/organizr.class.php
Expand Up @@ -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';
Expand Down
7 changes: 7 additions & 0 deletions js/version.json
Expand Up @@ -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"
}
}

0 comments on commit b225527

Please sign in to comment.