Skip to content

Commit de0d5cb

Browse files
committed
build 0.23.209
1 parent f689acd commit de0d5cb

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.209
22+
* [#1614](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1614) fix "ListPopupStep" issues of PhpStorm 2021.1 (Daniel Espendiller)
23+
* 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)
24+
* Added unit test for [#1640](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640) (Adam Wójs)
25+
2126
## 0.23.208
2227
* [#1624](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1624) secure yaml key class resolving for PhpStorm 2021.3 (Daniel Espendiller)
2328
* PhpStorm 2021.1 gradle build (Daniel Espendiller)
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<html>
22
<ul>
3-
<li><a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1624">#1624</a> secure yaml key class resolving for PhpStorm 2021.3 (Daniel Espendiller)</li>
4-
<li>PhpStorm 2021.1 gradle build (Daniel Espendiller)</li>
5-
<li>Fixed <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1575">#1575</a>: Inspection "Container sensitivity" is not expected to be emitted for default env values (Adam Wójs)</li>
6-
<li>Fixed <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1599">#1599</a>: Added protection against infinite recursion in PhpElementsUtil.getImplementedMethods (Adam Wójs)</li>
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>
76
</ul>
87
</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.208</version>
4+
<version>0.23.209</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)