Skip to content

Commit 1f80674

Browse files
committedApr 17, 2021
build 0.23.208 for PhpStorm 2021.1 support
1 parent aa388f8 commit 1f80674

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
 

‎CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
# Version names
55
* 0.23.x: PhpStorm 2021.1
6-
* 0.22.x: PhpStorm 2020.3+
6+
* 0.22.x: PhpStorm 2020.3+ (no support)
77
* 0.21.x: PhpStorm 2020.2+ (no support)
88
* 0.20.x: PhpStorm 2020.0+ (no support)
99
* 0.19.x: PhpStorm 2019.2+ (no support)
@@ -18,6 +18,12 @@ Changelog
1818
* 0.10.x: PhpStorm 7 (no support)
1919
* 0.9.x: PhpStorm 6 (no support)
2020

21+
## 0.23.208
22+
* [#1624](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1624) secure yaml key class resolving for PhpStorm 2021.3 (Daniel Espendiller)
23+
* PhpStorm 2021.1 gradle build (Daniel Espendiller)
24+
* Fixed [#1575](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1575): Inspection "Container sensitivity" is not expected to be emitted for default env values (Adam Wójs)
25+
* Fixed [#1599](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1599): Added protection against infinite recursion in PhpElementsUtil.getImplementedMethods (Adam Wójs)
26+
2127
## 0.22.207
2228
* Removed hardcoded background in output textarea of Symfony Create Service Form (Adam Wójs)
2329

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<html>
22
<ul>
3-
<li>Removed hardcoded background in output textarea of Symfony Create Service Form (Adam Wójs)</li>
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>
47
</ul>
58
</html>

‎src/main/resources/META-INF/plugin.xml

+1-1
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.22.207</version>
4+
<version>0.23.208</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)
Please sign in to comment.