File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ Changelog
22=========
33
44# Version names
5- * 0.22.x: PhpStorm 2020.3
5+ * 0.23.x: PhpStorm 2021.1
6+ * 0.22.x: PhpStorm 2020.3+
67* 0.21.x: PhpStorm 2020.2+ (no support)
78* 0.20.x: PhpStorm 2020.0+ (no support)
89* 0.19.x: PhpStorm 2019.2+ (no support)
@@ -17,6 +18,9 @@ Changelog
1718* 0.10.x: PhpStorm 7 (no support)
1819* 0.9.x: PhpStorm 6 (no support)
1920
21+ ## 0.22.207
22+ * Removed hardcoded background in output textarea of Symfony Create Service Form (Adam Wójs)
23+
2024## 0.22.206
2125* Support routes definition inside PHP8 attributes (Daniel Espendiller) [ #1567 ] ( https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1567 )
2226* Higher java compatibility version for builds (Daniel Espendiller)
Original file line number Diff line number Diff line change 11< html >
22< ul >
3- < li > Support routes definition inside PHP8 attributes (Daniel Espendiller) < a href ="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1567 "> #1567</ a > </ li >
4- < li > Higher java compatibility version for builds (Daniel Espendiller)</ li >
3+ < li > Removed hardcoded background in output textarea of Symfony Create Service Form (Adam Wójs)</ li >
54</ ul >
65</ html >
Original file line number Diff line number Diff line change 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.206 </version >
4+ <version >0.22.207 </version >
55 <vendor email =" daniel@espendiller.net" url =" http://espend.de?p=fr.adrienbrault.idea.symfony2plugin" >espend_de</vendor >
66
77 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments