Skip to content

Commit

Permalink
Bump minimum version platform version from 131 to 181 - xref #69
Browse files Browse the repository at this point in the history
  • Loading branch information
ashald committed Nov 28, 2018
1 parent 9beb97a commit 4f87f35
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,52 +37,22 @@
]]></description>

<change-notes><![CDATA[
<a href="https://github.com/Ashald/EnvFile/tree/v3.0.1"><b>v3.0.1</b></a> (2018-10-15)
<br/>
<br/>
<b>Fixed</b>:
<ul>
<li>Fix language support announcement</li>
</ul>
<br/>
<br/>
<a href="https://github.com/Ashald/EnvFile/tree/v3.0.0"><b>v3.0.0</b></a> (2018-10-11)
<a href="https://github.com/Ashald/EnvFile/tree/v3.1.0"><b>v3.1.0</b></a> (2018-11-28)
<br/>
<br/>
<b>Added</b>:
<ul>
<li>Integration with Goland</li>
<li>Announce support for `.env` file extension</li>
<li>Run Configuration defined environment variables are now displayed in EnvFile tab as individual entry</li>
<li>Optional environment variable substitution</li>
</ul>
<br/>
<br/>
<b>Fixed</b>:
<ul>
<li>Unicode sequence handling in .env files</li>
<li>Backslash being removed from values in .env files</li>
<li>White text on white background when Light theme is used</li>
</ul>
<br/>
<br/>
<b>Changed</b>:
<ul>
<li>Core API extension "envfileParser" replaced with "envFileProvider"</li>
<li>Shorten path to relative for files within project dir</li>
<li>EnvFile can substitute Jet Brains path macro references</li>
<li>Add an option to ignore missing files</li>
</ul>
<br/>
<br/>
]]>
</change-notes>

<idea-version since-build="131"/>
<idea-version since-build="181"/>

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

Expand Down

0 comments on commit 4f87f35

Please sign in to comment.