File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Changelog
11
11
* 0.10.x: PhpStorm 7 (no support)
12
12
* 0.9.x: PhpStorm 6 (no support)
13
13
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
+
14
18
## 0.16.164
15
19
* Fix decorates linemarker is added twice because of XML ending tag
16
20
* \[ DIC\] Add parent service linemarker definition [ #1131 ] ( https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1131 )
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
2
2
<id >fr.adrienbrault.idea.symfony2plugin</id >
3
3
<name >Symfony Plugin</name >
4
- <version >0.16.164 </version >
4
+ <version >0.16.165 </version >
5
5
<vendor email =" daniel@espendiller.net" url =" http://espend.de" >Daniel Espendiller</vendor >
6
6
7
7
<description ><![CDATA[
101
101
<![CDATA[
102
102
103
103
<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>
107
106
</ul>
108
107
109
108
<br/>
You can’t perform that action at this time.
0 commit comments