Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Feb 14, 2016
1 parent ea65014 commit 309ac59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<idea-plugin version="2">
<name>Nette framework helpers</name>
<description>Nette development with pleasure</description>
<version>0.3.1</version>
<version>0.4.0</version>
<vendor>juzna.cz</vendor>
<change-notes><![CDATA[
<h2>0.4.0</h2>
<ul>
<li>Fixed deadlocks</li>
<li>Added support for dash separated subcomponents in getComponent or array access + components refactoring</li>
</ul>
<h2>0.3.1</h2>
<ul>
<li>Fixed StringIndexOutOfBoundsException exception in ClassFinder</li>
Expand Down Expand Up @@ -37,7 +42,7 @@
]]>
</change-notes>

<idea-version since-build="130.1"/>
<idea-version since-build="139.0"/>
<depends>com.intellij.modules.lang</depends>
<depends>com.jetbrains.php</depends>

Expand Down

0 comments on commit 309ac59

Please sign in to comment.