Skip to content

Commit 965dcff

Browse files
committed
build 0.18.173
1 parent 7e0f4e9 commit 965dcff

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Changelog
22
=========
33

44
# Version names
5-
* 0.17.x: PhpStorm 2018.2+
6-
* 0.16.x: PhpStorm 2017.3.2+
5+
* 0.18.x: PhpStorm 2019.1+
6+
* 0.17.x: PhpStorm 2018.2+ (no support)
7+
* 0.16.x: PhpStorm 2017.3.2+ (no support)
78
* 0.15.x: PhpStorm 2017.2+ (no support)
89
* 0.14.x: PhpStorm 2017.1+ (no support)
910
* 0.13.x: PhpStorm 2016.3.1 (no support)
@@ -12,6 +13,15 @@ Changelog
1213
* 0.10.x: PhpStorm 7 (no support)
1314
* 0.9.x: PhpStorm 6 (no support)
1415

16+
## 0.18.173
17+
* Remove "Plugin" from plugin name (Daniel Espendiller) [#1312](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1312)
18+
* Support double backslashes for Twig controller references (Daniel Espendiller) [#1316](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1316)
19+
* Fixed Symfony installer download to use https (Tugdual Saunier) [#1311](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1311)
20+
* Fix changed indentation rules in 2018.3 with YAML (Cedric Ziel) [#1307](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1307)
21+
* Add DQL language injection for $dql variables (Thomas Schulz)
22+
* Add language injection for method parameters (CSS, XPath, DQL, JSON) (Thomas Schulz) [#1301](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1301)
23+
* Add Symfony plugin SVG icons (for light & dark themes) (Thomas Schulz) [#1298](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1298)
24+
1525
## 0.17.172
1626
* Fix service generation when a class name contains "Bundle" (Vincent Dechenaux) [#1293](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1293)
1727
* Services with tag twig.extension should implement Twig_ExtensionInterface (Vincent Dechenaux) [#1292](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1292)
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<html>
22
<ul>
3-
<li>Fix service generation when a class name contains "Bundle" (Vincent Dechenaux) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1293">#1293</a></li>
4-
<li>Services with tag twig.extension should implement Twig_ExtensionInterface (Vincent Dechenaux) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1292">#1292</a></li>
5-
<li>Add doctrine-meta folder as PHP library into plugin (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1290">#1290</a></li>
6-
<li>Add doctrine-phpstorm-meta as submodule (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1290">#1290</a></li>
7-
<li>Updated symfony-phpstorm-meta files (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1289">#1289</a></li>
3+
<li>Remove "Plugin" from plugin name (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1312">#1312</a></li>
4+
<li>Support double backslashes for Twig controller references (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1316">#1316</a></li>
5+
<li>Fixed Symfony installer download to use https (Tugdual Saunier) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1311">#1311</a></li>
6+
<li>Fix changed indentation rules in 2018.3 with YAML (Cedric Ziel) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1307">#1307</a></li>
7+
<li>Add DQL language injection for $dql variables (Thomas Schulz)</li>
8+
<li>Add language injection for method parameters (CSS, XPath, DQL, JSON) (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1301">#1301</a></li>
9+
<li>Add Symfony plugin SVG icons (for light & dark themes) (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1298">#1298</a></li>
810
</ul>
9-
</html>
11+
</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.17.172</version>
4+
<version>0.18.173</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)