Skip to content

Commit c738b69

Browse files
committedJul 24, 2022
build 2022.1.231
1 parent 628922f commit c738b69

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ Changelog
1919
* 0.10.x: PhpStorm 7 (no support)
2020
* 0.9.x: PhpStorm 6 (no support)
2121

22+
## 2022.1.231
23+
* [#1991](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991) support "tags" inside "Autoconfigure" attribute (Daniel Espendiller)
24+
* [#1991](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991) support "decorates" inside "AsDecorator" attribute (Daniel Espendiller)
25+
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support parameter inside "TaggedLocator" attribute (Daniel Espendiller)
26+
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) detected deprecated services usage inside "Autowire" attribute (Daniel Espendiller)
27+
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) detected missing services inside "Autowire" attribute (Daniel Espendiller)
28+
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support service inside "Autowire" attribute (Daniel Espendiller)
29+
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support parameter inside "TaggedIterator" attribute (Daniel Espendiller)
30+
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support parameters inside "Autowire" attribute (Daniel Espendiller)
31+
* [Paid] add inspection for deprecated conditional Twig "for" syntax: "{% for u in us if u.act %}" (Daniel Espendiller)
32+
* [#907](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/907) linemarker for linking a data_class to related forms (Daniel Espendiller)
33+
* provide a form data_class linemarker (Daniel Espendiller)
34+
* Fix typo in notification (Gabriel Wanzek)
35+
2236
## 2022.1.230
2337
* [#1969](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1969) Support translation autocomplete on form constraints with named arguments (Daniel Espendiller)
2438
* [paid] [#1977](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1977) fix inspection for querybuilder chaining (Daniel Espendiller)
+13-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<html>
22
<ul>
3-
<li>Provide complete for tag name of yaml "!tagged_iterator" (Daniel Espendiller)</li>
4-
<li>Named argument completion can now reflect the "bind" or "service" scope (Daniel Espendiller)</li>
5-
<li>Provide incomplete named argument complete for yaml with: "tagged_iterator", dotenv, service names and parameters (Daniel Espendiller)</li>
6-
<li>Fix incomplete named argument key complete pattern, for newest PhpStorm versions (Daniel Espendiller)</li>
7-
<li>Ignore suggestion for some service names (Daniel Espendiller)</li>
8-
<li>Provide navigation for "tagged_iterator" tag in yaml (Daniel Espendiller)</li>
9-
<li>Inspection for named arguments in yaml (Daniel Espendiller)</li>
3+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991">#1991</a> support "tags" inside "Autoconfigure" attribute (Daniel Espendiller)</li>
4+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991">#1991</a> support "decorates" inside "AsDecorator" attribute (Daniel Espendiller)</li>
5+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameter inside "TaggedLocator" attribute (Daniel Espendiller)</li>
6+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> detected deprecated services usage inside "Autowire" attribute (Daniel Espendiller)</li>
7+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> detected missing services inside "Autowire" attribute (Daniel Espendiller)</li>
8+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support service inside "Autowire" attribute (Daniel Espendiller)</li>
9+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameter inside "TaggedIterator" attribute (Daniel Espendiller)</li>
10+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameters inside "Autowire" attribute (Daniel Espendiller)</li>
11+
<li>[Paid] add inspection for deprecated conditional Twig "for" syntax: "{% for u in us if u.act %}" (Daniel Espendiller)</li>
12+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/907">#907</a> linemarker for linking a data_class to related forms (Daniel Espendiller)</li>
13+
<li>provide a form data_class linemarker (Daniel Espendiller)</li>
14+
<li>Fix typo in notification (Gabriel Wanzek)</li>
1015
</ul>
11-
</html>
16+
</html>

0 commit comments

Comments
 (0)
Failed to load comments.