Skip to content

Commit 8e827e2

Browse files
committed
build 0.10.69
1 parent 467a0d5 commit 8e827e2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Changelog
66
0.10.x: PhpStorm 7 (support until PhpStorm8 release)
77
0.9.x: PhpStorm 6 (no support)
88

9+
### 0.10.69 / 0.11.69
10+
* Reworked twig template name resolving, for massive performance improvements #321
11+
* Fix possible npe in TagReference inside php #331
12+
* Hide first parameter in tail completion of twig extensions if its a Twig_Environment type hint #314
13+
* Support twig file bundle overwrite in app folder #275
14+
* Add reference provider for twig "block" function #266
15+
* Provide "form" fallback on unknown from type and support nested strings #325
16+
* Whitelist ".mongodb.yml" for controller related files
17+
* 0.11: Use NavigationUtil for popups to fix eap api changes #329
18+
919
### 0.10.68 / 0.11.68
1020
* Provide weak form extension option completion #317
1121
* Speedup form option completion #318

META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -104,6 +104,18 @@
104104
105105
<br>
106106
107+
<h2>0.10.69 / 0.11.69</h2>
108+
<ul>
109+
<li>Reworked twig template name resolving, for massive performance improvements <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/321">#321</a></li>
110+
<li>Fix possible npe in TagReference inside php <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/331">#331</a></li>
111+
<li>Hide first parameter in tail completion of twig extensions if its a Twig_Environment type hint <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/314">#314</a></li>
112+
<li>Support twig file bundle overwrite in app folder <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/275">#275</a></li>
113+
<li>Add reference provider for twig "block" function <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/266">#266</a></li>
114+
<li>Provide "form" fallback on unknown from type and support nested strings <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/325">#325</a></li>
115+
<li>Whitelist ".mongodb.yml" for controller related files</li>
116+
<li>0.11: Use NavigationUtil for popups to fix eap api changes <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/329">#329</a></li>
117+
</ul>
118+
107119
<h2>0.10.68 / 0.11.68</h2>
108120
<ul>
109121
<li>Provide weak form extension option completion <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/317">#317</a></li>

0 commit comments

Comments
 (0)