10000 build 0.21.204 · SylApps/idea-php-symfony2-plugin@38b3225 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38b3225

Browse files
committed
build 0.21.204
1 parent 3b71e6c commit 38b3225

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

20+
## 0.21.204
21+
* Support autowired resources services inside "argument bind" navigation (Daniel Espendiller)
22+
* Support arrays for "resource" and "exclude" on autowrite which is use on Symfony >= 5 as default instead of global pattern (Daniel Espendiller)
23+
* Support form "help" option inside translations (Daniel Espendiller)
24+
2025
## 0.21.203
2126
* Fix typo in build instructions (Matthias Gutjahr)
2227
* Remove leading slash from storage location ([#1543](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1543)) (Jens Schulze)
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<ul>
3-
<li>Fix typo in build instructions (Matthias Gutjahr)</li>
4-
<li>Remove leading slash from storage location (<a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1543">#1543</a>) (Jens Schulze)</li>
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>
56
</ul>
67
</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.203</version>
4+
<version>0.21.204</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)
0