8000 build 0.19.186 · SylApps/idea-php-symfony2-plugin@77be1ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 77be1ed

Browse files
committed
build 0.19.186
1 parent 2cfece3 commit 77be1ed

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Changelog
1414
* 0.10.x: PhpStorm 7 (no support)
1515
* 0.9.x: PhpStorm 6 (no support)
1616

17+
## 0.19.186
18+
* Twig settings are not available while indexing (Ruud Kamphuis) [#1393](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1393)
19+
* Fix browse folder buttons (Ruud Kamphuis) [#1392](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1392)
20+
* WebDeploymentIcons.Download will be removed soon (Elena Shaverdova) [#1390](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1390)
21+
* Support new snake_case templates (Ruud Kamphuis) [#1389](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1389)
22+
1723
## 0.19.185
1824
* Add support for Twig apply tag filters (Daniel Espendiller) [#1388](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1388)
1925

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<html>
22
<ul>
3-
<li>add support for Twig apply tag filters (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1388">#1388</a></li>
3+
<li>Twig settings are not available while indexing (Ruud Kamphuis) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1393">#1393</a></li>
4+
<li>Fix browse folder buttons (Ruud Kamphuis) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1392">#1392</a></li>
5+
<li>WebDeploymentIcons.Download will be removed soon (Elena Shaverdova) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1390">#1390</a></li>
6+
<li>Support new snake_case templates (Ruud Kamphuis) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1389">#1389</a></li>
47
</ul>
58
</html>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony Support</name>
4-
<version>0.19.185</version>
4+
<version>0.19.186</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)
0