Skip to content

Commit c1a8c93

Browse files
committed
build 0.12.118
1 parent e6d0240 commit c1a8c93

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

META-INF/plugin.xml

Lines changed: 18 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.12.117</version>
4+
<version>0.12.118</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -111,6 +111,23 @@
111111
112112
<br/>
113113
114+
<h2>0.12.118</h2>
115+
<ul>
116+
<li>Fixing npe in service generator intention <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/722">#722</a></li>
117+
<li>Implement lock for timer clear on caret listener <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/722">#722</a></li>
118+
<li>Add index to provide autocompletion for DIC parameters defined dynamically <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/478">#478</a></li>
119+
<li>Convert service name to lowercase in index and xml navigation should navigation to service name case insensitive</li>
120+
<li>Add service container class name variants if definition not unique in project</li>
121+
<li>Add @Event annotation indexer; provide completion, navigation, method type hint <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/493">#493</a></li>
122+
<li>Fix exception Accessing indexes from PhpTypeProvider2 while building indexes violates contract <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/670">#670</a></li>
123+
<li>Fix missing Yaml deprecation detection for colon in unquoted values <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/719">#719</a></li>
124+
<li>Add method type hint class importer for subscriber events <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/564">#564</a></li>
125+
<li>Dropping weak route name inspection, no need for this anymore</li>
126+
<li>Refactoring route to use object serialization, add route method index and force reindexing <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/725">#725</a></li>
127+
<li>Add inspection for form types as name deprecation; includes a quickfix</li>
128+
</li>
129+
</ul>
130+
114131
<h2>0.12.117</h2>
115132
<ul>
116133
<li>Use popover for container tag suggestion</li>

0 commit comments

Comments
 (0)