8000 build 0.14.151 · Koc/idea-php-symfony2-plugin@40201aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 40201aa

Browse files
committed
build 0.14.151
1 parent 32a2212 commit 40201aa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Changelog
99
* 0.10.x: PhpStorm 7 (no support)
1010
* 0.9.x: PhpStorm 6 (no support)
1111

12+
## 0.14.151
13+
* Adopt default container/routing files path to Symfony Flex [#993](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/993) @Koc
14+
* Fix xml id reference for Symfony 3.3 class shortcut was matched on all xml tags with id attribute
15+
* Provide service completion and references for xml alias attribute [#996](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/996)
16+
* Twig path directory separator must be "\" to be clickable [#995](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/995)
17+
1218
## 0.14.150
1319
* Fix wrong cast in service builder class scope extraction [#989](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/989)
1420
* Support Symfony 3.3 class shortcut in yaml and xml method tag scope

META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -109,6 +109,14 @@
109109
110110
<br/>
111111
112+
<h2>0.14.151</h2>
113+
<ul>
114+
<li>Adopt default container/routing files path to Symfony Flex <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/993">#993</a> @Koc</li>
115+
<li>Fix xml id reference for Symfony 3.3 class shortcut was matched on all xml tags with id attribute</li>
116+
<li>Provide service completion and references for xml alias attribute <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/996">#996</a></li>
117+
<li>Twig path directory separator must be "\" to be clickable <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/995">#995</a></li>
118+
</ul>
119+
112120
<h2>0.14.150</h2>
113121
<ul>
114122
<li>Fix wrong cast in service builder class scope extraction <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/989">#989</a></li>

0 commit comments

Comments
 (0)
0