File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Changelog
5
5
0.9.x: PhpStorm 6
6
6
0.10.x: PhpStorm 7
7
7
8
+ ### 0.10.53
9
+ * Fix slow index on large files #261
10
+ * Fix weak route annotation goto
11
+
8
12
### 0.10.52
9
13
* Globally use weak service and route index #261
10
14
* Add new weak annotator for routes and services
Original file line number Diff line number Diff line change 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 >Symfony2 Plugin</name >
4
- <version >0.10.52 </version >
4
+ <version >0.10.53 </version >
5
5
<vendor email =" daniel@espendiller.net" url =" http://espend.de" >Daniel Espendiller</vendor >
6
6
7
7
<description ><![CDATA[
92
92
0.10.x: PhpStorm 7<br>
93
93
<br>
94
94
95
+ <h2>0.10.53</h2>
96
+ <ul>
97
+ <li>Fix slow index on large files <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/261">#261</a></li>
98
+ <li>Fix weak route annotation goto</li>
99
+ </ul>
100
+
95
101
<h2>0.10.52</h2>
96
102
<ul>
97
103
<li>Globally use weak service and route index <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/261">#261</a></li>
You can’t perform that action at this time.
0 commit comments