diff --git a/CHANGELOG.md b/CHANGELOG.md index 327d978..9eabecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ * 2.x: PhpStorm9, 10 (no support) * 1.x: PhpStorm8 (no support) +## 11.0.3 +* 2024.2 build and fixes (Daniel Espendiller) + ## 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) diff --git a/gradle.properties b/gradle.properties index 7d2e6d1..e39baab 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.2 +pluginVersion = 11.0.3 # 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 2c1b88d..38d658a 100644 --- a/src/main/resources/META-INF/change-notes.html +++ b/src/main/resources/META-INF/change-notes.html @@ -1,6 +1,5 @@ diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index aba9194..29292d2 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ de.espend.idea.php.annotation PHP Annotations - 11.0.2 + 11.0.3 espend_de