add support of sha256 for files

This commit is contained in:
luzeadev
2021-09-19 15:58:48 +02:00
parent 4e992e1562
commit fcbc2ef1a8
3 changed files with 106 additions and 60 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.31.1';
return '1.32.0';
}
require_once dirname(__FILE__).'/auths.php';