Skip to content

Commit 08f8fca

Browse files
committed
build 0.10.45
1 parent 4591f28 commit 08f8fca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changelog
55
0.9.x: PhpStorm 6
66
0.10.x: PhpStorm 7
77

8+
### 0.10.45
9+
* Some fixes for phpstorm 7.1.2
10+
811
### 0.10.44
912
* Close profiler feature and merge into prod
1013
* Add profiler statusbar widget

META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -94,6 +94,11 @@
9494
0.10.x: PhpStorm 7<br>
9595
<br>
9696
97+
<h2>0.10.45</h2>
98+
<ul>
99+
<li>Some fixes for phpstorm 7.1.2</li>
100+
</ul>
101+
97102
<h2>0.10.44</h2>
98103
<ul>
99104
<li>Close <a href="http://symfony2-plugin.espend.de/extension/signature_type.html#profiler-statusbar">profiler feature</a> and merge into master</li>

0 commit comments

Comments
 (0)