Skip to content

Commit

Permalink
Update IDEA requirements to 2018.3.6 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
markiewb committed Oct 7, 2020
1 parent 0bef2ea commit b647175
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ FYI Empty run configurations are also supported by <a href="https://plugins.jetb
<img src="https://raw.githubusercontent.com/markiewb/idea-externaltools-runconfiguration-plugin/master/doc/Configuration.png"/>

<h1>Changelog</h1>
1.2:
<ul>
<li>Fixed: Update IDEA requirements to 2018.3.6 <a href="https://github.com/markiewb/idea-externaltools-runconfiguration-plugin/issues/4">#4</a></li>
</ul>

1.1:
<ul>
<li>Fixed: Run is not repeatable (Incompatibility to 2018.x) <a href="https://github.com/markiewb/idea-externaltools-runconfiguration-plugin/issues/2">#2</a></li>
Expand Down
9 changes: 4 additions & 5 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>de.markiewb.idea.externalrunconfiguration</id>
<name>Run Configuration For External Tools</name>
<version>1.1</version>
<version>1.2</version>
<vendor url="https://github.com/markiewb/idea-externaltools-runconfiguration-plugin">markiewb</vendor>

<description><![CDATA[
Expand All @@ -23,17 +23,16 @@ It solves or helps you with the issues
]]></description>

<change-notes><![CDATA[
1.1:
1.2:
<ul>
<li>Fixed: Run is not repeatable (Incompatibility to 2018.x) <a href="https://github.com/markiewb/idea-externaltools-runconfiguration-plugin/issues/2">#2</a></li>
<li>Fixed: Exceptions with IntelliJ 2020.2 <a href="https://github.com/markiewb/idea-externaltools-runconfiguration-plugin/issues/3">#3</a></li>
<li>Fixed: Update IDEA requirements to 2018.3.6 <a href="https://github.com/markiewb/idea-externaltools-runconfiguration-plugin/issues/4">#4</a></li>
</ul>
]]>
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="131.0"/>
<idea-version since-build="183.6"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit b647175

Please sign in to comment.