File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.4.0] - 2025-01-20
8
+
9
+ - Add support for IDEs 2025.1
10
+
7
11
## [ 2.3.0] - 2024-12-20
8
12
9
13
- Add the "Ignore this violation" button for violation card of SCA
135
139
136
140
The first public release of the plugin.
137
141
142
+ [ 2.4.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.4.0
143
+
138
144
[ 2.3.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.3.0
139
145
140
146
[ 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.
189
195
190
196
[ 1.0.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0
191
197
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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.cycode.plugin
4
4
pluginName = Cycode
5
5
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 2.3 .0
7
+ pluginVersion = 2.4 .0
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 231
11
- pluginUntilBuild = 243 .*
11
+ pluginUntilBuild = 251 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = IC
You can’t perform that action at this time.
0 commit comments