diff --git a/CHANGELOG.md b/CHANGELOG.md index 534281d..327d978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog ## Versions -* 11.x: PhpStorm 2024.2+ (upcoming) -* 10.x: PhpStorm 2023.1+ +* 11.x: PhpStorm 2024.2+ +* 10.x: PhpStorm 2023.1+ (no support) * 9.x: PhpStorm 2022.3+ (no support) * 8.x: PhpStorm 2020.3+ (no support) * 7.x: PhpStorm 2020.1+ (no support) @@ -13,6 +13,10 @@ * 2.x: PhpStorm9, 10 (no support) * 1.x: PhpStorm8 (no support) +## 11.0.2 +* Temporary disable settings form to fix [#312](https://github.com/Haehnchen/idea-php-annotation-plugin/issues/312) "Cannot create configurable" exception with IntelliJ IDEA 2024.2 (Daniel Espendiller) +* Support "Symfony\Component\Routing\Attribute\Route" for method completion (Daniel Espendiller) + ## 11.0.1 * PhpStorm 2024.2 build diff --git a/gradle.properties b/gradle.properties index 7289a40..7812902 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginGroup = de.espend.idea.php.annotation pluginName = PHP Annotations # SemVer format -> https://semver.org -pluginVersion = 11.0.1 +pluginVersion = 11.0.2 # 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 8f69891..2c1b88d 100644 --- a/src/main/resources/META-INF/change-notes.html +++ b/src/main/resources/META-INF/change-notes.html @@ -1,5 +1,6 @@