diff --git a/aliyun-oss-wordpress.php b/aliyun-oss-wordpress.php
index dead106..aca63b2 100644
--- a/aliyun-oss-wordpress.php
+++ b/aliyun-oss-wordpress.php
@@ -3,7 +3,7 @@
Plugin Name: OSS Aliyun
Plugin URI: https://github.com/sy-records/aliyun-oss-wordpress
Description: 使用阿里云对象存储 OSS 作为附件存储空间。(This is a plugin that uses Aliyun Object Storage Service for attachments remote saving.)
-Version: 1.3.1
+Version: 1.3.2
Author: 沈唁
Author URI: https://qq52o.me
License: Apache 2.0
@@ -17,7 +17,7 @@ require_once 'sdk/vendor/autoload.php';
use OSS\OssClient;
use OSS\Core\OssException;
-define('OSS_VERSION', '1.3.1');
+define('OSS_VERSION', '1.3.2');
define('OSS_BASEFOLDER', plugin_basename(dirname(__FILE__)));
if (!function_exists('get_home_path')) {
@@ -565,6 +565,8 @@ function oss_setting_page()
+
+
@@ -585,7 +587,7 @@ function oss_setting_page()
-
+
diff --git a/readme.txt b/readme.txt
index ed69163..de75ff5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,9 +3,9 @@ Contributors: shenyanzhi
Donate link: https://qq52o.me/sponsor.html
Tags: oss, 阿里云, 对象存储, aliyun
Requires at least: 4.2
-Tested up to: 5.9
+Tested up to: 6.2
Requires PHP: 5.6.0
-Stable tag: 1.3.1
+Stable tag: 1.3.2
License: Apache 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0.html
@@ -72,6 +72,9 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html
== Changelog ==
+= 1.3.2 =
+* 添加地域
+
= 1.3.1 =
* 优化代码