Skip to content

Commit a3625b3

Browse files
committed
build 0.22.206
1 parent f535131 commit a3625b3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Changelog
1717
* 0.10.x: PhpStorm 7 (no support)
1818
* 0.9.x: PhpStorm 6 (no support)
1919

20+
## 0.22.206
21+
* Support routes definition inside PHP8 attributes (Daniel Espendiller) [#1567](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1567)
22+
* Higher java compatibility version for builds (Daniel Espendiller)
23+
2024
## 0.22.205
2125
* Change gradle build to use PhpStorm 2020.3.1 packages (Daniel Espendiller)
2226
* 2020.3 support: fix yaml indents (Aleksandr Slapoguzov) [#1568](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568)
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<html>
22
<ul>
3-
<li>Change gradle build to use PhpStorm 2020.3.1 packages (Daniel Espendiller)</li>
4-
<li>2020.3 support: fix yaml indents (Aleksandr Slapoguzov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568">#1568</a></li>
5-
<li>2020.3 support: handle a new psi structure for twig variables and fields (Aleksandr Slapoguzov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568">#1568</a></li>
6-
<li>2020.3 support: removed go_to_declaration_handler for sets because now it works out of the box (Aleksandr Slapoguzov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568">#1568</a></li>
7-
<li>2020.3 support: removed invalid case - else branch cannot contain any conditions (Aleksandr Slapoguzov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568">#1568</a></li>
8-
<li>2020.3 support: bump plugin versions (Aleksandr Slapoguzov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568">#1568</a></li>
3+
<li>Support routes definition inside PHP8 attributes (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1567">#1567</a></li>
4+
<li>Higher java compatibility version for builds (Daniel Espendiller)</li>
95
</ul>
106
</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-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony Support</name>
4-
<version>0.22.205</version>
4+
<version>0.22.206</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)