2 files changed
+17
-1
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 |
| |
10 | 17 |
| |
11 | 18 |
| |
|
Lines changed: 10 additions & 1 deletion
@@ -1,7 +1,7 @@
1
1
<idea-plugin version="2" url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
2
2
<id>fr.adrienbrault.idea.symfony2plugin</id>
3
3
<name>Symfony Plugin</name>
4
- <version>0.11.105</version>
4
+ <version>0.11.106</version>
5
5
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
6
6
7
7
<description><![CDATA[
@@ -106,6 +106,15 @@
106
106
107
107
<br>
108
108
109
+<h2>0.11.106</h2>
110
+<ul>
111
+ <li>Check null before calling getFormTypeClassOnParameter in FormUtil <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/650">#650</a></li>
112
+ <li>Support form getParent syntax of Symfony 2.8 / 3.0 <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/651">#651</a></li>
113
+ <li>Dropping service alias "form.type" and "form.type_extension" form sources using interfaces instead</li>
114
+ <li>Add path support, class prefix routes and auto naming for route annotation indexer</li>
115
+ <li>Add new form extension visitor to reuse type visitor and support for nested ExtendedType form; resolves <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/623">#623</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/651">#651</a></li>
116
+</ul>
117
+
109
118
<h2>0.11.105</h2>
110
119
<ul>
111
120
<li>Plugin renaming "Symfony2" -> "Symfony"</li>
0 commit comments