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 72bfbdb commit a514bf5Copy full SHA for a514bf5
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin version="2">
2
<id>cz.jiripudil.intellij.nette.tester</id>
3
<name>Nette Tester</name>
4
- <version>1.0-alpha</version>
+ <version>1.0-alpha2</version>
5
<vendor email="[email protected]" url="https://jiripudil.cz">Jiří Pudil</vendor>
6
7
<description><![CDATA[
@@ -12,6 +12,11 @@
12
]]></description>
13
14
<change-notes><![CDATA[
15
+ <h2>1.0-alpha2</h2>
16
+ <ul>
17
+ <li>Fixed compatibility with PhpStorm 2016.1.</li>
18
+ </ul>
19
+
20
<h2>1.0-alpha</h2>
21
<p>Initial alpha version with basic capabilities:</p>
22
<ul>
0 commit comments