Skip to content

Commit f58cc67

Browse files
committed
build 0.18.175
1 parent 3599956 commit f58cc67

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Changelog
1313
* 0.10.x: PhpStorm 7 (no support)
1414
* 0.9.x: PhpStorm 6 (no support)
1515

16+
## 0.18.175
17+
* Follow the redirect for symfony installer [#1325](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1325) (Daniel Espendiller)
18+
1619
## 0.18.174
1720
* Some code cleanup (Daniel Espendiller) [#1325](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1325)
1821
* Strip format from Twig template references index: ".html.twig" => ".twig" (Daniel Espendiller) [#1324](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1324)
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<html>
22
<ul>
3-
<li>Some code cleanup (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1325">#1325</a></li>
4-
<li>Strip format from Twig template references index: ".html.twig" => ".twig" (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1324">#1324</a></li>
5-
<li>Twig template references should resolve local scope for getting template name from vars, const, fields, ... (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1324">#1324</a></li>
6-
<li>Added support for constants as FormOption (Thomas Rothe) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1323">#1323</a></li>
7-
<li>Update Symfony- and Doctrine-phpstorm-meta files (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1318">#1318</a></li>
3+
<li>Follow the redirect for symfony installer <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1310">#1310</a> (Daniel Espendiller)</li>
84
</ul>
9-
</html>
5+
</html>

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

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

77
<description><![CDATA[

0 commit comments

Comments
 (0)