Skip to content

Commit 58bdbaa

Browse files
committed
build 0.19.193
1 parent 40af195 commit 58bdbaa

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

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

17+
## 0.19.193
18+
* Filter some special debug service and move the into lower priority (Daniel Espendiller)
19+
* Extract project directory from the file context; use directly the project to prevent "com.intellij.util.indexing.FileContentImpl$IllegalDataException: Cannot obtain text for binary file type : Unknown" on xlf files #1459 (Daniel Espendiller)
20+
1721
## 0.19.192
1822
* Allow to disable Twig bundle namespace and support in autoconfigure (Daniel Espendiller)
1923
* Wrapped the deprecated "getBaseDir" for getting the project root directory (Daniel Espendiller)
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<html>
22
<ul>
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>
3+
<li>Filter some special debug service and move the into lower priority (Daniel Espendiller)</li>
4+
<li>Extract project directory from the file context; use directly the project to prevent "com.intellij.util.indexing.FileContentImpl$IllegalDataException: Cannot obtain text for binary file type : Unknown" on xlf files #1459 (Daniel Espendiller)</li>
105
</ul>
116
</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.192</version>
4+
<version>0.19.193</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)