Skip to content

Commit c990d03

Browse files
committed
build 0.17.169
1 parent 21f9b22 commit c990d03

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

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

15+
## 0.17.169
16+
* Provide completion for yaml arguments in \_defaults -> bind (Daniel Espendiller)
17+
* Dont inspection service resources a classes for inspection [#1255](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1255) (Daniel Espendiller)
18+
* Allow other plugins to extend container parameters [#1259](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1259) (Shyim)
19+
* Fix service.xml creating [#1256](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1256) (Shyim)
20+
* Symfony 4.2: Translation detection fixed for new TranslatorInterface namespace [#1254](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1254) (Michael Wolf)
21+
1522
## 0.17.168
1623
* Symfony 4.2: Support improved form type extensions [#1246](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1246) (Daniel Espendiller)
1724
* Named arguments in bind should provide navigation with [#1241](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1241) (Daniel Espendiller)
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
<html><ul>
2-
<li>3ff10237 Symfony 4.2: Support improved form type extensions #1246 (Daniel Espendiller)</li>
3-
<li>0ea696dd Named arguments in bind should provide navigation with #1241 (Daniel Espendiller)</li>
4-
<li>fed03dc9 Provide class existing inspection for class named service #1239 (Daniel Espendiller)</li>
5-
<li>a0a38557 cleanup non relevant old PhpStorm versions and add "2018.2.5" test env (Daniel Espendiller)</li>
6-
<li>cda1f618 Named arguments should be clickable #1240 (Daniel Espendiller)</li></ul></html>
1+
<html>
2+
<ul>
3+
<li>Provide completion for yaml arguments in _defaults -> bind (Daniel Espendiller)</li>
4+
<li>Dont inspection service resources a classes for inspection <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1255">#1255</a> (Daniel Espendiller)</li>
5+
<li>Allow other plugins to extend container parameters <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1259">#1259</a> (Shyim)</li>
6+
<li>Fix service.xml creating <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1256">#1256</a> (Shyim)</li>
7+
<li>Symfony 4.2: Translation detection fixed for new TranslatorInterface namespace <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1254">#1254</a> (Michael Wolf)</li>
8+
</ul>
9+
</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 Plugin</name>
4-
<version>0.17.168</version>
4+
<version>0.17.169</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)