Skip to content

Commit 41a6deb

Browse files
committed
build 0.23.226
1 parent e8e2fae commit 41a6deb

File tree

4 files changed

+20
-26
lines changed

4 files changed

+20
-26
lines changed

CHANGELOG.md

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

22+
## 0.23.226 / 2022.1.226
23+
* [#1429](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1429) fix security matcher starting string replacement and support php attributes (Daniel Espendiller)
24+
* Fixed duplicated results in service completion (Adam Wójs)
25+
* Fixed duplicated results in service completion (tests) (Adam Wójs)
26+
* [#769](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/769) provided related twig symbols navigation (Daniel Espendiller)
27+
* [#1029](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1029) fix route not indexed if the annotation is empty (Daniel Espendiller)
28+
* remove requirement for ending method name with "Action" for related controller methods symbol targets (Daniel Espendiller)
29+
* Reworked test for code completion in service definition parent (Adam Wójs)
30+
* Added service name reference contributor for YAML DIC files (Adam Wójs)
31+
2232
## 0.23.225 / 2022.1.225
2333
* [#567](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/567) support Twig blocks in search everywhere (Daniel Espendiller)
2434
* Underscore should be the preferred template creation quickfix (Daniel Espendiller)

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.225
8+
pluginVersion = 0.23.226
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: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
<html>
22
<ul>
3-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/567">#567</a> support Twig blocks in search everywhere (Daniel Espendiller)</li>
4-
<li>Underscore should be the preferred template creation quickfix (Daniel Espendiller)</li>
5-
<li>Index usages of twig files inside "Template" php attribute (Daniel Espendiller)</li>
6-
<li>Support global naming for twig method resolving (Daniel Espendiller)</li>
7-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1541">#1541</a> provide linemarker to run Symfony command via internal console terminal (Daniel Espendiller)</li>
8-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1285">#1285</a> migrate template file annotator to inspection and support php attributes (Daniel Espendiller)</li>
9-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1548">#1548</a> optimize inspection for notify missing extends/implements tags instances: support multiple tag classes, allow service id be a classes (Daniel Espendiller)</li>
10-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1536">#1536</a> <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1020">#1020</a> support manifest.json inside assets (Daniel Espendiller)</li>
11-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1233">#1233</a> provide plugin error submitter (Daniel Espendiller)</li>
12-
<li>Replace direct method name for template recognition with a simple "contains" pattern. valid: "template" and "render" (Daniel Espendiller)</li>
13-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1509">#1509</a> catch xlf parser exception (Daniel Espendiller)</li>
14-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1684">#1684</a> description for compiled routes (Daniel Espendiller)</li>
15-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1736">#1736</a> change default for public files (Daniel Espendiller)</li>
16-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1736">#1736</a> change default for compiled translation class to catch more modern structures (Daniel Espendiller)</li>
17-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark classed used if its tagged via "kernel.event_listener" server defintion (Daniel Espendiller)</li>
18-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark Constraint classes used if validator class for it was found (Daniel Espendiller)</li>
19-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark EntityRepository classes as used code, if any metadata exists with them (Daniel Espendiller)</li>
20-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark TwigExtension classes as used code, if any implementation exists (Daniel Espendiller)</li>
21-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark registered voter class as used code (Daniel Espendiller)</li>
22-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark public method callbacks inside getSubscribedEvents as used code (Daniel Espendiller)</li>
23-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark command class register as service as used code (Daniel Espendiller)</li>
24-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1366">#1366</a> mark controller and its action as "used" code (Daniel Espendiller)</li>
25-
<li>Fix support resolving controller methods ending with "Action" (Daniel Espendiller)</li>
26-
<li>Routes can be cached based on index and compiled files (Daniel Espendiller)</li>
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>
2711
</ul>
2812
</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.225</version>
4+
<version>0.23.226</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)