Skip to content

Commit f31e159

Browse files
committed
build 0.13.136
1 parent 04fe3ce commit f31e159

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

11+
## 0.13.136
12+
* Support SensioFrameworkExtraBundle @Route annotation for indexer [#828](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/828)
13+
* Add else and elseif to Twig references tag whitelist; fix autocompletion on constant twig macro [#869](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/869)
14+
* Implement support for PSR-11 containers [#867](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/867)
15+
* Add inspection for xml and yaml constants in dic container
16+
* Replace deprecated api usages
17+
1118
## 0.13.135
1219
* Add global template navigation for xml strings and provide template name completion for "template" attributes [#803](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/803)
1320
* Linemarker collectors are not instance safe, load lazy values internally [#846](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/846)

META-INF/plugin.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2" url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony Plugin</name>
4-
<version>0.13.135</version>
4+
<version>0.13.136</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -106,6 +106,15 @@
106106
0.9.x: PhpStorm 6 (no support)<br/>
107107
108108
<br/>
109+
<h2>0.13.136</h2>
110+
<ul>
111+
<li>Support SensioFrameworkExtraBundle @Route annotation for indexer <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/828">#828</a></li>
112+
<li>Add else and elseif to Twig references tag whitelist; fix autocompletion on constant twig macro <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/869">#869</a></li>
113+
<li>Implement support for PSR-11 containers <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/867">#867</a></li>
114+
<li>Add inspection for xml and yaml constants in dic container</li>
115+
<li>Replace deprecated api usages</li>
116+
</ul>
117+
109118
<h2>0.13.135</h2>
110119
<ul>
111120
<li>Add global template navigation for xml strings and provide template name completion for "template" attributes <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/803">#803</a></li>
@@ -123,7 +132,6 @@
123132
<li>Fix possible npe in variable type extraction <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/822">#822</a></li>
124133
</ul>
125134
126-
<br/>
127135
<h2>0.13.134</h2>
128136
<ul>
129137
<li>Fix ConfigLineMarkerProvider.getTreeSignatures must not return null <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/846">#846</a></li>

0 commit comments

Comments
 (0)