Browse Source

Update `platformVersion` to `2025.1.6`

Change since build to `251` (2025.1)
pull/551/head
Jakub Chrzanowski 2 months ago
parent
commit
09bc34b776
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
  1. 4
      .github/template-cleanup/gradle.properties
  2. 5
      CHANGELOG.md
  3. 4
      gradle.properties

4
.github/template-cleanup/gradle.properties

@ -7,11 +7,11 @@ pluginRepositoryUrl = https://github.com/%REPOSITORY% @@ -7,11 +7,11 @@ pluginRepositoryUrl = https://github.com/%REPOSITORY%
pluginVersion = 0.0.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
pluginSinceBuild = 251
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
platformVersion = 2024.3.6
platformVersion = 2025.1.6
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP

5
CHANGELOG.md

@ -4,6 +4,11 @@ @@ -4,6 +4,11 @@
## [Unreleased]
### Changed
- Update `platformVersion` to `2025.1.6`
- Change since build to `251` (2025.1)
## [2.3.1] - 2025-08-09
### Added

4
gradle.properties

@ -7,11 +7,11 @@ pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-temp @@ -7,11 +7,11 @@ pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-temp
pluginVersion = 2.3.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
pluginSinceBuild = 251
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
platformVersion = 2024.3.6
platformVersion = 2025.1.6
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP

Loading…
Cancel
Save