Skip to content

Commit 3586d1b

Browse files
committed
build 12.0.0
1 parent 15b685b commit 3586d1b

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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)
@@ -13,6 +14,9 @@
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)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pluginGroup = de.espend.idea.php.annotation
55
pluginName = 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
1313
pluginUntilBuild = 299.*
1414

1515
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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[

0 commit comments

Comments
 (0)