Update version on removing descriptions in docker

pull/11/head
Squidly271 2021-05-05 16:02:36 -04:00
parent 01da1f80e4
commit e1e96f307f
3 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ b398273cf7daa62ab00d2de2336ca25f ./README.md
8e7dc33512b8a78f28d7179a972c7c34 ./images/discord-hover.svg
54e46db492ddb033dfeb2827c5efd4a8 ./images/discord-white.svg
692af549e6ebba0ffa09c512e59618cc ./include/exec.php
46a523633a4737378b64192db97fca27 ./include/helpers.php
946e0ae402b85b1aabcd5efe321b2c9e ./include/helpers.php
8f1129e0cdb994c6d1900192252433d8 ./include/paths.php
9ba7ea3ef8bad60cb8335da9c0daea4f ./javascript/libraries.js
e605780f0c220d94298c20a6914af598 ./skins/Narrow/css.php

View File

@ -210,7 +210,7 @@ function fixTemplates($template) {
if ( $template['DeprecatedMaxVer'] && version_compare($caSettings['unRaidVersion'],$template['DeprecatedMaxVer'],">") )
$template['Deprecated'] = true;
if ( version_compare($caSettings['unRaidVersion'],"6.9.2",">") ) {
if ( version_compare($caSettings['unRaidVersion'],"6.10.0-beta4",">") ) {
if ( $template['Config'] ) {
if ( $template['Config']['@attributes'] ) {
if (preg_match("/^(Container Path:|Container Port:|Container Label:|Container Variable:|Container Device:)/",$template['Config']['@attributes']['Description']) ) {