2 Commits

Author SHA1 Message Date
Gitea Actions
5213bd4e6e Update manifest version to 2.0.4 [▶️] 2026-01-21 23:55:09 +00:00
8ab3f57894 update debug
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 27s
2026-01-21 20:54:54 -03:00
2 changed files with 34 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "2.0.3",
"version": "2.0.4",
"author": "Ivan Carlos",
"upstream_sha": ""
}

View File

@@ -673,6 +673,8 @@ function icc_upload_and_shorten_local_file_manager($dir, $url)
}
}
}
// Recursive directory removal
function icc_rrmdir($dir)
{
@@ -715,7 +717,6 @@ function icc_upload_and_shorten_local_file_manager($dir, $url)
}
}
}
}
// Check for AWS SDK
function icc_get_aws_client($key, $secret, $region)