Skip to content

Commit 45b22c2

Browse files
committed
build "0.22.205"
1 parent cdf31c1 commit 45b22c2

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

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

20+
## 0.22.205
21+
* Change gradle build to use PhpStorm 2020.3.1 packages (Daniel Espendiller)
22+
* 2020.3 support: fix yaml indents (Aleksandr Slapoguzov) [#1568](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568)
23+
* 2020.3 support: handle a new psi structure for twig variables and fields (Aleksandr Slapoguzov) [#1568](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568)
24+
* 2020.3 support: removed go_to_declaration_handler for sets because now it works out of the box (Aleksandr Slapoguzov) [#1568](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568)
25+
* 2020.3 support: removed invalid case - else branch cannot contain any conditions (Aleksandr Slapoguzov) [#1568](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568)
26+
* 2020.3 support: bump plugin versions (Aleksandr Slapoguzov) [#1568](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1568)
27+
2028
## 0.21.204
2129
* Support autowired resources services inside "argument bind" navigation (Daniel Espendiller)
2230
* Support arrays for "resource" and "exclude" on autowrite which is use on Symfony >= 5 as default instead of global pattern (Daniel Espendiller)
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<html>
22
<ul>
3-
<li>Support autowired resources services inside "argument bind" navigation (Daniel Espendiller)</li>
4-
<li>Support arrays for "resource" and "exclude" on autowrite which is use on Symfony >= 5 as default instead of global pattern (Daniel Espendiller)</li>
5-
<li>Support form "help" option inside translations (Daniel Espendiller)</li>
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>
69
</ul>
710
</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.21.204</version>
4+
<version>0.22.205</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)