Skip to content

Commit 3adddc4

Browse files
committed
build 0.23.218
1 parent e3c5102 commit 3adddc4

File tree

4 files changed

+30
-7
lines changed

4 files changed

+30
-7
lines changed

CHANGELOG.md

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

22+
## 0.23.218
23+
* [#1730](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1730) TwigPath dont sort via class comparable and dont use clone for being cached elements (Daniel Espendiller)
24+
* Migrate project notification (Daniel Espendiller)
25+
* Replace the webdeployment project component to allow the plugin be dynamic (Daniel Espendiller)
26+
* Replace the project component to allow the plugin be dynamic (Daniel Espendiller)
27+
* Migrate Symfony statusbar to extension (Daniel Espendiller)
28+
* [#1767](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1767) replace method reference resolving with core way (Daniel Espendiller)
29+
* split plugin config file (Daniel Espendiller)
30+
* Deprecated "GotoCompletionRegistrar" extension in favor of core features (Daniel Espendiller)
31+
* Xml file references should only trigger with "xml" extension (Daniel Espendiller)
32+
* Xml line marker should only trigger with "xml" extension (Daniel Espendiller)
33+
* Prevent indexing all xml file types; filter by extension (Daniel Espendiller)
34+
* Prevent indexing long strings (Daniel Espendiller)
35+
* [#1706](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706) support "ContainerBagInterface" (Daniel Espendiller)
36+
2237
## 0.23.217
2338
* Fix [#1793](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1793) Symfony twig path previews are not complete when Route is set on Controller class (Daniel Espendiller)
2439
* Add "embed" incomplete completion, caches and smarter filter (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.217
8+
pluginVersion = 0.23.218
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: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
<html>
22
<ul>
3-
<li>Fix <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1793">#1793</a> Symfony twig path previews are not complete when Route is set on Controller class (Daniel Espendiller)</li>
4-
<li>Add "embed" incomplete completion, caches and smarter filter (Daniel Espendiller)</li>
5-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706">#1706</a> fix method references and multi resolve (Daniel Espendiller)</li>
6-
<li>Twig icon extends should also support extension point (Daniel Espendiller)</li>
7-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706">#1706</a> add support for ParameterBagInterface (Daniel Espendiller)</li>
3+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1730">#1730</a> TwigPath dont sort via class comparable and dont use clone for being cached elements (Daniel Espendiller)</li>
4+
<li>Migrate project notification (Daniel Espendiller)</li>
5+
<li>Replace the webdeployment project component to allow the plugin be dynamic (Daniel Espendiller)</li>
6+
<li>Replace the project component to allow the plugin be dynamic (Daniel Espendiller)</li>
7+
<li>Migrate Symfony statusbar to extension (Daniel Espendiller)</li>
8+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1767">#1767</a> replace method reference resolving with core way (Daniel Espendiller)</li>
9+
<li>split plugin config file (Daniel Espendiller)</li>
10+
<li>Deprecated "GotoCompletionRegistrar" extension in favor of core features (Daniel Espendiller)</li>
11+
<li>Xml file references should only trigger with "xml" extension (Daniel Espendiller)</li>
12+
<li>Xml line marker should only trigger with "xml" extension (Daniel Espendiller)</li>
13+
<li>Prevent indexing all xml file types; filter by extension (Daniel Espendiller)</li>
14+
<li>Prevent indexing long strings (Daniel Espendiller)</li>
15+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706">#1706</a> support "ContainerBagInterface" (Daniel Espendiller)</li>
816
</ul>
917
</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.217</version>
4+
<version>0.23.218</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)