Skip to content

Commit 6f0a761

Browse files
committed
Dropped support for IntelliJ versions < 2023
Fixes #82
1 parent 3effa06 commit 6f0a761

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.2
2+
* Dropped support for IntelliJ versions < 2023
3+
14
## 1.1.1
25
* Shortened plugin name - new name: "Save Actions X"
36
* Updated assets

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="223"/>
22+
<idea-version since-build="231"/>
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)