Skip to content

Commit 3e6f8fb

Browse files
committed
build 0.19.191
1 parent c6f9e4e commit 3e6f8fb

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

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

17+
## 0.19.191
18+
* Filter out service id which are random like service\_locator from compiled service container file (Daniel Espendiller)
19+
* Replace CachedValuesManager#createCachedValue usage with direct fetch and build result API #getCachedValue (Daniel Espendiller)
20+
* Take "controller.service\_arguments" for yaml named arguments of controller binding into account (Daniel Espendiller)
21+
* Support usage of translation domain adding "resource\_files" compiled debug container (Daniel Espendiller)
22+
* Refactored the compiled translation target handling based on container debug file (Daniel Espendiller)
23+
* Provide better detection for translation directory inside based on the cached "translations" folder (Daniel Espendiller)
24+
1725
## 0.19.190
1826
* Support changes in path extraction for "twig.loader" (Daniel Espendiller)
1927
* Support more use cases for compiled service path detection (Daniel Espendiller)
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<html>
22
<ul>
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>
3+
<li>Filter out service id which are random like service_locator from compiled service container file (Daniel Espendiller)</li>
4+
<li>Replace CachedValuesManager#createCachedValue usage with direct fetch and build result API #getCachedValue (Daniel Espendiller)</li>
5+
<li>Take "controller.service_arguments" for yaml named arguments of controller binding into account (Daniel Espendiller)</li>
6+
<li>Support usage of translation domain adding "resource_files" compiled debug container (Daniel Espendiller)</li>
7+
<li>Refactored the compiled translation target handling based on container debug file (Daniel Espendiller)</li>
8+
<li>Provide better detection for translation directory inside based on the cached "translations" folder (Daniel Espendiller)</li>
79
</ul>
810
</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.190</version>
4+
<version>0.19.191</version>
55
<vendor email="[email protected]" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)