Skip to content

Commit 8a6621c

Browse files
committed
build 0.23.210
1 parent 84ef543 commit 8a6621c

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

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

21+
## 0.23.210
22+
* [#1661](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1661) Fix container nullable in yaml context (Daniel Espendiller)
23+
* Smarter public asset folder, fix twig form linemarker psi pattern, remove symfony check from notication window (Daniel Espendiller)
24+
* Update gradle git versions plugin (Daniel Espendiller)
25+
* Gradle to github actions migration (Daniel Espendiller)
26+
* Support webencore inside "encore_entry_*" twig functions (Daniel Espendiller)
27+
* Excluded non-public consts from !php/const autocompletion (Adam Wójs)
28+
* Fixed [#1631](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1631): PhpConstGotoCompletionProvider throws IndexOutOfBoundsException when cursor is before scope operator (Adam Wójs)
29+
2130
## 0.23.209
2231
* [#1614](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1614) fix "ListPopupStep" issues of PhpStorm 2021.1 (Daniel Espendiller)
2332
* Fixed [#1640](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640): Go to declaration throws ArrayIndexOutOfBoundsException on empty class const name (Adam Wójs)
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<html>
22
<ul>
3-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1614">#1614</a> fix "ListPopupStep" issues of PhpStorm 2021.1 (Daniel Espendiller)</li>
4-
<li>Fixed <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640">#1640</a>: Go to declaration throws ArrayIndexOutOfBoundsException on empty class const name (Adam Wójs)</li>
5-
<li>Added unit test for <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640">#1640</a> (Adam Wójs)</li>
3+
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1661">#1661</a> Fix container nullable in yaml context (Daniel Espendiller)</li>
4+
<li>Smarter public asset folder, fix twig form linemarker psi pattern, remove symfony check from notication window (Daniel Espendiller)</li>
5+
<li>Update gradle git versions plugin (Daniel Espendiller)</li>
6+
<li>Gradle to github actions migration (Daniel Espendiller)</li>
7+
<li>Support webencore inside "encore_entry_*" twig functions (Daniel Espendiller)</li>
8+
<li>Excluded non-public consts from !php/const autocompletion (Adam Wójs)</li>
9+
<li>Fixed <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1631">#1631</a>: PhpConstGotoCompletionProvider throws IndexOutOfBoundsException when cursor is before scope operator (Adam Wójs)</li>
610
</ul>
711
</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.209</version>
4+
<version>0.23.210</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)