We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e4b3b commit 62a47cdCopy full SHA for 62a47cd
META-INF/plugin.xml
@@ -1,9 +1,14 @@
1
<idea-plugin version="2">
2
<name>Nette framework helpers</name>
3
<description>Nette development with pleasure</description>
4
- <version>0.2.0</version>
+ <version>0.2.1</version>
5
<vendor>juzna.cz</vendor>
6
<change-notes><![CDATA[
7
+ <h2>0.2.1</h2>
8
+ <ul>
9
+ <li>Magic fields: completion fix</li>
10
+ <li>fixed infinite recursion in PhpIndexUtil</li>
11
+ </ul>
12
<h2>0.2.0</h2>
13
<ul>
14
<li>Components: created completion contributor for component access using ArrayAccess or getComponent method</li>
0 commit comments