Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Aug 2, 2015
1 parent 9cad588 commit bf0cef0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<idea-plugin version="2">
<name>Nette framework helpers</name>
<description>Nette development with pleasure</description>
<version>0.2.0</version>
<version>0.3.0</version>
<vendor>juzna.cz</vendor>
<change-notes><![CDATA[
<h2>0.3.0</h2>
<ul>
<li>Added component tree popup</li>
<li>Added inspection that createComponent returns UI\Form</li>
<li>Added EventInvocationGoToDeclarationHandler [#15]</li>
<li>Added predefined Nette Code style [#20]</li>
<li>Added support for @persistent annotation (completion and inspection)</li>
<li>Fixed few issues in TypeProviders causing ide freeze</li>
</ul>
<h2>0.2.0</h2>
<ul>
<li>Components: created completion contributor for component access using ArrayAccess or getComponent method</li>
Expand Down

0 comments on commit bf0cef0

Please sign in to comment.