Skip to content

Commit b1d9929

Browse files
committed
Drop support for < 232
1 parent 471997a commit b1d9929

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 1.2.1
22
* Fixed ``ToggleAnAction must override getActionUpdateThread`` warning inside IntelliJ 2024+
3+
* Dropped support for IntelliJ versions < 2023.2
34

45
## 1.2.0
56
* Run GlobalProcessors (e.g. Reformat) last so that code is formatted correctly #90

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</change-notes>
2020

2121
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -->
22-
<idea-version since-build="231"/>
22+
<idea-version since-build="232"/>
2323

2424
<!-- Other product support activated in plugin page during upload at https://plugins.jetbrains.com -->
2525
<depends optional="true" config-file="plugin-java.xml">com.intellij.modules.java</depends>

0 commit comments

Comments
 (0)