Skip to content

Commit 06d6bf6

Browse files
committed
build 0.23.219
1 parent 96910be commit 06d6bf6

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

CHANGELOG.md

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

22+
## 0.23.219 / 2022.1.219
23+
* Use new toolbox version (Daniel Espendiller)
24+
* Design plugin project notification with action links (Daniel Espendiller)
25+
* Fix optional plugins dependencies need a config file (Daniel Espendiller)
26+
* Dynamic plugin support (Daniel Espendiller)
27+
2228
## 0.23.218 / 2022.1.218
2329
* Provide incomple block completion (Daniel Espendiller)
2430
* [#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)

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.218
8+
pluginVersion = 0.23.219
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: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
<html>
22
<ul>
3-
<li>Provide incomple block completion (Daniel Espendiller)</li>
4-
<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>
5-
<li>Migrate project notification (Daniel Espendiller)</li>
6-
<li>Replace the webdeployment project component to allow the plugin be dynamic (Daniel Espendiller)</li>
7-
<li>Replace the project component to allow the plugin be dynamic (Daniel Espendiller)</li>
8-
<li>Migrate Symfony statusbar to extension (Daniel Espendiller)</li>
9-
<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>
10-
<li>split plugin config file (Daniel Espendiller)</li>
11-
<li>Deprecated "GotoCompletionRegistrar" extension in favor of core features (Daniel Espendiller)</li>
12-
<li>Xml file references should only trigger with "xml" extension (Daniel Espendiller)</li>
13-
<li>Xml line marker should only trigger with "xml" extension (Daniel Espendiller)</li>
14-
<li>Prevent indexing all xml file types; filter by extension (Daniel Espendiller)</li>
15-
<li>Prevent indexing long strings (Daniel Espendiller)</li>
16-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1706">#1706</a> support "ContainerBagInterface" (Daniel Espendiller)</li>
3+
<li>Use new toolbox version (Daniel Espendiller)</li>
4+
<li>Design plugin project notification with action links (Daniel Espendiller)</li>
5+
<li>Fix optional plugins dependencies need a config file (Daniel Espendiller)</li>
6+
<li>Dynamic plugin support (Daniel Espendiller)</li>
177
</ul>
188
</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.218</version>
4+
<version>0.23.219</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)