We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8c86a commit 6073a81Copy full SHA for 6073a81
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin version="2">
2
<id>cz.jiripudil.intellij.nette.factoryGenerator</id>
3
<name>Nette factory interface generator</name>
4
- <version>1.0.0</version>
+ <version>1.1.0</version>
5
<vendor email="[email protected]" url="https://jiripudil.cz">Jiří Pudil</vendor>
6
7
<description><![CDATA[
@@ -10,6 +10,12 @@
10
]]></description>
11
12
<change-notes><![CDATA[
13
+ <h2>1.1.0</h2>
14
+ <ul>
15
+ <li>Fixed misplacement of phpdoc for PHP < 7.0 (<a href="https://github.com/jiripudil/intellij-nette-factory-generator/issues/1">#1</a>)</li>
16
+ <li>Generated code follows project's indentation and newline settings</li>
17
+ </ul>
18
+
19
<h2>1.0.0</h2>
20
<ul>
21
<li>Initial release.</li>
0 commit comments