File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## Versions
4- * 11.x: PhpStorm 2024.2+
4+ * 12.x: PhpStorm 2025.1+
5+ * 11.x: PhpStorm 2024.2+ (no support)
56* 10.x: PhpStorm 2023.1+ (no support)
67* 9.x: PhpStorm 2022.3+ (no support)
78* 8.x: PhpStorm 2020.3+ (no support)
1314* 2.x: PhpStorm9, 10 (no support)
1415* 1.x: PhpStorm8 (no support)
1516
17+ ## 12.0.0
18+ * 2025.1 build
19+
1620## 11.2.0
1721* [ #322 ] ( https://github.com/Haehnchen/idea-php-annotation-plugin/issues/322 ) Add OpenAPI Attributes namespace as default aliases (Daniel Espendiller)
1822* [ #324 ] ( https://github.com/Haehnchen/idea-php-annotation-plugin/issues/324 ) Incompatibility with PhpStorm 2025.1: Replace BasicPhpDocStubElementTypes => PhpDocStubElementTypes (Daniel Espendiller)
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ pluginGroup = de.espend.idea.php.annotation
55pluginName = PHP Annotations
66
77# SemVer format -> https://semver.org
8- pluginVersion = 11.2.1
8+ pluginVersion = 12.0.0
99
1010# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111# for insight into build numbers and IntelliJ Platform versions.
12- pluginSinceBuild = 242
12+ pluginSinceBuild = 251
1313pluginUntilBuild = 299.*
1414
1515# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
Original file line number Diff line number Diff line change 1- < html > < ul >
2- < li > < a href =" https://github.com/Haehnchen/idea-php-annotation-plugin/issues/322 " > #322 </ a > Add OpenAPI Attributes namespace as default aliases (Daniel Espendiller) </ li >
3- < li > < a href =" https://github.com/Haehnchen/idea-php-annotation-plugin/issues/324 " > #324 </ a > Incompatibility with PhpStorm 2025.1: Replace BasicPhpDocStubElementTypes = > PhpDocStubElementTypes (Daniel Espendiller)</ li >
4- < li > Add alias for sunrise router (Anatoly Nekhay )</ li >
1+ < html >
2+ < ul >
3+ < li > 2025.1 build (Daniel Espendiller)</ li >
4+ < li > < a href =" https://github.com/Haehnchen/idea-php-annotation-plugin/issues/329 " > #329 </ a > rebuild the plugin for 2025.1 PhpStorm release (Maria Filippova )</ li >
55</ ul >
66</ html >
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/Haehnchen/idea-php-annotation-plugin" >
22 <id >de.espend.idea.php.annotation</id >
33 <name >PHP Annotations</name >
4- <version >11.2 .0</version >
4+ <version >12.0 .0</version >
55 <vendor email =" daniel@espendiller.net" url =" https://www.espend.de?p=de.espend.idea.php.annotation" >espend_de</vendor >
66
77 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments