Skip to content

Commit

Permalink
build 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Oct 16, 2024
1 parent e037037 commit 462aa44
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
* 2.x: PhpStorm9, 10 (no support)
* 1.x: PhpStorm8 (no support)

## 11.1.0
* Use direct interface for "com.jetbrains.php.lang.psi.stubs.PhpStubElementType phpDocTag" access to fix member field issue (EAP) (Daniel Espendiller)
* Submit error with final success feedback (Daniel Espendiller)
* Remove magic GUI form builder code and use inline code; activate settings forms again (Daniel Espendiller)

## 11.0.3
* 2024.2 build and fixes (Daniel Espendiller)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = de.espend.idea.php.annotation
pluginName = PHP Annotations

# SemVer format -> https://semver.org
pluginVersion = 11.0.3
pluginVersion = 11.1.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<ul>
<li>2024.2 build and fixes (Daniel Espendiller)</li>
</ul>
<li>Use direct interface for "com.jetbrains.php.lang.psi.stubs.PhpStubElementType phpDocTag" access to fix member field issue (EAP) (Daniel Espendiller)</li>
<li>Submit error with final success feedback (Daniel Espendiller)</li>
<li>Remove magic GUI form builder code and use inline code; activate settings forms again (Daniel Espendiller)</li></ul>
</html>
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Haehnchen/idea-php-annotation-plugin">
<id>de.espend.idea.php.annotation</id>
<name>PHP Annotations</name>
<version>11.0.3</version>
<version>11.1.0</version>
<vendor email="[email protected]" url="https://www.espend.de?p=de.espend.idea.php.annotation">espend_de</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 462aa44

Please sign in to comment.