Skip to content

Commit 6073a81

Browse files
committed
Release 1.1.0
1 parent 4e8c86a commit 6073a81

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

resources/META-INF/plugin.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>cz.jiripudil.intellij.nette.factoryGenerator</id>
33
<name>Nette factory interface generator</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<vendor email="[email protected]" url="https://jiripudil.cz">Jiří Pudil</vendor>
66

77
<description><![CDATA[
@@ -10,6 +10,12 @@
1010
]]></description>
1111

1212
<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+
1319
<h2>1.0.0</h2>
1420
<ul>
1521
<li>Initial release.</li>

0 commit comments

Comments
 (0)