Skip to content

Commit ad749c8

Browse files
committed
build 0.20.199
1 parent c9b3a7c commit ad749c8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

18+
## 0.20.199
19+
* Support constraint translation message navigation and completion in annotations (Daniel Espendiller)
20+
* Provide linemarker for yaml service resource (Daniel Espendiller)
21+
* Add navigation for services inside "\_instanceof" yaml keys (Daniel Espendiller)
22+
1823
## 0.20.198
1924
* Fix TwigPath caching issue on extracting config path from yaml file [#1358](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1358) [#1506](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1506) (Daniel Espendiller)
2025
* Use Service index key as cache indicator (Daniel Espendiller)
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<html>
22
<ul>
3-
<li>Fix TwigPath caching issue on extracting config path from yaml file <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1358">#1358</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1506">#1506</a> (Daniel Espendiller)</li>
4-
<li>Use Service index key as cache indicator (Daniel Espendiller)</li>
5-
<li>Fix configuration file resolving for YAML file on startup: "class org.jetbrains.plugins.textmate.psi.TextMateFile cannot be cast to class org.jetbrains.yaml.psi.YAMLFile" <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1492">#1492</a> (Daniel Espendiller)</li>
6-
<li>Index tag attributes of services (Daniel Espendiller)</li>
7-
<li>Fix possible array issues on service resource linemarker (Daniel Espendiller)</li>
3+
<li>Support constraint translation message navigation and completion in annotations (Daniel Espendiller)</li>
4+
<li>Provide linemarker for yaml service resource (Daniel Espendiller)</li>
5+
<li>Add navigation for services inside "_instanceof" yaml keys (Daniel Espendiller)</li>
86
</ul>
97
</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.20.198</version>
4+
<version>0.20.199</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)