Skip to content

Commit

Permalink
1.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
psliwa committed Mar 17, 2017
1 parent 37260c8 commit 326e52d
Show file tree
Hide file tree
Showing 2 changed files with 7 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.10'
version '1.0.11'

apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'
Expand Down
6 changes: 6 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,12 @@ Plugin for the PHPStorm that will help to increase the development speed on the
]]></description>

<change-notes><![CDATA[
<h2>1.0.11</h2>
<ul>
<li>Fixed support for scopes in workflows.yml</li>
<li>Fixed two possible NullPointerExceptions</li>
</ul>
<h2>1.0.10</h2>
<ul>
<li>Navigation and improved support for form types, api form types, actions, conditions and mass action providers</li>
Expand Down

0 comments on commit 326e52d

Please sign in to comment.