File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
135139
136140The 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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.cycode.plugin
44pluginName = Cycode
55pluginRepositoryUrl = 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
1010pluginSinceBuild = 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
1414platformType = IC
You can’t perform that action at this time.
0 commit comments