Skip to content

Commit

Permalink
new release with rebuild for compatibility with PhpStorm 2018.1 EAP 1…
Browse files Browse the repository at this point in the history
…81.3494.16
  • Loading branch information
hrach committed Feb 7, 2018
1 parent 679ce2c commit 1ec681d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
<idea-plugin version="2">
<idea-plugin>
<id>org.nextras.orm.intellij</id>
<name>Nextras Orm Plugin</name>
<version>0.4.3</version>
<version>0.4.4</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.4.4</p>
<ul>
<li>fixed compatibility with PhpStorm 2018.1 EAP 181.3494.16</li>
</ul>
<p>0.4.3</p>
<ul>
<li>fixes and optimization</li>
</ul>
<p>0.4.2</p>
<ul>
<li>add referece searcher</li>
<li>add reference searcher</li>
<li>add support for HasMany::get()</li>
<li>fixes, refactoring</li>
</ul>
Expand Down Expand Up @@ -48,7 +52,7 @@
</ul>
]]></change-notes>

<idea-version since-build="131"/>
<idea-version since-build="181.3494"/>

<depends>com.jetbrains.php</depends>
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 1ec681d

Please sign in to comment.