diff --git a/CHANGELOG.md b/CHANGELOG.md index c837b82..b555085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index 53aa772..f9bdbbf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. diff --git a/src/main/resources/META-INF/change-notes.html b/src/main/resources/META-INF/change-notes.html index d9d22a8..6a65fcd 100644 --- a/src/main/resources/META-INF/change-notes.html +++ b/src/main/resources/META-INF/change-notes.html @@ -1,5 +1,11 @@ diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index a355dcd..caba668 100755 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ de.espend.idea.php.phpunit PHPUnit Enhancement - 6.2 + 7.0 espend_de