Skip to content

Commit

Permalink
build 2022.1.231
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Jul 24, 2022
1 parent 628922f commit 5759670
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ Changelog
* 0.10.x: PhpStorm 7 (no support)
* 0.9.x: PhpStorm 6 (no support)

## 2022.1.231
* [#1991](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991) support "tags" inside "Autoconfigure" attribute (Daniel Espendiller)
* [#1991](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991) support "decorates" inside "AsDecorator" attribute (Daniel Espendiller)
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support parameter inside "TaggedLocator" attribute (Daniel Espendiller)
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) detected deprecated services usage inside "Autowire" attribute (Daniel Espendiller)
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) detected missing services inside "Autowire" attribute (Daniel Espendiller)
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support service inside "Autowire" attribute (Daniel Espendiller)
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support parameter inside "TaggedIterator" attribute (Daniel Espendiller)
* [#1984](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984) support parameters inside "Autowire" attribute (Daniel Espendiller)
* [Paid] add inspection for deprecated conditional Twig "for" syntax: "{% for u in us if u.act %}" (Daniel Espendiller)
* [#907](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/907) linemarker for linking a data_class to related forms (Daniel Espendiller)
* provide a form data_class linemarker (Daniel Espendiller)
* Fix typo in notification (Gabriel Wanzek)

## 2022.1.230
* [#1969](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1969) Support translation autocomplete on form constraints with named arguments (Daniel Espendiller)
* [paid] [#1977](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1977) fix inspection for querybuilder chaining (Daniel Espendiller)
Expand Down
22 changes: 13 additions & 9 deletions src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<html>
<ul>
<li>Provide complete for tag name of yaml "!tagged_iterator" (Daniel Espendiller)</li>
<li>Named argument completion can now reflect the "bind" or "service" scope (Daniel Espendiller)</li>
<li>Provide incomplete named argument complete for yaml with: "tagged_iterator", dotenv, service names and parameters (Daniel Espendiller)</li>
<li>Fix incomplete named argument key complete pattern, for newest PhpStorm versions (Daniel Espendiller)</li>
<li>Ignore suggestion for some service names (Daniel Espendiller)</li>
<li>Provide navigation for "tagged_iterator" tag in yaml (Daniel Espendiller)</li>
<li>Inspection for named arguments in yaml (Daniel Espendiller)</li>
</ul>
</html>
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991">#1991</a> support "tags" inside "Autoconfigure" attribute (Daniel Espendiller)</li>
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1991">#1991</a> support "decorates" inside "AsDecorator" attribute (Daniel Espendiller)</li>
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameter inside "TaggedLocator" attribute (Daniel Espendiller)</li>
<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>
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> detected missing services inside "Autowire" attribute (Daniel Espendiller)</li>
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support service inside "Autowire" attribute (Daniel Espendiller)</li>
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameter inside "TaggedIterator" attribute (Daniel Espendiller)</li>
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1984">#1984</a> support parameters inside "Autowire" attribute (Daniel Espendiller)</li>
<li>[Paid] add inspection for deprecated conditional Twig "for" syntax: "{% for u in us if u.act %}" (Daniel Espendiller)</li>
<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>
<li>provide a form data_class linemarker (Daniel Espendiller)</li>
<li>Fix typo in notification (Gabriel Wanzek)</li>
</ul>

0 comments on commit 5759670

Please sign in to comment.