Skip to content

Commit 1443ae5

Browse files
committed
build 0.17.170
1 parent 4136b77 commit 1443ae5

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

15+
## 0.17.170
16+
* Add simple parsing for ICU MessageFormat placeholder (Markus Fasselt) [#1269](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1269)
17+
* Add supports for translation domains with +intl-icu suffix (Markus Fasselt) [#1269](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1269)
18+
* Add class name autocompletion to new service definition (Shyim) [#1265](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1265)
19+
1520
## 0.17.169
1621
* Provide completion for yaml arguments in \_defaults -> bind (Daniel Espendiller)
1722
* Dont inspection service resources a classes for inspection [#1255](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1255) (Daniel Espendiller)
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<html>
22
<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>
3+
<li>Add simple parsing for ICU MessageFormat placeholder (Markus Fasselt) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1269">#1269</a></li>
4+
<li>Add supports for translation domains with +intl-icu suffix (Markus Fasselt) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1269">#1269</a></li>
5+
<li>Add class name autocompletion to new service definition (Shyim) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1265">#1265</a></li>
86
</ul>
97
</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.169</version>
4+
<version>0.17.170</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)