We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff427d7 commit 626c20bCopy full SHA for 626c20b
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@
4
### Added
5
- Detail plugin settings that let you disable parameter hints selectively
6
7
+### Changed
8
+- Drop support for build 212 and below due to changes in the plugin
9
+
10
## [0.1.4] - 2022-07-20
11
### Changed
12
- Lower minimal build requirement to 2021.2
gradle.properties
@@ -4,7 +4,7 @@ pluginVersion = 0.2.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
-pluginSinceBuild = 212
+pluginSinceBuild = 213
pluginUntilBuild = 222.*
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
0 commit comments