mirror of https://github.com/halo-dev/halo
chore: bump preset plugins version (#6310)
#### What type of PR is this? /kind improvement /area core #### What this PR does / why we need it: 更新预设插件版本。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/6329/head
parent
6bc13552ee
commit
2c0f0875ed
|
@ -114,10 +114,10 @@ tasks.named('jacocoTestReport', JacocoReport) {
|
|||
}
|
||||
|
||||
ext.presetPluginUrls = [
|
||||
'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.3.1/plugin-comment-widget-2.3.1.jar' : 'plugin-comment-widget.jar',
|
||||
'https://github.com/halo-dev/plugin-search-widget/releases/download/v1.4.0/plugin-search-widget-1.4.0.jar' : 'plugin-search-widget.jar',
|
||||
'https://github.com/halo-dev/plugin-sitemap/releases/download/v1.1.1/plugin-sitemap-1.1.1.jar' : 'plugin-sitemap.jar',
|
||||
'https://github.com/halo-dev/plugin-feed/releases/download/v1.2.2/plugin-feed-1.2.2.jar' : 'plugin-feed.jar',
|
||||
'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.4.0/plugin-comment-widget-2.4.0.jar' : 'plugin-comment-widget.jar',
|
||||
'https://github.com/halo-dev/plugin-search-widget/releases/download/v1.5.0/plugin-search-widget-1.5.0.jar' : 'plugin-search-widget.jar',
|
||||
'https://github.com/halo-dev/plugin-sitemap/releases/download/v1.1.2/plugin-sitemap-1.1.2.jar' : 'plugin-sitemap.jar',
|
||||
'https://github.com/halo-dev/plugin-feed/releases/download/v1.3.0/plugin-feed-1.3.0.jar' : 'plugin-feed.jar',
|
||||
|
||||
// Currently, plugin-app-store is not open source, so we need to download it from the official website.
|
||||
// Please see https://github.com/halo-dev/plugin-app-store/issues/55
|
||||
|
|
Loading…
Reference in New Issue