From d54a98b9e8859c3eba7ed47a284cf5f0699837a5 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 1 Mar 2023 11:24:21 +0800 Subject: [PATCH] chore: release 1.3.0 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 发布 1.3.0。 注意,此版本因为获取用户数据接口的结构改动,会是一个破坏性更新: 1. Halo 2.3.0 以下的版本只能用 1.2.0 以下版本的插件。 2. Halo 2.3.0 及以上的版本需要使用 1.3.0 以上版本的插件。 ```release-note None ``` --- gradle.properties | 2 +- src/main/resources/plugin.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index de0a0df..fe820f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.2.0-SNAPSHOT +version=1.3.0-SNAPSHOT diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 6e45f68..b909e06 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -4,8 +4,8 @@ metadata: name: PluginCommentWidget spec: enabled: true - version: "1.2.0" - requires: ">=2.2.0" + version: "1.3.0" + requires: ">=2.3.0" author: name: Halo OSS Team website: https://github.com/halo-dev