Skip to content

Commit 8261a7a

Browse files
committed
build 0.23.227
1 parent fa695ce commit 8261a7a

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Changelog
1919
* 0.10.x: PhpStorm 7 (no support)
2020
* 0.9.x: PhpStorm 6 (no support)
2121

22+
## 0.23.227 / 2022.1.227
23+
* Provide service class linemarker for prototype resource of xml files (Daniel Espendiller)
24+
* Support resource namespace navigation for xml prototype (Daniel Espendiller)
25+
* Support latest command name extraction logic also in search everywhere (Daniel Espendiller)
26+
* Provide navigation for "resource" and "exclude" of yaml files (Daniel Espendiller)
27+
* [#1541](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1541) fix supporting "asCommand" name as default value (Daniel Espendiller)
28+
2229
## 0.23.226 / 2022.1.226
2330
* [#1429](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1429) fix security matcher starting string replacement and support php attributes (Daniel Espendiller)
2431
* Fixed duplicated results in service completion (Adam Wójs)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = fr.adrienbrault.idea.symfony2plugin
55
pluginName = Symfony Plugin
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 0.23.226
8+
pluginVersion = 0.23.227
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<html>
22
<ul>
3-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1429">#1429</a> fix security matcher starting string replacement and support php attributes (Daniel Espendiller)</li>
4-
<li>Fixed duplicated results in service completion (Adam Wójs)</li>
5-
<li>Fixed duplicated results in service completion (tests) (Adam Wójs)</li>
6-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/769">#769</a> provided related twig symbols navigation (Daniel Espendiller)</li>
7-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1029">#1029</a> fix route not indexed if the annotation is empty (Daniel Espendiller)</li>
8-
<li>remove requirement for ending method name with "Action" for related controller methods symbol targets (Daniel Espendiller)</li>
9-
<li>Reworked test for code completion in service definition parent (Adam Wójs)</li>
10-
<li>Added service name reference contributor for YAML DIC files (Adam Wójs)</li>
3+
<li>Provide service class linemarker for prototype resource of xml files (Daniel Espendiller)</li>
4+
<li>Support resource namespace navigation for xml prototype (Daniel Espendiller)</li>
5+
<li>Support latest command name extraction logic also in search everywhere (Daniel Espendiller)</li>
6+
<li>Provide navigation for "resource" and "exclude" of yaml files (Daniel Espendiller)</li>
7+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1541">#1541</a> fix supporting "asCommand" name as default value (Daniel Espendiller)</li>
118
</ul>
129
</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.23.226</version>
4+
<version>0.23.227</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)