File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
exclude group : ' org.apache.commons' , module : ' commons-lang3'
22
22
}
23
23
24
- implementation platform(' run.halo.tools.platform:plugin:2.9 .0-SNAPSHOT' )
24
+ implementation platform(' run.halo.tools.platform:plugin:2.10 .0-SNAPSHOT' )
25
25
compileOnly ' run.halo.app:api'
26
26
27
27
testImplementation ' run.halo.app:api'
Original file line number Diff line number Diff line change 1
1
package run .halo .feed ;
2
2
3
- import org .pf4j .PluginWrapper ;
4
3
import org .springframework .stereotype .Component ;
5
4
import run .halo .app .plugin .BasePlugin ;
5
+ import run .halo .app .plugin .PluginContext ;
6
6
7
7
@ Component
8
8
public class FeedPlugin extends BasePlugin {
9
9
10
- public FeedPlugin (PluginWrapper wrapper ) {
11
- super (wrapper );
10
+ public FeedPlugin (PluginContext pluginContext ) {
11
+ super (pluginContext );
12
12
}
13
13
14
14
@ Override
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
9
9
spec :
10
10
enabled : true
11
11
version : 1.1.1
12
- requires : " >=2.7 .0"
12
+ requires : " >=2.10 .0"
13
13
author :
14
14
name : Halo
15
15
website : https://github.com/halo-dev
You can’t perform that action at this time.
0 commit comments