Skip to content

Commit 462aa44

Browse files
committed
build 11.1.0
1 parent e037037 commit 462aa44

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
* 2.x: PhpStorm9, 10 (no support)
1414
* 1.x: PhpStorm8 (no support)
1515

16+
## 11.1.0
17+
* Use direct interface for "com.jetbrains.php.lang.psi.stubs.PhpStubElementType phpDocTag" access to fix member field issue (EAP) (Daniel Espendiller)
18+
* Submit error with final success feedback (Daniel Espendiller)
19+
* Remove magic GUI form builder code and use inline code; activate settings forms again (Daniel Espendiller)
20+
1621
## 11.0.3
1722
* 2024.2 build and fixes (Daniel Espendiller)
1823

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 = 11.0.3
8+
pluginVersion = 11.1.0
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<ul>
3-
<li>2024.2 build and fixes (Daniel Espendiller)</li>
4-
</ul>
3+
<li>Use direct interface for "com.jetbrains.php.lang.psi.stubs.PhpStubElementType phpDocTag" access to fix member field issue (EAP) (Daniel Espendiller)</li>
4+
<li>Submit error with final success feedback (Daniel Espendiller)</li>
5+
<li>Remove magic GUI form builder code and use inline code; activate settings forms again (Daniel Espendiller)</li></ul>
56
</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.0.3</version>
4+
<version>11.1.0</version>
55
<vendor email="[email protected]" url="https://www.espend.de?p=de.espend.idea.php.annotation">espend_de</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)