Skip to content

Commit

Permalink
Update version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Aug 27, 2023
1 parent b1f9fb8 commit 81a60e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: COS, 腾讯云, 对象存储, Tencent, Qcloud
Requires at least: 4.2
Tested up to: 6.3
Requires PHP: 7.0.0
Stable tag: 2.2.2
Stable tag: 2.2.3
License: Apache 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0.html

Expand Down Expand Up @@ -96,9 +96,8 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html
== Changelog ==

= Stable =
* 支持文件预览
* 增加数据监控:存储用量、对象数量、请求数、流量等
* 使用远程配置覆盖本地配置
* 重命名插件 GitHub 存储库名称
* 增加一级导航

= Other =

Expand Down
4 changes: 2 additions & 2 deletions sync-qcloud-cos.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Sync QCloud COS
Plugin URI: https://qq52o.me/2518.html
Description: 使用腾讯云对象存储服务 COS 作为附件存储空间。(This is a plugin that uses Tencent Cloud Cloud Object Storage for attachments remote saving.)
Version: 2.2.2
Version: 2.2.3
Author: 沈唁
Author URI: https://qq52o.me
License: Apache 2.0
Expand All @@ -23,7 +23,7 @@
use SyncQcloudCos\Monitor\DataPoints;
use SyncQcloudCos\Monitor\Charts;

define('COS_VERSION', '2.2.2');
define('COS_VERSION', '2.2.3');
define('COS_PLUGIN_SLUG', 'sync-qcloud-cos');
define('COS_PLUGIN_PAGE', plugin_basename(dirname(__FILE__)) . '%2F' . basename(__FILE__));

Expand Down

0 comments on commit 81a60e6

Please sign in to comment.