8000 build 0.12.127 · Koc/idea-php-symfony2-plugin@594d01c · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 594d01c

Browse files
committed
build 0.12.127
1 parent bc16f15 commit 594d01c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Changelog
77
0.10.x: PhpStorm 7 (no support)
88
0.9.x: PhpStorm 6 (no support)
99

10+
## 0.12.127
11+
* Profiler should support http urls as data source #798
12+
* Profiler in now configurable in plugins settings #798
13+
* Fix app_dev.php urls in profiler #540, #522
14+
* Add xml completion, navigation and linemarker for Doctrine 2.5 "Embeddables" #471
15+
1016
## 0.12.126
1117
* Fix empty PSI elements should not be passed to createDescriptor in container case sensitivity inspection #788
1218
* Support public property for form field mapping and dropping custom Doctrine field mapping its part of PropertyAccess component #786

META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -109,6 +109,15 @@
109109
0.9.x: PhpStorm 6 (no support)<br/>
110110
111111
<br/>
112+
113+
<h2>0.12.127</h2>
114+
<ul>
115+
<li>Profiler should support http urls as data source <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/798">#798</a></li>
116+
<li>Profiler in now configurable in plugins settings <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/798">#798</a></li>
117+
<li>Fix app_dev.php urls in profiler <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/540">#540</a>, <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/522">#522</a></li>
118+
<li>Add xml completion, navigation and linemarker for Doctrine 2.5 "Embeddables" <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/471">#471</a></li>
119+
</ul>
120+
112121
<h2>0.12.126</h2>
113122
<ul>
114123
<li>Fix empty PSI elements should not be passed to createDescriptor in container case sensitivity inspection <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/788">#788</a></li>

0 commit comments

Comments
 (0)
0