Skip to content

Commit 554dcf5

Browse files
committed
build 5.1
1 parent 918b37c commit 554dcf5

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
* 2.x: PhpStorm 2017.1+ (no support)
88
* 1.x: PhpStorm 2016.1+ (no support)
99

10+
## 5.1
11+
* Fix folder indention for "AddMethodIntention" (Daniel Espendiller)
12+
1013
## 5.0
11-
* Migrate type provide to "typeProvider4" implementation (Daniel Espendiller)
12-
* Fix intention files [#55](https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/55) (Daniel Espendiller)
14+
* Migrate type provide to "typeProvider4" implementation (Daniel Espendiller)
15+
* Fix intention files [#55](https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/55) (Daniel Espendiller)
1316

1417
## 4.1
1518
* Provide a line marker to navigate to a related test classes, based on the naming [#16](https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/16) (Daniel Espendiller)
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html>
22
<ul>
3-
<li>Migrate type provide to "typeProvider4" implementation (Daniel Espendiller)</li>
4-
<li>Fix intention files <a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/55">#55</a> (Daniel Espendiller)</li>
3+
<li>Fix folder indention for "AddMethodIntention" (Daniel Espendiller)</li>
54
</ul>
65
</html>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
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>5.0</version>
4+
<version>5.1</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de?p=de.espend.idea.php.phpunit">espend_de</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)