Skip to content

Commit

Permalink
build 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Feb 19, 2023
1 parent 5c389a1 commit f28ef92
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Changelog

## Versions
* 5.x: PhpStorm 2020.2+
* 7.x: PhpStorm 2022.3+
* 5.x: PhpStorm 2020.2+ (no support)
* 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)

## 7.0
* Migrate expected exception from docblock to inline php check (docblock deprecated by phpunit) (Daniel Espendiller)
* Add plugin error reporter (Daniel Espendiller)
* IntentionAction should have a language tag (Daniel Espendiller)
* ConstructorMockIntention should support all API version related to preview thread (Daniel Espendiller)
* Support preview and fix indention feature for mocked methods generator (Daniel Espendiller)
* Support preview and fix indention feature for excepting exception generator; add icon for internal test runner (Daniel Espendiller)
* Support preview and fix indention feature for constructor mocking (Daniel Espendiller)

## 6.2
* fix "ReplaceLegacyMockeryInspection" short naming (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 = 6.2
pluginVersion = 7.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<html>
<ul>
<li>fix "ReplaceLegacyMockeryInspection" short naming (Daniel Espendiller)</li>
<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>
</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>6.2</version>
<version>7.0</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 f28ef92

Please sign in to comment.