Skip to content

Commit 43a0659

Browse files
committed
build 0.19.192
1 parent 87112df commit 43a0659

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

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

17+
## 0.19.192
18+
* Allow to disable Twig bundle namespace and support in autoconfigure (Daniel Espendiller)
19+
* Wrapped the deprecated "getBaseDir" for getting the project root directory (Daniel Espendiller)
20+
* Bundle ending is not needed for Twig namespaces (Daniel Espendiller)
21+
* Added reference and inspection support for TranslatorHelper ([#1454](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1420)) (Thomas Schulz)
22+
* Add support for service class inside tag adding indention (Daniel Espendiller)
23+
* Provide completion support for named argument inside yaml arguments context (Daniel Espendiller)
24+
* Add support for autocompletion inside the MessageSubscriberInterface::getHandledMessages method (Stefano Arlandini)
25+
1726
## 0.19.191
1827
* Filter out service id which are random like service\_locator from compiled service container file (Daniel Espendiller)
1928
* Replace CachedValuesManager#createCachedValue usage with direct fetch and build result API #getCachedValue (Daniel Espendiller)
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<html>
22
<ul>
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>
3+
<li>Allow to disable Twig bundle namespace and support in autoconfigure (Daniel Espendiller)</li>
4+
<li>Wrapped the deprecated "getBaseDir" for getting the project root directory (Daniel Espendiller)</li>
5+
<li>Bundle ending is not needed for Twig namespaces (Daniel Espendiller)</li>
6+
<li>Added reference and inspection support for TranslatorHelper (<a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1420">#1454</a>) (Thomas Schulz)</li>
7+
<li>Add support for service class inside tag adding indention (Daniel Espendiller)</li>
8+
<li>Provide completion support for named argument inside yaml arguments context (Daniel Espendiller)</li>
9+
<li>Add support for autocompletion inside the MessageSubscriberInterface::getHandledMessages method (Stefano Arlandini)</li>
910
</ul>
1011
</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.191</version>
4+
<version>0.19.192</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)