We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3effa06 commit 6f0a761Copy full SHA for 6f0a761
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.1.2
2
+* Dropped support for IntelliJ versions < 2023
3
+
4
## 1.1.1
5
* Shortened plugin name - new name: "Save Actions X"
6
* Updated assets
src/main/resources/META-INF/plugin.xml
@@ -19,7 +19,7 @@
19
</change-notes>
20
21
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -->
22
- <idea-version since-build="223"/>
+ <idea-version since-build="231"/>
23
24
<!-- Other product support activated in plugin page during upload at https://plugins.jetbrains.com -->
25
<depends optional="true" config-file="plugin-java.xml">com.intellij.modules.java</depends>
0 commit comments