Skip to content

Commit

Permalink
1.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
psliwa committed Mar 30, 2017
1 parent 8358c0c commit 35bf636
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
import de.undercouch.gradle.tasks.download.Download

group 'com.oroplatform'
version '1.0.12'
version '1.0.13'

apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Plugin for the PHPStorm that will help to increase the development speed on the
]]></description>

<change-notes><![CDATA[
<h2>1.0.13</h2>
<ul>
<li>Better autocomplete for conditions in workflows.yml</li>
<li>Support for translations autocomplete and navigation in more places</li>
<li>Support for imported files in datagrids.yml</li>
</ul>
<h2>1.0.12</h2>
<ul>
<li>Better autocomplete for actions / conditions in workflows.yml</li>
Expand Down

1 comment on commit 35bf636

@RocKordier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, THX!

Please sign in to comment.