Skip to content

Commit 03a03a3

Browse files
committed
build 0.12.129
1 parent 6bb288b commit 03a03a3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Changelog
77
* 0.10.x: PhpStorm 7 (no support)
88
* 0.9.x: PhpStorm 6 (no support)
99

10+
### 0.12.129
11+
* Fix navigation for bundle files on linux based system, increase path limit for child path iteration [#803](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/803)
12+
1013
### 0.12.128
1114
* Decouple Twig namespace loading and provide more default namespace which work without a compiled container [#784](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/784) [#654](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/654)
1215
* Add recursive and directory limit for per Twig path visitor [#800](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/800)

META-INF/plugin.xml

+6-1
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.12.128</version>
4+
<version>0.12.129</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -110,6 +110,11 @@
110110
111111
<br/>
112112
113+
<h2>0.12.129</h2>
114+
<ul>
115+
<li>Fix navigation for bundle files on linux based system, increase path limit for child path iteration <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/803">#803</a></li>
116+
</ul>
117+
113118
<h2>0.12.128</h2>
114119
<ul>
115120
<li>Decouple Twig namespace loading and provide more default namespace which work without a compiled container <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/784">#784</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/654">#654</a></li>

0 commit comments

Comments
 (0)