Skip to content

Commit

Permalink
build 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Aug 10, 2020
1 parent 34e78ec commit 397f72c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## Versions
* 4.x: PhpStorm 2020.1+
* 5.x: PhpStorm 2020.2+
* 4.x: PhpStorm 2020.1+ (no support)
* 3.x: PhpStorm 2017.3+ (no support)
* 2.x: PhpStorm 2017.1+ (no support)
* 1.x: PhpStorm 2016.1+ (no support)

## 5.0
* Migrate type provide to "typeProvider4" implementation (Daniel Espendiller)
* Fix intention files [#55](https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/55) (Daniel Espendiller)

## 4.1
* 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)
* Supporting type resolving in closures [#38](https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/38) (Daniel Espendiller)
Expand Down
6 changes: 2 additions & 4 deletions src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<html>
<ul>
<li>Provide a line marker to navigate to a related test classes, based on the naming <a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/16">#16</a> (Daniel Espendiller)</li>
<li>Supporting type resolving in closures <a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/38">#38</a> (Daniel Espendiller)</li>
<li>Support Argument::any (Prophecy\Argument\Token\TokenInterface) type resolving based on prophecy class context <a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/12">#12</a> <a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/29">#29</a> (Daniel Espendiller)</li>
<li>Provide type resolving for \Prophecy\Argument::type argument <a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/29">#29</a> (Daniel Espendiller)</li>
<li>Migrate type provide to "typeProvider4" implementation (Daniel Espendiller)</li>
<li>Fix intention files <a href="https://github.com/Haehnchen/idea-php-phpunit-plugin/issues/55">#55</a> (Daniel Espendiller)</li>
</ul>
</html>
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<idea-plugin url="https://github.com/Haehnchen/idea-php-phpunit-plugin">
<id>de.espend.idea.php.phpunit</id>
<name>PHPUnit Enhancement</name>
<version>4.1</version>
<vendor email="daniel@espendiller.net" url="http://espend.de">espend_de</vendor>
<version>5.0</version>
<vendor email="daniel@espendiller.net" url="http://espend.de?p=de.espend.idea.php.phpunit">espend_de</vendor>

<description><![CDATA[
<p>Provide smart autocomplete, code navigation and refactoring features for mocked class methods of PhpUnit and Prophecy.</p>
Expand Down

0 comments on commit 397f72c

Please sign in to comment.