Skip to content

Commit

Permalink
0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adelf committed Aug 24, 2018
1 parent 52980f3 commit b83791c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<idea-plugin>
<id>ru.adelf.idea.dotenv</id>
<name>.env files support</name>
<version>0.6</version>
<version>0.7</version>
<vendor email="[email protected]" url="http://adelf.ru">Adel Fayzrakhmanov</vendor>

<description><![CDATA[
<a href="https://plugins.jetbrains.com/plugin/9525--env-files-support">Homepage</a> | <a href="https://github.com/adelf/idea-php-dotenv-plugin/">Github</a> | <a href="https://github.com/adelf/idea-php-dotenv-plugin/issues">Issues</a>.<br />
<br/>
Features
<ul>
<li>Environment variables completion for PHP, JavaScript, Python and Ruby languages</li>
<li>Environment variables completion for PHP, JavaScript, Python, Go and Ruby languages</li>
<li>Dockerfile and docker-compose.yml files support.</li>
<li>Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.)</li>
<li>.env file commenter</li>
</ul>
]]></description>

<change-notes><![CDATA[
0.6
0.7
<ul>
<li>JavaScript support</li>
<li>Duplicate keys inspection</li>
<li>Small fixes</li>
<li>.env syntax highlighting</li>
<li>Go support</li>
<li>.env.* files support</li>
<li>Javascript indexing optimization(remove /node_modules from index)</li>
</ul>
]]></change-notes>

Expand Down

0 comments on commit b83791c

Please sign in to comment.