Browse Source

Fix edit tab name if exists

causefx 7 years ago
parent
commit
030ba23687
2 changed files with 9 additions and 2 deletions
  1. 1 1
      api/functions/static-globals.php
  2. 8 1
      js/version.json

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

@@ -1,7 +1,7 @@
 <?php
 // ===================================
 // Organizr Version
-$GLOBALS['installedVersion'] = '2.0.0-beta.960';
+$GLOBALS['installedVersion'] = '2.0.0-beta.980';
 // ===================================
 // Quick php Version check
 $GLOBALS['minimumPHP'] = '7.0.0';

+ 8 - 1
js/version.json

@@ -113,9 +113,16 @@
   },
   "2.0.0-beta.960": {
     "date": "2019-01-27 00:20",
-    "title": "Some fixes before v.20",
+    "title": "Some fixes before v2.0",
     "new": "Update page includes links to GH issues|Cleaner Login|Default to Plex Auth if enabled on login screen",
     "fixed": "Fix Plex oAuth remains enabled when switching back to Organizr DB only (#1046)|Fix Ombi if no TV Requests again|2FA box includes login button now",
     "notes": "Hoping for a smooth release of 2.0 this coming week"
+  },
+  "2.0.0-beta.980": {
+    "date": "2018-09-02 15:30",
+    "title": "Little things here and there",
+    "new": "Add new pathsWritable function for multiple paths|Added global variable for main path and api path|Added update check for folder permissions|Added login with plex email and plex username for oauth|Added option for Ombi Homepage pulls Ombi Username instead of alias (#1052)|Added error catching on json parse for ajax calls|Add Pi-Hole image (#1060)|Added DB Path to folder check|Disable update and download if using docker container|Added Close Tab to Alt + Click|Disable branch change for docker users",
+    "fixed": "Fix update button on message not working if not on settings page (#1050)|Fix js reload button on new tab creation|Finally fix ombi limit to user|Fix tab edit/create when using same tab name already in use (#1066)|Embi local API requires exact case for username (#1061)|Fix edit tab name if exists",
+    "notes": "Remove constant welcome message - Added welcome message only on login|Clean up org errors a little bit"
   }
 }