Skip to content

Commit a9ce1a5

Browse files
committed
build 0.10.73
1 parent de66044 commit a9ce1a5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

9+
### 0.10.73 / 0.11.73
10+
* Fix npe in container parameter completion #351
11+
* Add route requirements and options completion for yaml files
12+
13+
### 0.10.72 / 0.11.72
14+
* Replace Form array options references with goto provider for performance improvements
15+
* Support service container in library paths #347
16+
* Use indexer for service parameter references to support weak file
17+
918
### 0.10.71 / 0.11.71
1019
* Fix whitespace pattern in twig function pattern #340
1120
* Fixed typo in service generator "tags" should be "tag" on xml files #338

META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -103,6 +103,12 @@
103103
104104
<br>
105105
106+
<h2>0.10.73 / 0.11.73</h2>
107+
<ul>
108+
<li>Fix npe in container parameter completion <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/351">#351</a></li>
109+
<li>Add route requirements and options completion for yaml files</li>
110+
</ul>
111+
106112
<h2>0.10.72 / 0.11.72</h2>
107113
<ul>
108114
<li>Replace Form array options references with goto provider for performance improvements</li>

0 commit comments

Comments
 (0)