parent
eda8511bda
commit
69626aa636
|
@ -575,6 +575,11 @@ function oss_setting_post_thumbnail_style($html, $post_id, $post_image_id)
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @link https://help.aliyun.com/zh/oss/user-guide/regions-and-endpoints
|
||||||
|
* @param string $regional
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
function oss_get_regional($regional)
|
function oss_get_regional($regional)
|
||||||
{
|
{
|
||||||
$options = [
|
$options = [
|
||||||
|
|
|
@ -76,7 +76,7 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 1.4.15 =
|
= 1.4.16 =
|
||||||
|
|
||||||
- 强制 endpoint 使用 https
|
- 强制 endpoint 使用 https
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue