Skip to content

Commit 215d8da

Browse files
committed
build 12.0.1
1 parent e4d2c13 commit 215d8da

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* 2.x: PhpStorm9, 10 (no support)
1515
* 1.x: PhpStorm8 (no support)
1616

17+
## 12.0.1
18+
* 2025.1 Add support for Doctrine types via "\Doctrine\DBAL\Types\Types" const (Daniel Espendiller)
19+
1720
## 12.0.0
1821
* 2025.1 build
1922

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = de.espend.idea.php.annotation
55
pluginName = PHP Annotations
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 12.0.0
8+
pluginVersion = 12.0.1
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html>
22
<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>
3+
<li>Add support for Doctrine types via "\Doctrine\DBAL\Types\Types" const (Daniel Espendiller)</li>
54
</ul>
65
</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>12.0.0</version>
4+
<version>12.0.1</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)