From 9a5756ba4e194d1d1e08d564fbfa371147139c10 Mon Sep 17 00:00:00 2001 From: Luffy <52o@qq52o.cn> Date: Thu, 21 Nov 2024 13:07:59 +0800 Subject: [PATCH] Update aliyun-oss-wordpress.php --- aliyun-oss-wordpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliyun-oss-wordpress.php b/aliyun-oss-wordpress.php index a093c7b..37ccfeb 100644 --- a/aliyun-oss-wordpress.php +++ b/aliyun-oss-wordpress.php @@ -19,7 +19,7 @@ use OSS\Credentials\CredentialsProvider; use AlibabaCloud\Credentials\Credential; use OSS\Credentials\StaticCredentialsProvider; -define('OSS_VERSION', '1.4.18'); +define('OSS_VERSION', '1.4.19'); define('OSS_BASEFOLDER', plugin_basename(dirname(__FILE__))); if (!function_exists('get_home_path')) {