Skip to content

Commit 9e4c9da

Browse files
committed
build 0.19.190
1 parent 8da2c16 commit 9e4c9da

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Changelog
1414
* 0.10.x: PhpStorm 7 (no support)
1515
* 0.9.x: PhpStorm 6 (no support)
1616

17+
## 0.19.190
18+
* Support changes in path extraction for "twig.loader" (Daniel Espendiller)
19+
* Support more use cases for compiled service path detection (Daniel Espendiller)
20+
* Provide relative path support for Twig paths configuration via yaml (Daniel Espendiller)
21+
* Provide support for compiled Symfony 4 / 5 route names (Daniel Espendiller)
22+
1723
## 0.19.189
1824
* Provide resolving of Twig globals and variables with multiple types and targets (Daniel Espendiller) [#1421](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1421)
1925
* Support also "yaml" for config files to extract the globals (Daniel Espendiller) [#1420](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1420)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<html>
22
<ul>
3-
<li>Provide resolving of Twig globals and variables with multiple types and targets (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1421">#1421</a></li>
4-
<li>Support also "yaml" for config files to extract the globals (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1420">#1420</a></li>
3+
<li>Support changes in path extraction for "twig.loader" (Daniel Espendiller)</li>
4+
<li>Support more use cases for compiled service path detection (Daniel Espendiller)</li>
5+
<li>Provide relative path support for Twig paths configuration via yaml (Daniel Espendiller)</li>
6+
<li>Provide support for compiled Symfony 4 / 5 route names (Daniel Espendiller)</li>
57
</ul>
68
</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.19.189</version>
4+
<version>0.19.190</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)