mirror of https://github.com/halo-dev/halo
chore: update preset plugins (#4159)
#### What type of PR is this? /area plugin /area core /milestone 2.7.x #### What this PR does / why we need it: Update preset plugins version #### Does this PR introduce a user-facing change? ```release-note None ```pull/4158/head^2
parent
4685bf4052
commit
668018e6a0
|
@ -76,8 +76,8 @@ tasks.register('downloadPluginPresets', Download) {
|
||||||
delete 'src/main/resources/presets/plugins'
|
delete 'src/main/resources/presets/plugins'
|
||||||
}
|
}
|
||||||
src([
|
src([
|
||||||
'https://github.com/halo-sigs/plugin-comment-widget/releases/download/v1.5.0/plugin-comment-widget-1.5.0.jar',
|
'https://github.com/halo-sigs/plugin-comment-widget/releases/download/v1.6.1/plugin-comment-widget-1.6.1.jar',
|
||||||
'https://github.com/halo-sigs/plugin-search-widget/releases/download/v1.0.0/plugin-search-widget-1.0.0.jar',
|
'https://github.com/halo-sigs/plugin-search-widget/releases/download/v1.1.0/plugin-search-widget-1.1.0.jar',
|
||||||
'https://github.com/halo-sigs/plugin-sitemap/releases/download/v1.0.2/plugin-sitemap-1.0.2.jar',
|
'https://github.com/halo-sigs/plugin-sitemap/releases/download/v1.0.2/plugin-sitemap-1.0.2.jar',
|
||||||
'https://github.com/halo-sigs/plugin-feed/releases/download/v1.1.1/plugin-feed-1.1.1.jar'
|
'https://github.com/halo-sigs/plugin-feed/releases/download/v1.1.1/plugin-feed-1.1.1.jar'
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue