Skip to content

Commit 62e1ea8

Browse files
committed
build 0.23.211
1 parent 0b3be27 commit 62e1ea8

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

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

21+
## 0.23.211
22+
* Support default function parameter values for extracting template render scope (Daniel Espendiller)
23+
* Fixed [#1674](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1674): duplicated route prefix in profiler urls (Adam Wójs)
24+
* Fixed [#1667](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1667): Rename refactoring ignores constants inside yaml files (tests) (Adam Wójs)
25+
2126
## 0.23.210
2227
* [#1661](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1661) Fix container nullable in yaml context (Daniel Espendiller)
2328
* Smarter public asset folder, fix twig form linemarker psi pattern, remove symfony check from notication window (Daniel Espendiller)
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<html>
22
<ul>
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>
3+
<li>Support default function parameter values for extracting template render scope (Daniel Espendiller)</li>
4+
<li>Fixed <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1674">#1674</a>: duplicated route prefix in profiler urls (Adam Wójs)</li>
5+
<li>Fixed <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1667">#1667</a>: Rename refactoring ignores constants inside yaml files (tests) (Adam Wójs)</li>
106
</ul>
117
</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.210</version>
4+
<version>0.23.211</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)