Skip to content

Commit 309ac59

Browse files
committed
version 0.4.0
1 parent ea65014 commit 309ac59

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

META-INF/plugin.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
<idea-plugin version="2">
22
<name>Nette framework helpers</name>
33
<description>Nette development with pleasure</description>
4-
<version>0.3.1</version>
4+
<version>0.4.0</version>
55
<vendor>juzna.cz</vendor>
66
<change-notes><![CDATA[
7+
<h2>0.4.0</h2>
8+
<ul>
9+
<li>Fixed deadlocks</li>
10+
<li>Added support for dash separated subcomponents in getComponent or array access + components refactoring</li>
11+
</ul>
712
<h2>0.3.1</h2>
813
<ul>
914
<li>Fixed StringIndexOutOfBoundsException exception in ClassFinder</li>
@@ -37,7 +42,7 @@
3742
]]>
3843
</change-notes>
3944

40-
<idea-version since-build="130.1"/>
45+
<idea-version since-build="139.0"/>
4146
<depends>com.intellij.modules.lang</depends>
4247
<depends>com.jetbrains.php</depends>
4348

0 commit comments

Comments
 (0)