浏览代码

version 2.1.308

CauseFX 5 年之前
父节点
当前提交
847778a34a
共有 2 个文件被更改,包括 9 次插入2 次删除
  1. 2 2
      api/classes/organizr.class.php
  2. 7 0
      js/version.json

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

@@ -60,10 +60,10 @@ class Organizr
 	
 	// ===================================
 	// Organizr Version
-	public $version = '2.1.306';
+	public $version = '2.1.308';
 	// ===================================
 	// Quick php Version check
-	public $minimumPHP = '7.2';
+	public $minimumPHP = '7.3';
 	// ===================================
 	protected $db;
 	protected $otherDb;

+ 7 - 0
js/version.json

@@ -362,5 +362,12 @@
     "new": "petio SSO|sabnzbd socks component|nzbget socks component|exclude to search and recent plex items (#1540)|komga image (#1590)|change homepage settings to individual settingsArray|preview to bookmark tab|traefik domain override|new radarr 4k icon (#1629)|Ignore splash page if organizr accessed alongside tab hash (#1627)|code to remove jellyfin localStorage item after logout (#1609)|replace_first function|new api endpoint for multiple instances|note about socks multiple api endpoint",
     "fixed": "socks fixes (#1520)|socks case insensitive on string pos (#1520)|make message clear on socks info box|rewrite socks route endpoint function to be only one wildcard endpoint|NZBGet socks fixes|revamp dependencies page|fix Monitorr image paths not working (#1612)|Jellyfin API for SSO (#1609)|increase socks timeout|allow correct group to view bookmarks (#1632)|modal width on small screens|Transmission Connection Failure when using special characters in password|EOF Line change|Petio SSO fallback|backers css to smaller avatar|add param to settingsArray to only include homepage info and not settings|add missing class on close tab|height view|clean request header fo non breakable space|allow empty password for deluge|missing lang span on ombi request",
     "notes": "updated guzzle framework|RSScrawler renamed to FeedCrawler"
+  },
+  "2.1.308": {
+    "date": "2021-05-03 04:10",
+    "title": "PHP MINIMUM VERSION CHANGE",
+    "new": "",
+    "fixed": "",
+    "notes": "This version and version 2.1.306 need minimum php version 7.3.0"
   }
 }