Skip to content

Commit

Permalink
2024.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Aug 30, 2024
1 parent 396c386 commit 21c002d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* 2.x: PhpStorm9, 10 (no support)
* 1.x: PhpStorm8 (no support)

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

## 11.0.2
* Temporary disable settings form to fix [#312](https://github.com/Haehnchen/idea-php-annotation-plugin/issues/312) "Cannot create configurable" exception with IntelliJ IDEA 2024.2 (Daniel Espendiller)
* Support "Symfony\Component\Routing\Attribute\Route" for method completion (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.2
pluginVersion = 11.0.3

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<html>
<ul>
<li>Temporary disable settings form to fix <a href="https://github.com/Haehnchen/idea-php-annotation-plugin/issues/312">#312</a> "Cannot create configurable" exception with IntelliJ IDEA 2024.2 (Daniel Espendiller)</li>
<li>Support "Symfony\Component\Routing\Attribute\Route" for method completion (Daniel Espendiller)</li>
<li>2024.2 build and fixes (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.2</version>
<version>11.0.3</version>
<vendor email="daniel@espendiller.net" url="https://www.espend.de?p=de.espend.idea.php.annotation">espend_de</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 21c002d

Please sign in to comment.