Skip to content

Commit

Permalink
New supported IDE version range: 2023.2.8 - 2024.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Sep 17, 2024
1 parent 348fe56 commit d414cb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [1.66.0]
### Changed
- New supported IDE version range: 2023.2.8 - 2024.3-EAP
- New supported IDE version range: 2023.2.8 - 2024.2.0.2
- Added code documentation to a handful of Kotlin step definitions related classes.

## [1.65.0]
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ pluginVersion = 1.66.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232.10335.12
pluginUntilBuild = 243.*
# 2024.2.0.2
pluginUntilBuild = 242.20224.419

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]]></description>
<vendor url="https://github.com/witspirit" email="[email protected]">Bert Van Vlerken, Victor Rosenberg</vendor>

<idea-version since-build="231.9414.13" until-build="242.*"/>
<idea-version since-build="231.9414.13" until-build="242.20224.419"/>

<depends>com.intellij.modules.java</depends>
<depends optional="true" config-file="kotlin-config.xml">org.jetbrains.kotlin</depends>
Expand Down

0 comments on commit d414cb4

Please sign in to comment.