diff --git a/get.php b/get.php index 61ac0b5..ef73ae8 100644 --- a/get.php +++ b/get.php @@ -251,7 +251,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac } unset($temp, $newName); - $baseless = preg_grep('/^baseless_/i', array_keys($files)); + $baseless = preg_grep('/^baseless_|-baseless\....$/i', array_keys($files)); foreach($baseless as $val) { if(isset($files[$val])) unset($files[$val]); } diff --git a/shared/main.php b/shared/main.php index f21bbc3..6855cb4 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.15.5'; + return '1.15.6'; } require_once dirname(__FILE__).'/auths.php';