Skip to content

Commit

Permalink
build 0.20.198
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Jun 28, 2020
1 parent a0f355b commit 521c67f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Changelog
* 0.10.x: PhpStorm 7 (no support)
* 0.9.x: PhpStorm 6 (no support)

## 0.20.198
* 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)
* Use Service index key as cache indicator (Daniel Espendiller)
* 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" [#1492](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1492) (Daniel Espendiller)
* Index tag attributes of services (Daniel Espendiller)
* Fix possible array issues on service resource linemarker (Daniel Espendiller)

## 0.20.197
* Provide checkbox to disable Twig file icon decoration [#1485](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485) (Daniel Espendiller)
* Enrich compile service data with metadata indexer to support configuration like autowire (Daniel Espendiller)
Expand Down
14 changes: 7 additions & 7 deletions src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html><ul>
<li>Provide checkbox to disable Twig file icon decoration <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1485">#1485</a> (Daniel Espendiller)</li>
<li>Enrich compile service data with metadata indexer to support configuration like autowire (Daniel Espendiller)</li>
<li>Use internal icons for service linemarker (Daniel Espendiller)</li>
<li>Provide linemarker for a constructor which supports autowire (Daniel Espendiller)</li>
<li>Provide yaml navigation for services defined via resource (Daniel Espendiller)</li>
<li>Provide resources index for service and use it in linemarker classes to indicate it and also provide a tagged icon (Daniel Espendiller)</li>
<html>
<ul>
<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>
<li>Use Service index key as cache indicator (Daniel Espendiller)</li>
<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>
<li>Index tag attributes of services (Daniel Espendiller)</li>
<li>Fix possible array issues on service resource linemarker (Daniel Espendiller)</li>
</ul>
</html>
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
<id>fr.adrienbrault.idea.symfony2plugin</id>
<name>Symfony Support</name>
<version>0.20.197</version>
<version>0.20.198</version>
<vendor email="[email protected]" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 521c67f

Please sign in to comment.