Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Changelog
* 0.10.x: PhpStorm 7 (no support)
* 0.9.x: PhpStorm 6 (no support)

## 0.18.176
* Fixed injection range for heredoc/nowdoc literals in automatic injectors (Andrey Sokolov) [#1337](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1337)
* Fix typo/wrong YAML service attribute for autowiring_types (Thomas Schulz) [#1335](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1335)
* Container stub index performance: move to unrecursive indexer (AlexMovsesov) [#1333](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1333)

## 0.18.175
* Follow the redirect for symfony installer [#1325](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1325) (Daniel Espendiller)

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<ul>
<li>Follow the redirect for symfony installer <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1310">#1310</a> (Daniel Espendiller)</li>
<li>Fixed injection range for heredoc/nowdoc literals in automatic injectors (Andrey Sokolov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1337">#1337</a></li>
<li>Fix typo/wrong YAML service attribute for autowiring_types (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1335">#1335</a></li>
<li>Container stub index performance: move to unrecursive indexer (AlexMovsesov) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1333">#1333</a></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.18.175</version>
<version>0.18.176</version>
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>

<description><![CDATA[
Expand Down