Skip to content

Commit ed7b271

Browse files
committed
build 3.8
1 parent 9b2eb79 commit ed7b271

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* 2.x: PhpStorm 2017.1+
66
* 1.x: PhpStorm 2016.1+ (no support)
77

8+
## 3.8
9+
* Fix performance issue: migrate test linemarker runner to leaf elements
10+
811
## 3.7
912
* Handle deletion of PhpThrownExceptionsAnalyzer#getExceptionClasses in PhpStorm 2017.3 [#28](https://github.com/Haehnchen/idea-php-phpunit-plugin/pull/28)
1013

META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-phpunit-plugin">
22
<id>de.espend.idea.php.phpunit</id>
33
<name>PHPUnit Enhancement</name>
4-
<version>3.7</version>
4+
<version>3.8</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -36,7 +36,7 @@
3636

3737
<change-notes><![CDATA[
3838
<ul>
39-
<li>Handle deletion of PhpThrownExceptionsAnalyzer#getExceptionClasses in PhpStorm 2017.3 <a href="/Haehnchen/idea-php-phpunit-plugin/pull/28">#28</a></li>
39+
<li>Fix performance issue: migrate test linemarker runner to leaf elements</li>
4040
</ul>
4141
4242
<a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/blob/master/CHANGELOG.md">see full changelog</a> | <a href="https://www.paypal.me/DanielEspendiller">Donate</a>

0 commit comments

Comments
 (0)