Skip to content

Commit 94ed806

Browse files
committed
build 0.10.53
1 parent 43b54f9 commit 94ed806

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog
55
0.9.x: PhpStorm 6
66
0.10.x: PhpStorm 7
77

8+
### 0.10.53
9+
* Fix slow index on large files #261
10+
* Fix weak route annotation goto
11+
812
### 0.10.52
913
* Globally use weak service and route index #261
1014
* Add new weak annotator for routes and services

META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -92,6 +92,12 @@
9292
0.10.x: PhpStorm 7<br>
9393
<br>
9494
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+
95101
<h2>0.10.52</h2>
96102
<ul>
97103
<li>Globally use weak service and route index <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/261">#261</a></li>

0 commit comments

Comments
 (0)