Skip to content

Commit

Permalink
drop support of 2020.x versions, because ExecutorRegistryImpl.RunnerH…
Browse files Browse the repository at this point in the history
…elper appeared only in 2021.1
  • Loading branch information
turbanoff committed May 24, 2023
1 parent 820f387 commit 55c004b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Plugins for Jetbrains IDEs. It's provides a way to use run configurations as buttons on toolbar. Or assign shortcuts to execute specific run configuration.

Plugin is compatible with all major IDEs based on IntelliJ Platform starting from version 2020.1:
Plugin is compatible with all major IDEs based on IntelliJ Platform starting from version 2021.1:
* IntelliJ IDEA
* Android Studio
* PhpStorm
Expand Down
8 changes: 6 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>org.turbanov.run.configuration.as.action</id>
<name>Run Configuration as Action</name>
<version>1.5</version>
<version>1.5.1</version>
<vendor email="[email protected]" url="https://github.com/turbanoff/RunConfigurationAsAction">Turbanov Andrey</vendor>

<description><![CDATA[
Expand All @@ -11,6 +11,10 @@ Also, it allows to create button in toolbar to run specific configuration.<br>
]]></description>

<change-notes><![CDATA[
<h3>1.5.1</h3>
<ul>
<li>Drop support of 2020. Now only 2021+ is supported</li>
</ul>
<h3>1.5</h3>
<ul>
<li>Support Compound configuration</li>
Expand Down Expand Up @@ -64,7 +68,7 @@ Also, it allows to create button in toolbar to run specific configuration.<br>
]]>
</change-notes>

<idea-version since-build="201"/>
<idea-version since-build="211"/>

<depends>com.intellij.modules.platform</depends>

Expand Down

0 comments on commit 55c004b

Please sign in to comment.