8000 build 0.11.106 · Ma27/idea-php-symfony2-plugin@420db46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 420db46

Browse files
committed
build 0.11.106
1 parent 51394cb commit 420db46

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

9+
### 0.11.106
10+
* Check null before calling getFormTypeClassOnParameter in FormUtil #650
11+
* Support form getParent syntax of Symfony 2.8 / 3.0 #651
12+
* Dropping service alias "form.type" and "form.type_extension" form sources using interfaces instead
13+
* Add path support, class prefix routes and auto naming for route annotation indexer
14+
* Add new form extension visitor to reuse type visitor and support for nested ExtendedType form; resolves #623 #651
15+
916
### 0.11.105
1017
* Plugin renaming "Symfony2" -> "Symfony"
1118
* Support yml inline service alias #628

META-INF/plugin.xml

Lines changed: 10 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>Symfony Plugin</name>
4-
<version>0.11.105</version>
4+
<version>0.11.106</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -106,6 +106,15 @@
106106
107107
<br>
108108
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+
109118
<h2>0.11.105</h2>
110119
<ul>
111120
<li>Plugin renaming "Symfony2" -> "Symfony"</li>

0 commit comments

Comments
 (0)
0