Ver Fonte

Fix Clicking on iCal Calendar Item Locks Up GUI (#1092)

causefx há 7 anos atrás
pai
commit
f0d57a8358
2 ficheiros alterados com 9 adições e 1 exclusões
  1. 1 1
      api/functions/static-globals.php
  2. 8 0
      js/version.json

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

@@ -1,7 +1,7 @@
 <?php
 // ===================================
 // Organizr Version
-$GLOBALS['installedVersion'] = '2.0.0';
+$GLOBALS['installedVersion'] = '2.0.20';
 // ===================================
 // Quick php Version check
 $GLOBALS['minimumPHP'] = '7.1.3';

+ 8 - 0
js/version.json

@@ -138,5 +138,13 @@
     "new": "",
     "fixed": "",
     "notes": "Please report bugs in GitHub issues page"
+  },
+  ,
+  "2.0.20": {
+    "date": "2019-03-04 23:00",
+    "title": "Security Fixes",
+    "new": "",
+    "fixed": "Security issue around CRFS and file upload and delete (#1086)|Clicking on iCal Calendar Item Locks Up GUI (#1092)|Custom js and css ace boxes not encoding correctly|Possibility for co-admin to become admin|Branch being disabled",
+    "notes": "Please report bugs in GitHub issues page"
   }
 }