Skip to content

Commit 734f7ff

Browse files
authored
CM-43972 - Add support for IDEs 2025.1 (#83)
1 parent 2c96012 commit 734f7ff

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
## [2.4.0] - 2025-01-20
8+
9+
- Add support for IDEs 2025.1
10+
711
## [2.3.0] - 2024-12-20
812

913
- Add the "Ignore this violation" button for violation card of SCA
@@ -135,6 +139,8 @@
135139

136140
The first public release of the plugin.
137141

142+
[2.4.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.4.0
143+
138144
[2.3.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.3.0
139145

140146
[2.2.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.2.0
@@ -189,4 +195,4 @@ The first public release of the plugin.
189195

190196
[1.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0
191197

192-
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.3.0...HEAD
198+
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.4.0...HEAD

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.cycode.plugin
44
pluginName = Cycode
55
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.3.0
7+
pluginVersion = 2.4.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 231
11-
pluginUntilBuild = 243.*
11+
pluginUntilBuild = 251.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC

0 commit comments

Comments
 (0)