Skip to content

Commit 3d406f0

Browse files
committed
build 0.17.171
1 parent d190e3b commit 3d406f0

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-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.171
16+
* Add symfony-meta folder as PHP library into plugin (Thomas Schulz) [#1286](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1286)
17+
* Routes: Adding support for inlined wildcard requirements [#1273](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1273) (Daniel Espendiller)
18+
* Symfony 4.3: Support "Always Include Route Default Values" parameter syntax [#1271](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1271) (Daniel Espendiller)
19+
1520
## 0.17.170
1621
* Add simple parsing for ICU MessageFormat placeholder (Markus Fasselt) [#1269](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1269)
1722
* Add supports for translation domains with +intl-icu suffix (Markus Fasselt) [#1269](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1269)

MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To build the plugin, execute the gradle task `buildPlugin`.
1313
./gradlew clean buildPlugin
1414
```
1515

16-
The artifact zip can then be found in `build/distrubutions`. This is the
16+
The artifact zip can then be found in `build/distributions`. This is the
1717
final result which can be uploaded to the JetBrains repository.
1818

1919
The checklist for a new release should be the following:
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<ul>
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>
3+
<li>Add symfony-meta folder as PHP library into plugin (Thomas Schulz) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1286">#1286</a></li>
4+
<li>Routes: Adding support for inlined wildcard requirements <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1273">#1273</a> (Daniel Espendiller)</li>
5+
<li>Symfony 4.3: Support "Always Include Route Default Values" parameter syntax <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1271">#1271</a> (Daniel Espendiller)</li>
66
</ul>
7-
</html>
7+
</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.170</version>
4+
<version>0.17.171</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)