Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Mar 31, 2019
1 parent 397ddc1 commit 1c4694b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.nextras.orm.intellij'
version '0.4.6'
version '0.5.0'

repositories {
mavenCentral()
Expand Down
7 changes: 6 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<idea-plugin>
<id>org.nextras.orm.intellij</id>
<name>Nextras Orm</name>
<version>0.4.6</version>
<version>0.5.0</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.5.0</p>
<ul>
<li>fixed compatibility with IDEs 2019.1+</li>
<li>internal changes</li>
</ul>
<p>0.4.6</p>
<ul>
<li>fixed highlighting of closing modifier bracket</li>
Expand Down

0 comments on commit 1c4694b

Please sign in to comment.