Skip to content

Commit b2e28e6

Browse files
committed
build 0.9.25
1 parent 9c9fdcc commit b2e28e6

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Changelog
55
0.9.x: PhpStorm 6
66
0.10.x: PhpStorm 7
77

8+
### 0.9.25 / 0.10.25
9+
* Translation key and domain annotator for php and twig with yaml key creation quick fix
10+
* Hack to support twig filter completion on char type event (see blocker) and goto
11+
* Add yaml and xml service indexer
12+
* Provide a service definition line marker for classes, based on service index
13+
* Some more form builder completions
14+
815
### 0.9.24 / 0.10.24
916
* Provide settings for service line marker and disable it on default
1017

META-INF/plugin.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2" url="https://github.com/adrienbrault/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony2 Plugin</name>
4-
<version>0.9.24</version>
4+
<version>0.9.25</version>
55
<vendor email="adrien.brault@gmail.com" url="http://adrienbrault.fr">Adrien Brault</vendor>
66

77
<description><![CDATA[
@@ -12,10 +12,10 @@
1212
<span style="color: red"><b>Notice</b></span>: Annotation support will be moved soon and will require <a href="http://plugins.jetbrains.com/plugin/7320">PHP Annotations</a>.
1313
1414
<h2>Feature blocker:</h2>
15-
Pls vote for higher priority
15+
1616
<ul>
17-
<li>twig filter support <a href="http://youtrack.jetbrains.com/issue/WI-19022">WI-19022</a></li>
18-
<li>eap/7: will drop twig block name completion <a href="http://youtrack.jetbrains.com/issue/WI-20266">WI-20266</a></li>
17+
<li>twig filter support <a href="http://youtrack.jetbrains.com/issue/WI-19022">WI-19022</a></li>
18+
<li>eap/7: will drop twig block name completion <a href="http://youtrack.jetbrains.com/issue/WI-20266">WI-20266</a></li>
1919
</ul>
2020
2121
<h2>Features:</h2>
@@ -95,6 +95,15 @@ Pls vote for higher priority
9595
0.10.x: PhpStorm 7<br>
9696
<br>
9797
98+
<h2>0.9.25 / 0.10.25</h2>
99+
<ul>
100+
<li>Translation key and domain annotator for php and twig with yaml key creation quick fix</li>
101+
<li>Hack to support twig filter completion on char type event (see blocker) and goto</li>
102+
<li>Add yaml and xml service indexer</li>
103+
<li>Provide a service definition line marker for classes, based on service index</li>
104+
<li>Some more form builder completions</li>
105+
</ul>
106+
98107
<h2>0.9.24 / 0.10.24</h2>
99108
<ul>
100109
<li>Provide settings for service line marker and disable it on default</li>

symfony2-plugin.jar

23.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)