Skip to content

Commit

Permalink
Removed upper Intellij version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 22, 2024
1 parent 6ddafac commit f8a8628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# intellij-kdl Changelog

## [Unreleased]
### Changed
- Removed upper Intellij version restriction

## [2.0.0]
### Added
- 2023.1 and 2023.2 compatibility
### Added
- 2023.1 and 2023.2 compatibility
- Minimal required version is now 2022.3

## [1.0.1]
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ tasks {
patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
untilBuild.set(properties("pluginUntilBuild"))

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription.set(
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pluginName=intellij-kdl
pluginVersion=2.0.0

pluginSinceBuild=223
pluginUntilBuild=232.*

platformType=IC
platformVersion=2022.3
Expand Down

0 comments on commit f8a8628

Please sign in to comment.