From 789470f0e54f4f5023429663526b0840bd9ad4bb Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Fri, 18 May 2018 16:15:24 -0400 Subject: [PATCH] Remove MinVer & DonateImg from templates MinVer I though would be far more used, but thus far it doesn't appear to be used at all, and the donation image has been deprecated from the next release of CA --- .../include/CreateDocker.php | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/plugins/dynamix.docker.manager/include/CreateDocker.php b/plugins/dynamix.docker.manager/include/CreateDocker.php index 3e5aa2efc..3cbdd7cc8 100644 --- a/plugins/dynamix.docker.manager/include/CreateDocker.php +++ b/plugins/dynamix.docker.manager/include/CreateDocker.php @@ -181,8 +181,6 @@ function postToXML($post, $setOwnership=false) { $xml->DateInstalled = xml_encode(time()); $xml->DonateText = xml_encode($post['contDonateText']); $xml->DonateLink = xml_encode($post['contDonateLink']); - $xml->DonateImg = xml_encode($post['contDonateImg']); - $xml->MinVer = xml_encode($post['contMinVer']); // V1 compatibility $xml->Description = xml_encode($post['contOverview']); @@ -256,8 +254,6 @@ function xmlToVar($xml) { $out['PostArgs'] = xml_decode($xml->PostArgs); $out['DonateText'] = xml_decode($xml->DonateText); $out['DonateLink'] = xml_decode($xml->DonateLink); - $out['DonateImg'] = xml_decode($xml->DonateImg ?? $xml->DonateImage); // Various authors use different tags. DonateImg is the official spec - $out['MinVer'] = xml_decode($xml->MinVer); $out['Config'] = []; if (isset($xml->Config)) { foreach ($xml->Config as $config) { @@ -1305,17 +1301,6 @@ optgroup.title{background-color:#625D5D;color:#FFFFFF;text-align:center;margin-t - - Minimum unRAID version: - - - - -
-

Minimum unRAID version required to run this container. Enforced by the Apps Tab on Installation. If there is no minimum version of unRaid required to run the container, leave blank. Note that any container using 32 bit binaries should have a minimum version set to 6.4.0

-
- - Donation Text: @@ -1327,17 +1312,6 @@ optgroup.title{background-color:#625D5D;color:#FFFFFF;text-align:center;margin-t - - Donation Image: - - - - -
-

Link to the image used for Donation Links Within The Apps Tab

-
- - Donation Link: