Skip to content

Commit 09bcaab

Browse files
committed
build 0.16.165
1 parent 0dc3ed7 commit 09bcaab

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Changelog
1111
* 0.10.x: PhpStorm 7 (no support)
1212
* 0.9.x: PhpStorm 6 (no support)
1313

14+
## 0.16.165
15+
* Prevent duplicate same targets in yaml targets eg for class navigation
16+
* Refactoring bundle loading, replacing HashMaps with ArrayList for non unique bundle project names
17+
1418
## 0.16.164
1519
* Fix decorates linemarker is added twice because of XML ending tag
1620
* \[DIC\] Add parent service linemarker definition [#1131](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1131)

META-INF/plugin.xml

Lines changed: 3 additions & 4 deletions
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 Plugin</name>
4-
<version>0.16.164</version>
4+
<version>0.16.165</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -101,9 +101,8 @@
101101
<![CDATA[
102102
103103
<ul>
104-
<li>Fix decorates linemarker is added twice because of XML ending tag</li>
105-
<li>[DIC] Add parent service linemarker definition <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1131">#1131</a></li>
106-
<li>Drop support for PhpStorm 2017.2.x releases</li>
104+
<li>Prevent duplicate same targets in yaml targets eg for class navigation</li>
105+
<li>Refactoring bundle loading, replacing HashMaps with ArrayList for non unique bundle project names</li>
107106
</ul>
108107
109108
<br/>

0 commit comments

Comments
 (0)