Skip to content

Commit 626c20b

Browse files
committed
Drop support for build 212 and below
1 parent ff427d7 commit 626c20b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### Added
55
- Detail plugin settings that let you disable parameter hints selectively
66

7+
### Changed
8+
- Drop support for build 212 and below due to changes in the plugin
9+
710
## [0.1.4] - 2022-07-20
811
### Changed
912
- Lower minimal build requirement to 2021.2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginVersion = 0.2.0
44

55
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
66
# for insight into build numbers and IntelliJ Platform versions.
7-
pluginSinceBuild = 212
7+
pluginSinceBuild = 213
88
pluginUntilBuild = 222.*
99

1010
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties

0 commit comments

Comments
 (0)