chore: bump preset plugins and theme version (#7667)

#### What type of PR is this?

/area core
/milestone 2.21.x

#### What this PR does / why we need it:

Bump all preset plugins and theme version

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/7673/head
Ryan Wang 2025-08-07 00:12:38 +08:00 committed by GitHub
parent 3a50fdc4e5
commit 9607ee4912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -137,15 +137,15 @@ tasks.named('jacocoTestReport', JacocoReport) {
} }
ext.presetPluginUrls = [ ext.presetPluginUrls = [
'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.6.0/plugin-comment-widget-2.6.0.jar' : 'plugin-comment-widget.jar', 'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.7.0/plugin-comment-widget-2.7.0.jar' : 'plugin-comment-widget.jar',
'https://github.com/halo-dev/plugin-search-widget/releases/download/v1.7.0/plugin-search-widget-1.7.0.jar' : 'plugin-search-widget.jar', 'https://github.com/halo-dev/plugin-search-widget/releases/download/v1.7.0/plugin-search-widget-1.7.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-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.4.4/plugin-feed-1.4.4.jar' : 'plugin-feed.jar', 'https://github.com/halo-dev/plugin-feed/releases/download/v1.5.0/plugin-feed-1.5.0.jar' : 'plugin-feed.jar',
// Currently, plugin-app-store is not open source, so we need to download it from the official website. // 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 // Please see https://github.com/halo-dev/plugin-app-store/issues/55
// https://www.halo.run/store/apps/app-VYJbF // https://www.halo.run/store/apps/app-VYJbF
'https://www.halo.run/store/apps/app-VYJbF/releases/download/app-release-qezbvug5/assets/app-release-qezbvug5-x2k80zng': 'appstore.jar', 'https://www.halo.run/store/apps/app-VYJbF/releases/download/app-release-uadbam6p/assets/app-release-uadbam6p-kwbir0ge': 'appstore.jar',
] ]
tasks.register('downloadPluginPresets', Download) { tasks.register('downloadPluginPresets', Download) {