File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 1.2.1
2
2
* Fixed `` ToggleAnAction must override getActionUpdateThread `` warning inside IntelliJ 2024+
3
+ * Dropped support for IntelliJ versions < 2023.2
3
4
4
5
## 1.2.0
5
6
* Run GlobalProcessors (e.g. Reformat) last so that code is formatted correctly #90
Original file line number Diff line number Diff line change 19
19
</change-notes >
20
20
21
21
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -->
22
- <idea-version since-build =" 231 " />
22
+ <idea-version since-build =" 232 " />
23
23
24
24
<!-- Other product support activated in plugin page during upload at https://plugins.jetbrains.com -->
25
25
<depends optional =" true" config-file =" plugin-java.xml" >com.intellij.modules.java</depends >
You can’t perform that action at this time.
0 commit comments