Skip to content

Commit

Permalink
build 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Mar 2, 2023
1 parent d30152a commit 38e5cdd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* 2.x: PhpStorm 2017.1+ (no support)
* 1.x: PhpStorm 2016.1+ (no support)

## 7.1
* Add inspection for mocked deprecation methods (Daniel Espendiller)
* Add support for "createPartialMock" method references (Daniel Espendiller)

## 7.0
* Migrate expected exception from docblock to inline php check (docblock deprecated by phpunit) (Daniel Espendiller)
* Add plugin error reporter (Daniel Espendiller)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = de.espend.idea.php.phpunit
pluginName = PHPUnit Enhancement

# SemVer format -> https://semver.org
pluginVersion = 7.0
pluginVersion = 7.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
9 changes: 2 additions & 7 deletions src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<html>
<ul>
<li>Migrate expected exception from docblock to inline php check (docblock deprecated by phpunit) (Daniel Espendiller)</li>
<li>Add plugin error reporter (Daniel Espendiller)</li>
<li>IntentionAction should have a language tag (Daniel Espendiller)</li>
<li>ConstructorMockIntention should support all API version related to preview thread (Daniel Espendiller)</li>
<li>Support preview and fix indention feature for mocked methods generator (Daniel Espendiller)</li>
<li>Support preview and fix indention feature for excepting exception generator; add icon for internal test runner (Daniel Espendiller)</li>
<li>Support preview and fix indention feature for constructor mocking (Daniel Espendiller)</li>
<li>Add inspection for mocked deprecation methods (Daniel Espendiller)</li>
<li>Add support for "createPartialMock" method references (Daniel Espendiller)</li>
</ul>
</html>
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Haehnchen/idea-php-phpunit-plugin">
<id>de.espend.idea.php.phpunit</id>
<name>PHPUnit Enhancement</name>
<version>7.0</version>
<version>7.1</version>
<vendor email="daniel@espendiller.net" url="http://espend.de?p=de.espend.idea.php.phpunit">espend_de</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 38e5cdd

Please sign in to comment.