Jelajahi Sumber

version 2.1.1830

CauseFX 4 tahun lalu
induk
melakukan
6fb05e1bca
2 mengubah file dengan 8 tambahan dan 1 penghapusan
  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.1810';
+	public $version = '2.1.1830';
 	// ===================================
 	// Quick php Version check
 	public $minimumPHP = '7.3';

+ 7 - 0
js/version.json

@@ -544,5 +544,12 @@
     "new": "added id to logging for tab actions",
     "fixed": "",
     "notes": "sanitized username for logging functions"
+  },
+  "2.1.1830": {
+    "date": "2022-04-12 23:35",
+    "title": "Fixed Default Tab Loader",
+    "new": "added check to see if username was blank before strtolower function called|added function printWarningsAndErrors for dev purposes|added php error message names to error handler|added sanitize tab name on added and edit|added sanitize to tabs, categories, users and bookmarks|added sanitize to uploaded image names|added sanitizeUserString and sanitizeEmail functions",
+    "fixed": "fixed loading tab if no default is selected",
+    "notes": "changed error_handler for organizr class to setAPIErrorResponse|changed the api response of warning and errors to admin and co-admin only|removed svg files from approved image lists|replaced FILTER_SANITIZE_STRING as it was being deprecated in php 8.1|tweak organizr error handler|updated cron file to include user plugins for advance cron jobs|updated dibi/dibi to 4.2.6"
   }
 }