You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,21 @@ Changelog
19
19
* 0.10.x: PhpStorm 7 (no support)
20
20
* 0.9.x: PhpStorm 6 (no support)
21
21
22
+
## 0.23.218
23
+
*[#1730](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1730) TwigPath dont sort via class comparable and dont use clone for being cached elements (Daniel Espendiller)
* Replace the webdeployment project component to allow the plugin be dynamic (Daniel Espendiller)
26
+
* Replace the project component to allow the plugin be dynamic (Daniel Espendiller)
27
+
* Migrate Symfony statusbar to extension (Daniel Espendiller)
28
+
*[#1767](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1767) replace method reference resolving with core way (Daniel Espendiller)
29
+
* split plugin config file (Daniel Espendiller)
30
+
* Deprecated "GotoCompletionRegistrar" extension in favor of core features (Daniel Espendiller)
31
+
* Xml file references should only trigger with "xml" extension (Daniel Espendiller)
32
+
* Xml line marker should only trigger with "xml" extension (Daniel Espendiller)
33
+
* Prevent indexing all xml file types; filter by extension (Daniel Espendiller)
34
+
* Prevent indexing long strings (Daniel Espendiller)
35
+
*[#1706](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706) support "ContainerBagInterface" (Daniel Espendiller)
36
+
22
37
## 0.23.217
23
38
* Fix [#1793](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1793) Symfony twig path previews are not complete when Route is set on Controller class (Daniel Espendiller)
<li>Fix <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1793">#1793</a> Symfony twig path previews are not complete when Route is set on Controller class (Daniel Espendiller)</li>
4
-
<li>Add "embed" incomplete completion, caches and smarter filter (Daniel Espendiller)</li>
5
-
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706">#1706</a> fix method references and multi resolve (Daniel Espendiller)</li>
6
-
<li>Twig icon extends should also support extension point (Daniel Espendiller)</li>
7
-
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706">#1706</a> add support for ParameterBagInterface (Daniel Espendiller)</li>
3
+
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1730">#1730</a> TwigPath dont sort via class comparable and dont use clone for being cached elements (Daniel Espendiller)</li>
<li>Replace the webdeployment project component to allow the plugin be dynamic (Daniel Espendiller)</li>
6
+
<li>Replace the project component to allow the plugin be dynamic (Daniel Espendiller)</li>
7
+
<li>Migrate Symfony statusbar to extension (Daniel Espendiller)</li>
8
+
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1767">#1767</a> replace method reference resolving with core way (Daniel Espendiller)</li>
0 commit comments