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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@ Changelog
14
14
* 0.10.x: PhpStorm 7 (no support)
15
15
* 0.9.x: PhpStorm 6 (no support)
16
16
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
+
17
26
## 0.19.191
18
27
* Filter out service id which are random like service\_locator from compiled service container file (Daniel Espendiller)
19
28
* Replace CachedValuesManager#createCachedValue usage with direct fetch and build result API #getCachedValue (Daniel Espendiller)
<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 (<ahref="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>
0 commit comments