File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ # v1.2.1
2+ * updated meta information to keep plugin enabled in newer PHPStorm versions
3+
14# v1.2.0
25* do not regenerate mocks if already present (#18 )
36* added configuration for addition of doc blocks (#15 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply plugin: 'org.jetbrains.intellij'
1010apply plugin : ' java'
1111
1212group ' de.cawolf'
13- version ' 1.2.0 '
13+ version ' 1.2.1 '
1414
1515sourceCompatibility = 1.8
1616
Original file line number Diff line number Diff line change 99
1010 <change-notes ><![CDATA[
1111 <dl>
12+ <dt>1.2.1</dt>
13+ <dd>updated meta information</dd>
1214 <dt>1.2.0</dt>
1315 <dd>do not regenerate mocks if already present (issue #18)</dd>
1416 <dd>added configuration for addition of doc blocks (issue #15)</dd>
You can’t perform that action at this time.
0 commit comments