Skip to content

Commit

Permalink
META-INF: version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jun 26, 2017
1 parent 70f561b commit f571034
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
<idea-plugin version="2">
<id>org.nextras.orm.intellij</id>
<name>Nextras Orm Plugin</name>
<version>0.2</version>
<version>0.3</version>
<vendor email="[email protected]" url="http://www.nextras.org">Nextras</vendor>

<description><![CDATA[
Provides support for <a href="https://github.com/nextras/orm/">Nextras ORM</a> &ndash; an ORM library for PHP.
]]></description>

<change-notes><![CDATA[
<p>0.3.0</p>
<ul>
<li>field name completion in setValue/setReadOnlyValue</li>
<li>references from setValue/setReadOnlyValue to field on an entity (goto, refactoring)</li>
<li>@propety-read inspection with quick fix</li>
<li>whole setReadOnlyValue expression completion</li>
</ul>
<p>0.2.0</p>
<ul>
<li>basic support for modifiers highlighting</li>
Expand Down

0 comments on commit f571034

Please sign in to comment.